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()
          required .RegionSpecifier region = 1;
 HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
          required .RegionSpecifier region = 1;
 HBaseProtos.NameBytesPair getValue()
          required .NameBytesPair value = 2;
 HBaseProtos.NameBytesPairOrBuilder getValueOrBuilder()
          required .NameBytesPair value = 2;
 boolean hasRegion()
          required .RegionSpecifier region = 1;
 boolean hasValue()
          required .NameBytesPair value = 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

hasRegion

boolean hasRegion()
required .RegionSpecifier region = 1;


getRegion

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


getRegionOrBuilder

HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
required .RegionSpecifier region = 1;


hasValue

boolean hasValue()
required .NameBytesPair value = 2;


getValue

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


getValueOrBuilder

HBaseProtos.NameBytesPairOrBuilder getValueOrBuilder()
required .NameBytesPair value = 2;



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