Uses of Class
io.milvus.grpc.PreloadCollectionParam
-
Packages that use PreloadCollectionParam Package Description io.milvus.grpc -
-
Uses of PreloadCollectionParam in io.milvus.grpc
Methods in io.milvus.grpc that return PreloadCollectionParam Modifier and Type Method Description PreloadCollectionParamPreloadCollectionParam.Builder. build()PreloadCollectionParamPreloadCollectionParam.Builder. buildPartial()static PreloadCollectionParamPreloadCollectionParam. getDefaultInstance()PreloadCollectionParamPreloadCollectionParam.Builder. getDefaultInstanceForType()PreloadCollectionParamPreloadCollectionParam. getDefaultInstanceForType()static PreloadCollectionParamPreloadCollectionParam. parseDelimitedFrom(InputStream input)static PreloadCollectionParamPreloadCollectionParam. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PreloadCollectionParamPreloadCollectionParam. parseFrom(byte[] data)static PreloadCollectionParamPreloadCollectionParam. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PreloadCollectionParamPreloadCollectionParam. parseFrom(com.google.protobuf.ByteString data)static PreloadCollectionParamPreloadCollectionParam. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PreloadCollectionParamPreloadCollectionParam. parseFrom(com.google.protobuf.CodedInputStream input)static PreloadCollectionParamPreloadCollectionParam. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PreloadCollectionParamPreloadCollectionParam. parseFrom(InputStream input)static PreloadCollectionParamPreloadCollectionParam. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PreloadCollectionParamPreloadCollectionParam. parseFrom(ByteBuffer data)static PreloadCollectionParamPreloadCollectionParam. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type PreloadCollectionParam Modifier and Type Method Description com.google.protobuf.Parser<PreloadCollectionParam>PreloadCollectionParam. getParserForType()static io.grpc.MethodDescriptor<PreloadCollectionParam,Status>MilvusServiceGrpc. getPreloadCollectionMethod()static io.grpc.MethodDescriptor<PreloadCollectionParam,Status>MilvusServiceGrpc. getReleaseCollectionMethod()static com.google.protobuf.Parser<PreloadCollectionParam>PreloadCollectionParam. parser()Methods in io.milvus.grpc with parameters of type PreloadCollectionParam Modifier and Type Method Description PreloadCollectionParam.BuilderPreloadCollectionParam.Builder. mergeFrom(PreloadCollectionParam other)static PreloadCollectionParam.BuilderPreloadCollectionParam. newBuilder(PreloadCollectionParam prototype)StatusMilvusServiceGrpc.MilvusServiceBlockingStub. preloadCollection(PreloadCollectionParam request)@brief This method is used to preload collection/partitions @param PreloadCollectionParam, target collection/partitions.com.google.common.util.concurrent.ListenableFuture<Status>MilvusServiceGrpc.MilvusServiceFutureStub. preloadCollection(PreloadCollectionParam request)@brief This method is used to preload collection/partitions @param PreloadCollectionParam, target collection/partitions.voidMilvusServiceGrpc.MilvusServiceImplBase. preloadCollection(PreloadCollectionParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to preload collection/partitions @param PreloadCollectionParam, target collection/partitions.voidMilvusServiceGrpc.MilvusServiceStub. preloadCollection(PreloadCollectionParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to preload collection/partitions @param PreloadCollectionParam, target collection/partitions.StatusMilvusServiceGrpc.MilvusServiceBlockingStub. releaseCollection(PreloadCollectionParam request)@brief This method is used to release collection/partitions @param PreloadCollectionParam, target collection/partitions.com.google.common.util.concurrent.ListenableFuture<Status>MilvusServiceGrpc.MilvusServiceFutureStub. releaseCollection(PreloadCollectionParam request)@brief This method is used to release collection/partitions @param PreloadCollectionParam, target collection/partitions.voidMilvusServiceGrpc.MilvusServiceImplBase. releaseCollection(PreloadCollectionParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to release collection/partitions @param PreloadCollectionParam, target collection/partitions.voidMilvusServiceGrpc.MilvusServiceStub. releaseCollection(PreloadCollectionParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to release collection/partitions @param PreloadCollectionParam, target collection/partitions.
-