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

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

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


Method Summary
 ClientProtos.CoprocessorServiceCall getCall()
           
 ClientProtos.CoprocessorServiceCallOrBuilder getCallOrBuilder()
           
 HBaseProtos.RegionSpecifier getRegion()
           
 HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
           
 boolean hasCall()
           
 boolean hasRegion()
           
 
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()

hasCall

boolean hasCall()

getCall

ClientProtos.CoprocessorServiceCall getCall()

getCallOrBuilder

ClientProtos.CoprocessorServiceCallOrBuilder getCallOrBuilder()


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