Interface Collections.CollectionClusterInfoResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.CollectionClusterInfoResponse,Collections.CollectionClusterInfoResponse.Builder
- Enclosing class:
Collections
public static interface Collections.CollectionClusterInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLocalShards(int index) Local shardsintLocal shardsLocal shardsgetLocalShardsOrBuilder(int index) Local shardsList<? extends Collections.LocalShardInfoOrBuilder>Local shardslongID of this peergetRemoteShards(int index) Remote shardsintRemote shardsRemote shardsgetRemoteShardsOrBuilder(int index) Remote shardsList<? extends Collections.RemoteShardInfoOrBuilder>Remote shardslongTotal number of shardsgetShardTransfers(int index) Shard transfersintShard transfersShard transfersgetShardTransfersOrBuilder(int index) Shard transfersList<? extends Collections.ShardTransferInfoOrBuilder>Shard transfersMethods 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
-
getPeerId
long getPeerId()ID of this peer
uint64 peer_id = 1;- Returns:
- The peerId.
-
getShardCount
long getShardCount()Total number of shards
uint64 shard_count = 2;- Returns:
- The shardCount.
-
getLocalShardsList
List<Collections.LocalShardInfo> getLocalShardsList()Local shards
repeated .qdrant.LocalShardInfo local_shards = 3; -
getLocalShards
Local shards
repeated .qdrant.LocalShardInfo local_shards = 3; -
getLocalShardsCount
int getLocalShardsCount()Local shards
repeated .qdrant.LocalShardInfo local_shards = 3; -
getLocalShardsOrBuilderList
List<? extends Collections.LocalShardInfoOrBuilder> getLocalShardsOrBuilderList()Local shards
repeated .qdrant.LocalShardInfo local_shards = 3; -
getLocalShardsOrBuilder
Local shards
repeated .qdrant.LocalShardInfo local_shards = 3; -
getRemoteShardsList
List<Collections.RemoteShardInfo> getRemoteShardsList()Remote shards
repeated .qdrant.RemoteShardInfo remote_shards = 4; -
getRemoteShards
Remote shards
repeated .qdrant.RemoteShardInfo remote_shards = 4; -
getRemoteShardsCount
int getRemoteShardsCount()Remote shards
repeated .qdrant.RemoteShardInfo remote_shards = 4; -
getRemoteShardsOrBuilderList
List<? extends Collections.RemoteShardInfoOrBuilder> getRemoteShardsOrBuilderList()Remote shards
repeated .qdrant.RemoteShardInfo remote_shards = 4; -
getRemoteShardsOrBuilder
Remote shards
repeated .qdrant.RemoteShardInfo remote_shards = 4; -
getShardTransfersList
List<Collections.ShardTransferInfo> getShardTransfersList()Shard transfers
repeated .qdrant.ShardTransferInfo shard_transfers = 5; -
getShardTransfers
Shard transfers
repeated .qdrant.ShardTransferInfo shard_transfers = 5; -
getShardTransfersCount
int getShardTransfersCount()Shard transfers
repeated .qdrant.ShardTransferInfo shard_transfers = 5; -
getShardTransfersOrBuilderList
List<? extends Collections.ShardTransferInfoOrBuilder> getShardTransfersOrBuilderList()Shard transfers
repeated .qdrant.ShardTransferInfo shard_transfers = 5; -
getShardTransfersOrBuilder
Shard transfers
repeated .qdrant.ShardTransferInfo shard_transfers = 5;
-