org.hbase.async.generated
Interface ClientPB.CoprocessorServiceResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ClientPB.CoprocessorServiceResponse, ClientPB.CoprocessorServiceResponse.Builder
Enclosing class:
ClientPB

public static interface ClientPB.CoprocessorServiceResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 HBasePB.RegionSpecifier getRegion()
          required .RegionSpecifier region = 1;
 HBasePB.NameBytesPair getValue()
          required .NameBytesPair value = 2;
 boolean hasRegion()
          required .RegionSpecifier region = 1;
 boolean hasValue()
          required .NameBytesPair value = 2;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasRegion

boolean hasRegion()
required .RegionSpecifier region = 1;


getRegion

HBasePB.RegionSpecifier getRegion()
required .RegionSpecifier region = 1;


hasValue

boolean hasValue()
required .NameBytesPair value = 2;


getValue

HBasePB.NameBytesPair getValue()
required .NameBytesPair value = 2;



Copyright © 2010-2015, The Async HBase Authors