Uses of Class
org.apache.hadoop.hbase.protobuf.generated.CellProtos.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;
 



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