Uses of Class
org.hbase.async.generated.RPCPB.ExceptionResponse

Packages that use RPCPB.ExceptionResponse
org.hbase.async.generated   
 

Uses of RPCPB.ExceptionResponse in org.hbase.async.generated
 

Fields in org.hbase.async.generated with type parameters of type RPCPB.ExceptionResponse
static com.google.protobuf.Parser<RPCPB.ExceptionResponse> RPCPB.ExceptionResponse.PARSER
           
 

Methods in org.hbase.async.generated that return RPCPB.ExceptionResponse
 RPCPB.ExceptionResponse RPCPB.ExceptionResponse.Builder.build()
           
 RPCPB.ExceptionResponse RPCPB.ExceptionResponse.Builder.buildPartial()
           
static RPCPB.ExceptionResponse RPCPB.ExceptionResponse.getDefaultInstance()
           
 RPCPB.ExceptionResponse RPCPB.ExceptionResponse.getDefaultInstanceForType()
           
 RPCPB.ExceptionResponse RPCPB.ExceptionResponse.Builder.getDefaultInstanceForType()
           
 RPCPB.ExceptionResponse RPCPB.ResponseHeaderOrBuilder.getException()
          optional .ExceptionResponse exception = 2;
 RPCPB.ExceptionResponse RPCPB.ResponseHeader.getException()
          optional .ExceptionResponse exception = 2;
 RPCPB.ExceptionResponse RPCPB.ResponseHeader.Builder.getException()
          optional .ExceptionResponse exception = 2;
static RPCPB.ExceptionResponse RPCPB.ExceptionResponse.parseDelimitedFrom(InputStream input)
           
static RPCPB.ExceptionResponse RPCPB.ExceptionResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ExceptionResponse RPCPB.ExceptionResponse.parseFrom(byte[] data)
           
static RPCPB.ExceptionResponse RPCPB.ExceptionResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ExceptionResponse RPCPB.ExceptionResponse.parseFrom(com.google.protobuf.ByteString data)
           
static RPCPB.ExceptionResponse RPCPB.ExceptionResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ExceptionResponse RPCPB.ExceptionResponse.parseFrom(com.google.protobuf.CodedInputStream input)
           
static RPCPB.ExceptionResponse RPCPB.ExceptionResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ExceptionResponse RPCPB.ExceptionResponse.parseFrom(InputStream input)
           
static RPCPB.ExceptionResponse RPCPB.ExceptionResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.hbase.async.generated that return types with arguments of type RPCPB.ExceptionResponse
 com.google.protobuf.Parser<RPCPB.ExceptionResponse> RPCPB.ExceptionResponse.getParserForType()
           
 

Methods in org.hbase.async.generated with parameters of type RPCPB.ExceptionResponse
 RPCPB.ResponseHeader.Builder RPCPB.ResponseHeader.Builder.mergeException(RPCPB.ExceptionResponse value)
          optional .ExceptionResponse exception = 2;
 RPCPB.ExceptionResponse.Builder RPCPB.ExceptionResponse.Builder.mergeFrom(RPCPB.ExceptionResponse other)
           
static RPCPB.ExceptionResponse.Builder RPCPB.ExceptionResponse.newBuilder(RPCPB.ExceptionResponse prototype)
           
 RPCPB.ResponseHeader.Builder RPCPB.ResponseHeader.Builder.setException(RPCPB.ExceptionResponse value)
          optional .ExceptionResponse exception = 2;
 



Copyright © 2010-2015, The Async HBase Authors