Package io.milvus.grpc
Interface SegmentStatOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SegmentStat,SegmentStat.Builder
public interface SegmentStatOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDataSize()int64 data_size = 4;StringgetIndexName()string index_name = 3;com.google.protobuf.ByteStringgetIndexNameBytes()string index_name = 3;longgetRowCount()int64 row_count = 2;StringgetSegmentName()string segment_name = 1;com.google.protobuf.ByteStringgetSegmentNameBytes()string segment_name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSegmentName
String getSegmentName()
string segment_name = 1;- Returns:
- The segmentName.
-
getSegmentNameBytes
com.google.protobuf.ByteString getSegmentNameBytes()
string segment_name = 1;- Returns:
- The bytes for segmentName.
-
getRowCount
long getRowCount()
int64 row_count = 2;- Returns:
- The rowCount.
-
getIndexName
String getIndexName()
string index_name = 3;- Returns:
- The indexName.
-
getIndexNameBytes
com.google.protobuf.ByteString getIndexNameBytes()
string index_name = 3;- Returns:
- The bytes for indexName.
-
getDataSize
long getDataSize()
int64 data_size = 4;- Returns:
- The dataSize.
-
-