Uses of Class
io.milvus.grpc.PersistentSegmentInfo
-
Packages that use PersistentSegmentInfo Package Description io.milvus.grpc -
-
Uses of PersistentSegmentInfo in io.milvus.grpc
Methods in io.milvus.grpc that return PersistentSegmentInfo Modifier and Type Method Description PersistentSegmentInfoPersistentSegmentInfo.Builder. build()PersistentSegmentInfoPersistentSegmentInfo.Builder. buildPartial()static PersistentSegmentInfoPersistentSegmentInfo. getDefaultInstance()PersistentSegmentInfoPersistentSegmentInfo.Builder. getDefaultInstanceForType()PersistentSegmentInfoPersistentSegmentInfo. getDefaultInstanceForType()PersistentSegmentInfoGetPersistentSegmentInfoResponse.Builder. getInfos(int index)repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;PersistentSegmentInfoGetPersistentSegmentInfoResponse. getInfos(int index)repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;PersistentSegmentInfoGetPersistentSegmentInfoResponseOrBuilder. 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 PersistentSegmentInfo Modifier and Type Method Description List<PersistentSegmentInfo>GetPersistentSegmentInfoResponse.Builder. getInfosList()repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;List<PersistentSegmentInfo>GetPersistentSegmentInfoResponse. getInfosList()repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;List<PersistentSegmentInfo>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 PersistentSegmentInfo Modifier and Type Method Description GetPersistentSegmentInfoResponse.BuilderGetPersistentSegmentInfoResponse.Builder. addInfos(int index, PersistentSegmentInfo value)repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;GetPersistentSegmentInfoResponse.BuilderGetPersistentSegmentInfoResponse.Builder. addInfos(PersistentSegmentInfo value)repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;PersistentSegmentInfo.BuilderPersistentSegmentInfo.Builder. mergeFrom(PersistentSegmentInfo other)static PersistentSegmentInfo.BuilderPersistentSegmentInfo. newBuilder(PersistentSegmentInfo prototype)GetPersistentSegmentInfoResponse.BuilderGetPersistentSegmentInfoResponse.Builder. setInfos(int index, PersistentSegmentInfo value)repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;Method parameters in io.milvus.grpc with type arguments of type PersistentSegmentInfo Modifier and Type Method Description GetPersistentSegmentInfoResponse.BuilderGetPersistentSegmentInfoResponse.Builder. addAllInfos(Iterable<? extends PersistentSegmentInfo> values)repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
-