Uses of Class
io.qdrant.client.grpc.Collections.CollectionParamsDiff.Builder
Packages that use Collections.CollectionParamsDiff.Builder
-
Uses of Collections.CollectionParamsDiff.Builder in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Collections.CollectionParamsDiff.BuilderModifier and TypeMethodDescriptionCollections.CollectionParamsDiff.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Collections.CollectionParamsDiff.Builder.clear()
Collections.CollectionParamsDiff.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Collections.CollectionParamsDiff.Builder.clearOnDiskPayload()
If true - point's payload will not be stored in memoryCollections.CollectionParamsDiff.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Collections.CollectionParamsDiff.Builder.clearReadFanOutFactor()
Fan-out every read request to these many additional remote nodes (and return first available response)Collections.CollectionParamsDiff.Builder.clearReplicationFactor()
Number of replicas of each shard that network tries to maintainCollections.CollectionParamsDiff.Builder.clearWriteConsistencyFactor()
How many replicas should apply the operation for us to consider it successfulCollections.CollectionParamsDiff.Builder.clone()
Collections.UpdateCollection.Builder.getParamsBuilder()
New configuration parameters for the collectionCollections.CollectionParamsDiff.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.CollectionParamsDiff.Builder.mergeFrom
(com.google.protobuf.Message other) Collections.CollectionParamsDiff.Builder.mergeFrom
(Collections.CollectionParamsDiff other) Collections.CollectionParamsDiff.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Collections.CollectionParamsDiff.newBuilder()
Collections.CollectionParamsDiff.newBuilder
(Collections.CollectionParamsDiff prototype) Collections.CollectionParamsDiff.newBuilderForType()
protected Collections.CollectionParamsDiff.Builder
Collections.CollectionParamsDiff.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Collections.CollectionParamsDiff.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Collections.CollectionParamsDiff.Builder.setOnDiskPayload
(boolean value) If true - point's payload will not be stored in memoryCollections.CollectionParamsDiff.Builder.setReadFanOutFactor
(int value) Fan-out every read request to these many additional remote nodes (and return first available response)Collections.CollectionParamsDiff.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Collections.CollectionParamsDiff.Builder.setReplicationFactor
(int value) Number of replicas of each shard that network tries to maintainCollections.CollectionParamsDiff.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Collections.CollectionParamsDiff.Builder.setWriteConsistencyFactor
(int value) How many replicas should apply the operation for us to consider it successfulCollections.CollectionParamsDiff.toBuilder()
Methods in io.qdrant.client.grpc with parameters of type Collections.CollectionParamsDiff.BuilderModifier and TypeMethodDescriptionCollections.UpdateCollection.Builder.setParams
(Collections.CollectionParamsDiff.Builder builderForValue) New configuration parameters for the collection