org.hbase.async.generated
Interface HBasePB.NameInt64PairOrBuilder

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

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


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

Method Detail

hasName

boolean hasName()
optional string name = 1;


getName

String getName()
optional string name = 1;


getNameBytes

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


hasValue

boolean hasValue()
optional int64 value = 2;


getValue

long getValue()
optional int64 value = 2;



Copyright © 2010-2015, The Async HBase Authors