Uses of Class
io.milvus.grpc.PersistentSegmentInfo
Packages that use PersistentSegmentInfo
-
Uses of PersistentSegmentInfo in io.milvus.grpc
Methods in io.milvus.grpc that return PersistentSegmentInfoModifier and TypeMethodDescriptionPersistentSegmentInfo.Builder.build()PersistentSegmentInfo.Builder.buildPartial()static PersistentSegmentInfoPersistentSegmentInfo.getDefaultInstance()PersistentSegmentInfo.Builder.getDefaultInstanceForType()PersistentSegmentInfo.getDefaultInstanceForType()GetPersistentSegmentInfoResponse.Builder.getInfos(int index) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.getInfos(int index) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponseOrBuilder.getInfos(int index) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;static PersistentSegmentInfoPersistentSegmentInfo.parseDelimitedFrom(InputStream input) static PersistentSegmentInfoPersistentSegmentInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PersistentSegmentInfoPersistentSegmentInfo.parseFrom(byte[] data) static PersistentSegmentInfoPersistentSegmentInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PersistentSegmentInfoPersistentSegmentInfo.parseFrom(com.google.protobuf.ByteString data) static PersistentSegmentInfoPersistentSegmentInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PersistentSegmentInfoPersistentSegmentInfo.parseFrom(com.google.protobuf.CodedInputStream input) static PersistentSegmentInfoPersistentSegmentInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PersistentSegmentInfoPersistentSegmentInfo.parseFrom(InputStream input) static PersistentSegmentInfoPersistentSegmentInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PersistentSegmentInfoPersistentSegmentInfo.parseFrom(ByteBuffer data) static PersistentSegmentInfoPersistentSegmentInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type PersistentSegmentInfoModifier and TypeMethodDescriptionGetPersistentSegmentInfoResponse.Builder.getInfosList()repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.getInfosList()repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponseOrBuilder.getInfosList()repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;com.google.protobuf.Parser<PersistentSegmentInfo> PersistentSegmentInfo.getParserForType()static com.google.protobuf.Parser<PersistentSegmentInfo> PersistentSegmentInfo.parser()Methods in io.milvus.grpc with parameters of type PersistentSegmentInfoModifier and TypeMethodDescriptionGetPersistentSegmentInfoResponse.Builder.addInfos(int index, PersistentSegmentInfo value) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.Builder.addInfos(PersistentSegmentInfo value) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;PersistentSegmentInfo.Builder.mergeFrom(PersistentSegmentInfo other) PersistentSegmentInfo.newBuilder(PersistentSegmentInfo prototype) GetPersistentSegmentInfoResponse.Builder.setInfos(int index, PersistentSegmentInfo value) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;Method parameters in io.milvus.grpc with type arguments of type PersistentSegmentInfoModifier and TypeMethodDescriptionGetPersistentSegmentInfoResponse.Builder.addAllInfos(Iterable<? extends PersistentSegmentInfo> values) repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;