org.apache.hadoop.hbase.protobuf.generated
Interface RPCProtos.RpcRequestBodyOrBuilder

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

public static interface RPCProtos.RpcRequestBodyOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getMethodName()
           
 com.google.protobuf.ByteString getRequest()
           
 String getRequestClassName()
           
 boolean hasMethodName()
           
 boolean hasRequest()
           
 boolean hasRequestClassName()
           
 
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

hasMethodName

boolean hasMethodName()

getMethodName

String getMethodName()

hasRequest

boolean hasRequest()

getRequest

com.google.protobuf.ByteString getRequest()

hasRequestClassName

boolean hasRequestClassName()

getRequestClassName

String getRequestClassName()


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