Interface FsImageProto.StringTableSection.EntryOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FsImageProto.StringTableSection.Entry,FsImageProto.StringTableSection.Entry.Builder
- Enclosing class:
- FsImageProto.StringTableSection
public static interface FsImageProto.StringTableSection.EntryOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasId
boolean hasId()optional uint32 id = 1;- Returns:
- Whether the id field is set.
-
getId
int getId()optional uint32 id = 1;- Returns:
- The id.
-
hasStr
boolean hasStr()optional string str = 2;- Returns:
- Whether the str field is set.
-
getStr
String getStr()optional string str = 2;- Returns:
- The str.
-
getStrBytes
org.apache.hadoop.thirdparty.protobuf.ByteString getStrBytes()optional string str = 2;- Returns:
- The bytes for str.
-