Uses of Class
com.nhncorp.neptune.client.ScanCell

Packages that use ScanCell
com.nhncorp.neptune.client Neptune Client API, Shell, Scanner, Utility 
com.nhncorp.neptune.parallel.hadoop TabletInputFormat for Hadoop MapReduce 
 

Uses of ScanCell in com.nhncorp.neptune.client
 

Methods in com.nhncorp.neptune.client with parameters of type ScanCell
 int ScanCell.compareTo(ScanCell obj)
           
 boolean ScanCell.equals(ScanCell obj)
           
 

Method parameters in com.nhncorp.neptune.client with type arguments of type ScanCell
static void ScanCell.addCells(Row row, java.lang.String columnName, java.util.List<ScanCell> scanCells)
           
 

Uses of ScanCell in com.nhncorp.neptune.parallel.hadoop
 

Methods in com.nhncorp.neptune.parallel.hadoop that return ScanCell
 ScanCell AbstractTabletInputFormat.TabletColumnRecordReader.createValue()
           
 

Methods in com.nhncorp.neptune.parallel.hadoop with parameters of type ScanCell
 boolean AbstractTabletInputFormat.TabletColumnRecordReader.next(Row.Key key, ScanCell value)