Package org.vitrivr.cottontail.grpc
Interface CottontailGrpc.LongVectorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CottontailGrpc.LongVector,CottontailGrpc.LongVector.Builder
- Enclosing class:
- CottontailGrpc
public static interface CottontailGrpc.LongVectorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetVector(int index)repeated int64 vector = 1;intgetVectorCount()repeated int64 vector = 1;java.util.List<java.lang.Long>getVectorList()repeated int64 vector = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVectorList
java.util.List<java.lang.Long> getVectorList()
repeated int64 vector = 1;- Returns:
- A list containing the vector.
-
getVectorCount
int getVectorCount()
repeated int64 vector = 1;- Returns:
- The count of vector.
-
getVector
long getVector(int index)
repeated int64 vector = 1;- Parameters:
index- The index of the element to return.- Returns:
- The vector at the given index.
-
-