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