Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.GenericExceptionMessage

Packages that use ErrorHandlingProtos.GenericExceptionMessage
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of ErrorHandlingProtos.GenericExceptionMessage in org.apache.hadoop.hbase.protobuf.generated
 

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ErrorHandlingProtos.GenericExceptionMessage
static com.google.protobuf.Parser<ErrorHandlingProtos.GenericExceptionMessage> ErrorHandlingProtos.GenericExceptionMessage.PARSER
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ErrorHandlingProtos.GenericExceptionMessage
 ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.Builder.build()
           
 ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.Builder.buildPartial()
           
static ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.getDefaultInstance()
           
 ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.getDefaultInstanceForType()
           
 ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.Builder.getDefaultInstanceForType()
           
 ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.ForeignExceptionMessageOrBuilder.getGenericException()
          optional .GenericExceptionMessage generic_exception = 2;
 ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.ForeignExceptionMessage.getGenericException()
          optional .GenericExceptionMessage generic_exception = 2;
 ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.ForeignExceptionMessage.Builder.getGenericException()
          optional .GenericExceptionMessage generic_exception = 2;
static ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.parseDelimitedFrom(InputStream input)
           
static ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.parseFrom(byte[] data)
           
static ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.parseFrom(com.google.protobuf.ByteString data)
           
static ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.parseFrom(InputStream input)
           
static ErrorHandlingProtos.GenericExceptionMessage ErrorHandlingProtos.GenericExceptionMessage.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ErrorHandlingProtos.GenericExceptionMessage
 com.google.protobuf.Parser<ErrorHandlingProtos.GenericExceptionMessage> ErrorHandlingProtos.GenericExceptionMessage.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ErrorHandlingProtos.GenericExceptionMessage
 ErrorHandlingProtos.GenericExceptionMessage.Builder ErrorHandlingProtos.GenericExceptionMessage.Builder.mergeFrom(ErrorHandlingProtos.GenericExceptionMessage other)
           
 ErrorHandlingProtos.ForeignExceptionMessage.Builder ErrorHandlingProtos.ForeignExceptionMessage.Builder.mergeGenericException(ErrorHandlingProtos.GenericExceptionMessage value)
          optional .GenericExceptionMessage generic_exception = 2;
static ErrorHandlingProtos.GenericExceptionMessage.Builder ErrorHandlingProtos.GenericExceptionMessage.newBuilder(ErrorHandlingProtos.GenericExceptionMessage prototype)
           
 ErrorHandlingProtos.ForeignExceptionMessage.Builder ErrorHandlingProtos.ForeignExceptionMessage.Builder.setGenericException(ErrorHandlingProtos.GenericExceptionMessage value)
          optional .GenericExceptionMessage generic_exception = 2;
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.