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 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

      Collections.LocalShardInfo getLocalShards(int index)
       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

      Collections.LocalShardInfoOrBuilder getLocalShardsOrBuilder(int index)
       Local shards
       
      repeated .qdrant.LocalShardInfo local_shards = 3;
    • getRemoteShardsList

      List<Collections.RemoteShardInfo> getRemoteShardsList()
       Remote shards
       
      repeated .qdrant.RemoteShardInfo remote_shards = 4;
    • getRemoteShards

      Collections.RemoteShardInfo getRemoteShards(int index)
       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

      Collections.RemoteShardInfoOrBuilder getRemoteShardsOrBuilder(int index)
       Remote shards
       
      repeated .qdrant.RemoteShardInfo remote_shards = 4;
    • getShardTransfersList

      List<Collections.ShardTransferInfo> getShardTransfersList()
       Shard transfers
       
      repeated .qdrant.ShardTransferInfo shard_transfers = 5;
    • getShardTransfers

      Collections.ShardTransferInfo getShardTransfers(int index)
       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

      Collections.ShardTransferInfoOrBuilder getShardTransfersOrBuilder(int index)
       Shard transfers
       
      repeated .qdrant.ShardTransferInfo shard_transfers = 5;