org.apache.hadoop.hdfs.server.namenode
Interface FsImageProto.SnapshotDiffSection.CreatedListEntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FsImageProto.SnapshotDiffSection.CreatedListEntry, FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
Enclosing class:
FsImageProto.SnapshotDiffSection

public static interface FsImageProto.SnapshotDiffSection.CreatedListEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getName()
          optional bytes name = 1;
 boolean hasName()
          optional bytes name = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()
optional bytes name = 1;


getName

com.google.protobuf.ByteString getName()
optional bytes name = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.