org.hbase.async.generated
Interface HBasePB.NameBytesPairOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
HBasePB.NameBytesPair, HBasePB.NameBytesPair.Builder
Enclosing class:
HBasePB

public static interface HBasePB.NameBytesPairOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 String getName()
          required string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          required string name = 1;
 com.google.protobuf.ByteString getValue()
          optional bytes value = 2;
 boolean hasName()
          required string name = 1;
 boolean hasValue()
          optional bytes value = 2;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasName

boolean hasName()
required string name = 1;


getName

String getName()
required string name = 1;


getNameBytes

com.google.protobuf.ByteString getNameBytes()
required string name = 1;


hasValue

boolean hasValue()
optional bytes value = 2;


getValue

com.google.protobuf.ByteString getValue()
optional bytes value = 2;



Copyright © 2010-2015, The Async HBase Authors