Interface PointsInternalService.SyncPointsInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointsInternalService.SyncPointsInternal,PointsInternalService.SyncPointsInternal.Builder
- Enclosing class:
- PointsInternalService
public static interface PointsInternalService.SyncPointsInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 shard_id = 2;.qdrant.SyncPoints sync_points = 1;.qdrant.SyncPoints sync_points = 1;boolean.qdrant.SyncPoints sync_points = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSyncPoints
boolean hasSyncPoints().qdrant.SyncPoints sync_points = 1;- Returns:
- Whether the syncPoints field is set.
-
getSyncPoints
PointsInternalService.SyncPoints getSyncPoints().qdrant.SyncPoints sync_points = 1;- Returns:
- The syncPoints.
-
getSyncPointsOrBuilder
PointsInternalService.SyncPointsOrBuilder getSyncPointsOrBuilder().qdrant.SyncPoints sync_points = 1; -
getShardId
int getShardId()uint32 shard_id = 2;- Returns:
- The shardId.
-