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

Packages that use HBaseProtos.Cell
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of HBaseProtos.Cell in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return HBaseProtos.Cell
static HBaseProtos.Cell ProtobufUtil.toCell(Cell kv)
           
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type HBaseProtos.Cell
static Cell ProtobufUtil.toCell(HBaseProtos.Cell cell)
           
 

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type HBaseProtos.Cell
 List<HBaseProtos.Cell> ClientProtos.ResultOrBuilder.getCellList()
           
 List<HBaseProtos.Cell> ClientProtos.Result.getCellList()
           
 List<HBaseProtos.Cell> ClientProtos.Result.Builder.getCellList()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type HBaseProtos.Cell
 ClientProtos.Result.Builder ClientProtos.Result.Builder.addCell(HBaseProtos.Cell value)
           
 ClientProtos.Result.Builder ClientProtos.Result.Builder.addCell(int index, HBaseProtos.Cell value)
           
 HBaseProtos.Cell.Builder HBaseProtos.Cell.Builder.mergeFrom(HBaseProtos.Cell other)
           
static HBaseProtos.Cell.Builder HBaseProtos.Cell.newBuilder(HBaseProtos.Cell prototype)
           
 ClientProtos.Result.Builder ClientProtos.Result.Builder.setCell(int index, HBaseProtos.Cell value)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type HBaseProtos.Cell
 ClientProtos.Result.Builder ClientProtos.Result.Builder.addAllCell(Iterable<? extends HBaseProtos.Cell> values)
           
 



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