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

    Modifier and Type
    Method
    Description
    int
    optional uint32 id = 1;
    optional string str = 2;
    org.apache.hadoop.thirdparty.protobuf.ByteString
    optional string str = 2;
    boolean
    optional uint32 id = 1;
    boolean
    optional string str = 2;

    Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.