Package io.dingodb.store_internal
Interface StoreInternal.SstFileInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreInternal.SstFileInfo,StoreInternal.SstFileInfo.Builder
- Enclosing class:
- StoreInternal
public static interface StoreInternal.SstFileInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring cf_name = 6;com.google.protobuf.ByteStringstring cf_name = 6;com.google.protobuf.ByteStringbytes end_key = 5;intgetLevel()int32 level = 1;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;getPath()string path = 3;com.google.protobuf.ByteStringstring path = 3;com.google.protobuf.ByteStringbytes start_key = 4;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
-
getLevel
int getLevel()int32 level = 1;- Returns:
- The level.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getPath
String getPath()string path = 3;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()string path = 3;- Returns:
- The bytes for path.
-
getStartKey
com.google.protobuf.ByteString getStartKey()bytes start_key = 4;- Returns:
- The startKey.
-
getEndKey
com.google.protobuf.ByteString getEndKey()bytes end_key = 5;- Returns:
- The endKey.
-
getCfName
String getCfName()string cf_name = 6;- Returns:
- The cfName.
-
getCfNameBytes
com.google.protobuf.ByteString getCfNameBytes()string cf_name = 6;- Returns:
- The bytes for cfName.
-