Uses of Class
org.hbase.async.generated.CellPB.KeyValue

Packages that use CellPB.KeyValue
org.hbase.async.generated   
 

Uses of CellPB.KeyValue in org.hbase.async.generated
 

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

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

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

Methods in org.hbase.async.generated with parameters of type CellPB.KeyValue
 CellPB.KeyValue.Builder CellPB.KeyValue.Builder.mergeFrom(CellPB.KeyValue other)
           
static CellPB.KeyValue.Builder CellPB.KeyValue.newBuilder(CellPB.KeyValue prototype)
           
 



Copyright © 2010-2015, The Async HBase Authors