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

Packages that use CellProtos.Cell
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.protobuf.generated   
org.apache.hadoop.hbase.types This package provides the definition and implementation of HBase's extensible data type API. 
 

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

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

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

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

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type CellProtos.Cell
 List<CellProtos.Cell> ClientProtos.ResultOrBuilder.getCellList()
          repeated .Cell cell = 1;
 List<CellProtos.Cell> ClientProtos.Result.getCellList()
          repeated .Cell cell = 1;
 List<CellProtos.Cell> ClientProtos.Result.Builder.getCellList()
          repeated .Cell cell = 1;
 com.google.protobuf.Parser<CellProtos.Cell> CellProtos.Cell.getParserForType()
           
 

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

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type CellProtos.Cell
 ClientProtos.Result.Builder ClientProtos.Result.Builder.addAllCell(Iterable<? extends CellProtos.Cell> values)
          repeated .Cell cell = 1;
 

Uses of CellProtos.Cell in org.apache.hadoop.hbase.types
 

Methods in org.apache.hadoop.hbase.types that return CellProtos.Cell
 CellProtos.Cell PBCell.decode(PositionedByteRange src)
           
 

Methods in org.apache.hadoop.hbase.types that return types with arguments of type CellProtos.Cell
 Class<CellProtos.Cell> PBCell.encodedClass()
           
 

Methods in org.apache.hadoop.hbase.types with parameters of type CellProtos.Cell
 int PBCell.encode(PositionedByteRange dst, CellProtos.Cell val)
           
 



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