Uses of Class
io.milvus.grpc.LoadState
-
Packages that use LoadState Package Description io.milvus.grpc -
-
Uses of LoadState in io.milvus.grpc
Methods in io.milvus.grpc that return LoadState Modifier and Type Method Description static LoadStateLoadState. forNumber(int value)LoadStateGetLoadStateResponse.Builder. getState().milvus.proto.common.LoadState state = 2;LoadStateGetLoadStateResponse. getState().milvus.proto.common.LoadState state = 2;LoadStateGetLoadStateResponseOrBuilder. getState().milvus.proto.common.LoadState state = 2;static LoadStateLoadState. valueOf(int value)Deprecated.static LoadStateLoadState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LoadStateLoadState. valueOf(String name)Returns the enum constant of this type with the specified name.static LoadState[]LoadState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.milvus.grpc that return types with arguments of type LoadState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LoadState>LoadState. internalGetValueMap()Methods in io.milvus.grpc with parameters of type LoadState Modifier and Type Method Description GetLoadStateResponse.BuilderGetLoadStateResponse.Builder. setState(LoadState value).milvus.proto.common.LoadState state = 2;
-