Interface FsImageProto.SnapshotDiffSection.CreatedListEntryOrBuilder

All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder, org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
All Known Implementing Classes:
FsImageProto.SnapshotDiffSection.CreatedListEntry, FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
Enclosing class:
FsImageProto.SnapshotDiffSection

public static interface FsImageProto.SnapshotDiffSection.CreatedListEntryOrBuilder extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.thirdparty.protobuf.ByteString
    optional bytes name = 1;
    boolean
    optional bytes name = 1;

    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

    • hasName

      boolean hasName()
      optional bytes name = 1;
      Returns:
      Whether the name field is set.
    • getName

      org.apache.hadoop.thirdparty.protobuf.ByteString getName()
      optional bytes name = 1;
      Returns:
      The name.