Interface FsImageProto.StringTableSectionOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FsImageProto.StringTableSection,FsImageProto.StringTableSection.Builder
- Enclosing class:
- FsImageProto
public static interface FsImageProto.StringTableSectionOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintrepeated Entryintoptional uint32 numEntry = 1;booleanrepeated Entrybooleanoptional uint32 numEntry = 1;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNumEntry
boolean hasNumEntry()optional uint32 numEntry = 1;- Returns:
- Whether the numEntry field is set.
-
getNumEntry
int getNumEntry()optional uint32 numEntry = 1;- Returns:
- The numEntry.
-
hasMaskBits
boolean hasMaskBits()repeated Entry
optional uint32 maskBits = 2 [default = 0];- Returns:
- Whether the maskBits field is set.
-
getMaskBits
int getMaskBits()repeated Entry
optional uint32 maskBits = 2 [default = 0];- Returns:
- The maskBits.
-