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

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

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


Method Summary
 String getMethodName()
           
 com.google.protobuf.ByteString getRequest()
           
 com.google.protobuf.ByteString getRow()
           
 String getServiceName()
           
 boolean hasMethodName()
           
 boolean hasRequest()
           
 boolean hasRow()
           
 boolean hasServiceName()
           
 
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

hasRow

boolean hasRow()

getRow

com.google.protobuf.ByteString getRow()

hasServiceName

boolean hasServiceName()

getServiceName

String getServiceName()

hasMethodName

boolean hasMethodName()

getMethodName

String getMethodName()

hasRequest

boolean hasRequest()

getRequest

com.google.protobuf.ByteString getRequest()


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