Uses of Class
io.qdrant.client.grpc.Collections.MoveShard
Packages that use Collections.MoveShard
-
Uses of Collections.MoveShard in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Collections.MoveShardModifier and TypeMethodDescriptionCollections.MoveShard.Builder.build()
Collections.MoveShard.Builder.buildPartial()
Collections.UpdateCollectionClusterSetupRequest.Builder.getAbortTransfer()
.qdrant.MoveShard abort_transfer = 4;
Collections.UpdateCollectionClusterSetupRequest.getAbortTransfer()
.qdrant.MoveShard abort_transfer = 4;
Collections.UpdateCollectionClusterSetupRequestOrBuilder.getAbortTransfer()
.qdrant.MoveShard abort_transfer = 4;
static Collections.MoveShard
Collections.MoveShard.getDefaultInstance()
Collections.MoveShard.Builder.getDefaultInstanceForType()
Collections.MoveShard.getDefaultInstanceForType()
Collections.UpdateCollectionClusterSetupRequest.Builder.getMoveShard()
.qdrant.MoveShard move_shard = 2;
Collections.UpdateCollectionClusterSetupRequest.getMoveShard()
.qdrant.MoveShard move_shard = 2;
Collections.UpdateCollectionClusterSetupRequestOrBuilder.getMoveShard()
.qdrant.MoveShard move_shard = 2;
Collections.UpdateCollectionClusterSetupRequest.Builder.getReplicateShard()
.qdrant.MoveShard replicate_shard = 3;
Collections.UpdateCollectionClusterSetupRequest.getReplicateShard()
.qdrant.MoveShard replicate_shard = 3;
Collections.UpdateCollectionClusterSetupRequestOrBuilder.getReplicateShard()
.qdrant.MoveShard replicate_shard = 3;
static Collections.MoveShard
Collections.MoveShard.parseDelimitedFrom
(InputStream input) static Collections.MoveShard
Collections.MoveShard.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.MoveShard
Collections.MoveShard.parseFrom
(byte[] data) static Collections.MoveShard
Collections.MoveShard.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.MoveShard
Collections.MoveShard.parseFrom
(com.google.protobuf.ByteString data) static Collections.MoveShard
Collections.MoveShard.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.MoveShard
Collections.MoveShard.parseFrom
(com.google.protobuf.CodedInputStream input) static Collections.MoveShard
Collections.MoveShard.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.MoveShard
Collections.MoveShard.parseFrom
(InputStream input) static Collections.MoveShard
Collections.MoveShard.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.MoveShard
Collections.MoveShard.parseFrom
(ByteBuffer data) static Collections.MoveShard
Collections.MoveShard.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Collections.MoveShardModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Collections.MoveShard>
Collections.MoveShard.getParserForType()
static com.google.protobuf.Parser<Collections.MoveShard>
Collections.MoveShard.parser()
Methods in io.qdrant.client.grpc with parameters of type Collections.MoveShardModifier and TypeMethodDescriptionCollections.UpdateCollectionClusterSetupRequest.Builder.mergeAbortTransfer
(Collections.MoveShard value) .qdrant.MoveShard abort_transfer = 4;
Collections.MoveShard.Builder.mergeFrom
(Collections.MoveShard other) Collections.UpdateCollectionClusterSetupRequest.Builder.mergeMoveShard
(Collections.MoveShard value) .qdrant.MoveShard move_shard = 2;
Collections.UpdateCollectionClusterSetupRequest.Builder.mergeReplicateShard
(Collections.MoveShard value) .qdrant.MoveShard replicate_shard = 3;
Collections.MoveShard.newBuilder
(Collections.MoveShard prototype) Collections.UpdateCollectionClusterSetupRequest.Builder.setAbortTransfer
(Collections.MoveShard value) .qdrant.MoveShard abort_transfer = 4;
Collections.UpdateCollectionClusterSetupRequest.Builder.setMoveShard
(Collections.MoveShard value) .qdrant.MoveShard move_shard = 2;
Collections.UpdateCollectionClusterSetupRequest.Builder.setReplicateShard
(Collections.MoveShard value) .qdrant.MoveShard replicate_shard = 3;