org.apache.hadoop.hdfs.server.namenode
Interface FsImageProto.StringTableSection.EntryOrBuilder

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

public static interface FsImageProto.StringTableSection.EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getId()
          optional uint32 id = 1;
 String getStr()
          optional string str = 2;
 com.google.protobuf.ByteString getStrBytes()
          optional string str = 2;
 boolean hasId()
          optional uint32 id = 1;
 boolean hasStr()
          optional string str = 2;
 
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

hasId

boolean hasId()
optional uint32 id = 1;


getId

int getId()
optional uint32 id = 1;


hasStr

boolean hasStr()
optional string str = 2;


getStr

String getStr()
optional string str = 2;


getStrBytes

com.google.protobuf.ByteString getStrBytes()
optional string str = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.