Package io.dingodb.common
Interface Common.DocumentIndexMetricsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.DocumentIndexMetrics,Common.DocumentIndexMetrics.Builder
- Enclosing class:
- Common
public static interface Common.DocumentIndexMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTotalNumDocs
long getTotalNumDocs()total num docs
int64 total_num_docs = 1;- Returns:
- The totalNumDocs.
-
getTotalNumTokens
long getTotalNumTokens()total num tokens
int64 total_num_tokens = 2;- Returns:
- The totalNumTokens.
-
getMaxId
long getMaxId()max id
int64 max_id = 3;- Returns:
- The maxId.
-
getMinId
long getMinId()min id
int64 min_id = 4;- Returns:
- The minId.
-
getMetaJson
String getMetaJson()meta json
string meta_json = 5;- Returns:
- The metaJson.
-
getMetaJsonBytes
com.google.protobuf.ByteString getMetaJsonBytes()meta json
string meta_json = 5;- Returns:
- The bytes for metaJson.
-
getJsonParameter
String getJsonParameter()json parameter
string json_parameter = 6;- Returns:
- The jsonParameter.
-
getJsonParameterBytes
com.google.protobuf.ByteString getJsonParameterBytes()json parameter
string json_parameter = 6;- Returns:
- The bytes for jsonParameter.
-