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