org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.CoprocessorServiceResponseOrBuilder

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

public static interface ClientProtos.CoprocessorServiceResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.RegionSpecifier getRegion()
           
 HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
           
 HBaseProtos.NameBytesPair getValue()
           
 HBaseProtos.NameBytesPairOrBuilder getValueOrBuilder()
           
 boolean hasRegion()
           
 boolean hasValue()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasRegion

boolean hasRegion()

getRegion

HBaseProtos.RegionSpecifier getRegion()

getRegionOrBuilder

HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()

hasValue

boolean hasValue()

getValue

HBaseProtos.NameBytesPair getValue()

getValueOrBuilder

HBaseProtos.NameBytesPairOrBuilder getValueOrBuilder()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.