Uses of Enum
io.milvus.grpc.ShowType
Packages that use ShowType
-
Uses of ShowType in io.milvus.grpc
Methods in io.milvus.grpc that return ShowTypeModifier and TypeMethodDescriptionstatic ShowTypeShowType.forNumber(int value) Deprecated.ShowCollectionsRequest.Builder.getType()Decide return Loaded collections or All collections(Optional)ShowCollectionsRequest.getType()Decide return Loaded collections or All collections(Optional)ShowCollectionsRequestOrBuilder.getType()Decide return Loaded collections or All collections(Optional)ShowPartitionsRequest.Builder.getType()Deprecated.milvus.proto.milvus.ShowPartitionsRequest.type is deprecated.ShowPartitionsRequest.getType()Deprecated.milvus.proto.milvus.ShowPartitionsRequest.type is deprecated.ShowPartitionsRequestOrBuilder.getType()Deprecated.milvus.proto.milvus.ShowPartitionsRequest.type is deprecated.static ShowTypeShowType.valueOf(int value) Deprecated.static ShowTypeShowType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Deprecated.Returns the enum constant of this type with the specified name.static ShowTypeDeprecated.Returns the enum constant of this type with the specified name.static ShowType[]ShowType.values()Deprecated.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 ShowTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ShowType> ShowType.internalGetValueMap()Deprecated.Methods in io.milvus.grpc with parameters of type ShowTypeModifier and TypeMethodDescriptionDecide return Loaded collections or All collections(Optional)Deprecated.milvus.proto.milvus.ShowPartitionsRequest.type is deprecated. -
Uses of ShowType in io.milvus.param.collection
Methods in io.milvus.param.collection with parameters of type ShowTypeModifier and TypeMethodDescriptionShowCollectionsParam.Builder.withShowType(ShowType showType) Sets a show type.