Uses of Class
io.milvus.grpc.GetLoadStateResponse
-
Packages that use GetLoadStateResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of GetLoadStateResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetLoadStateResponse Modifier and Type Method Description R<GetLoadStateResponse>AbstractMilvusGrpcClient. getLoadState(GetLoadStateParam requestParam)R<GetLoadStateResponse>MilvusClient. getLoadState(GetLoadStateParam requestParam)Get collection loading stateR<GetLoadStateResponse>MilvusMultiServiceClient. getLoadState(GetLoadStateParam requestParam) -
Uses of GetLoadStateResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetLoadStateResponse Modifier and Type Method Description GetLoadStateResponseGetLoadStateResponse.Builder. build()GetLoadStateResponseGetLoadStateResponse.Builder. buildPartial()static GetLoadStateResponseGetLoadStateResponse. getDefaultInstance()GetLoadStateResponseGetLoadStateResponse.Builder. getDefaultInstanceForType()GetLoadStateResponseGetLoadStateResponse. getDefaultInstanceForType()GetLoadStateResponseMilvusServiceGrpc.MilvusServiceBlockingStub. getLoadState(GetLoadStateRequest request)static GetLoadStateResponseGetLoadStateResponse. parseDelimitedFrom(InputStream input)static GetLoadStateResponseGetLoadStateResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLoadStateResponseGetLoadStateResponse. parseFrom(byte[] data)static GetLoadStateResponseGetLoadStateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLoadStateResponseGetLoadStateResponse. parseFrom(com.google.protobuf.ByteString data)static GetLoadStateResponseGetLoadStateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLoadStateResponseGetLoadStateResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetLoadStateResponseGetLoadStateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLoadStateResponseGetLoadStateResponse. parseFrom(InputStream input)static GetLoadStateResponseGetLoadStateResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLoadStateResponseGetLoadStateResponse. parseFrom(ByteBuffer data)static GetLoadStateResponseGetLoadStateResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type GetLoadStateResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<GetLoadStateRequest,GetLoadStateResponse>MilvusServiceGrpc. getGetLoadStateMethod()com.google.common.util.concurrent.ListenableFuture<GetLoadStateResponse>MilvusServiceGrpc.MilvusServiceFutureStub. getLoadState(GetLoadStateRequest request)com.google.protobuf.Parser<GetLoadStateResponse>GetLoadStateResponse. getParserForType()static com.google.protobuf.Parser<GetLoadStateResponse>GetLoadStateResponse. parser()Methods in io.milvus.grpc with parameters of type GetLoadStateResponse Modifier and Type Method Description GetLoadStateResponse.BuilderGetLoadStateResponse.Builder. mergeFrom(GetLoadStateResponse other)static GetLoadStateResponse.BuilderGetLoadStateResponse. newBuilder(GetLoadStateResponse prototype)Method parameters in io.milvus.grpc with type arguments of type GetLoadStateResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. getLoadState(GetLoadStateRequest request, io.grpc.stub.StreamObserver<GetLoadStateResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. getLoadState(GetLoadStateRequest request, io.grpc.stub.StreamObserver<GetLoadStateResponse> responseObserver)
-