Uses of Class
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.EmptyMsg

Packages that use HBaseProtos.EmptyMsg
org.apache.hadoop.hbase.client.coprocessor Provides client classes for invoking Coprocessor RPC protocols 
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of HBaseProtos.EmptyMsg in org.apache.hadoop.hbase.client.coprocessor
 

Methods in org.apache.hadoop.hbase.client.coprocessor that return HBaseProtos.EmptyMsg
 HBaseProtos.EmptyMsg BigDecimalColumnInterpreter.getRequestData()
           
 HBaseProtos.EmptyMsg DoubleColumnInterpreter.getRequestData()
           
 HBaseProtos.EmptyMsg LongColumnInterpreter.getRequestData()
           
 

Methods in org.apache.hadoop.hbase.client.coprocessor with parameters of type HBaseProtos.EmptyMsg
 void BigDecimalColumnInterpreter.initialize(HBaseProtos.EmptyMsg msg)
           
 void DoubleColumnInterpreter.initialize(HBaseProtos.EmptyMsg msg)
           
 void LongColumnInterpreter.initialize(HBaseProtos.EmptyMsg msg)
           
 

Uses of HBaseProtos.EmptyMsg in org.apache.hadoop.hbase.protobuf.generated
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return HBaseProtos.EmptyMsg
 HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.Builder.build()
           
 HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.Builder.buildPartial()
           
static HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.getDefaultInstance()
           
 HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.getDefaultInstanceForType()
           
 HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.Builder.getDefaultInstanceForType()
           
static HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.parseDelimitedFrom(InputStream input)
           
static HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.parseFrom(byte[] data)
           
static HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.parseFrom(com.google.protobuf.ByteString data)
           
static HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.parseFrom(com.google.protobuf.CodedInputStream input)
           
static HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.parseFrom(InputStream input)
           
static HBaseProtos.EmptyMsg HBaseProtos.EmptyMsg.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type HBaseProtos.EmptyMsg
 HBaseProtos.EmptyMsg.Builder HBaseProtos.EmptyMsg.Builder.mergeFrom(HBaseProtos.EmptyMsg other)
           
static HBaseProtos.EmptyMsg.Builder HBaseProtos.EmptyMsg.newBuilder(HBaseProtos.EmptyMsg prototype)
           
 



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