org.apache.hadoop.hdfs.server.namenode
Interface FsImageProto.StringTableSectionOrBuilder

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

public static interface FsImageProto.StringTableSectionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getNumEntry()
          optional uint32 numEntry = 1;
 boolean hasNumEntry()
          optional uint32 numEntry = 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

hasNumEntry

boolean hasNumEntry()
optional uint32 numEntry = 1;
 repeated Entry
 


getNumEntry

int getNumEntry()
optional uint32 numEntry = 1;
 repeated Entry
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.