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

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

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

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

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

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

Methods in org.hbase.async.generated with parameters of type CellPB.Cell
 ClientPB.Result.Builder ClientPB.Result.Builder.addCell(CellPB.Cell value)
          repeated .Cell cell = 1;
 ClientPB.Result.Builder ClientPB.Result.Builder.addCell(int index, CellPB.Cell value)
          repeated .Cell cell = 1;
 CellPB.Cell.Builder CellPB.Cell.Builder.mergeFrom(CellPB.Cell other)
           
static CellPB.Cell.Builder CellPB.Cell.newBuilder(CellPB.Cell prototype)
           
 ClientPB.Result.Builder ClientPB.Result.Builder.setCell(int index, CellPB.Cell value)
          repeated .Cell cell = 1;
 

Method parameters in org.hbase.async.generated with type arguments of type CellPB.Cell
 ClientPB.Result.Builder ClientPB.Result.Builder.addAllCell(Iterable<? extends CellPB.Cell> values)
          repeated .Cell cell = 1;
 



Copyright © 2010-2015, The Async HBase Authors