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.client.scanner scanner, ScannerFactory만 외부에 오픈되고 대부분은 protected 
com.nhncorp.neptune.parallel.hadoop Table을 input으로 하는 Hadoop MapReduce job을 위한 유틸리티 
com.nhncorp.neptune.tablet Table, Tablet 관련 Value Object 
 

Uses of ScanCell in com.nhncorp.neptune.client
 

Methods in com.nhncorp.neptune.client with parameters of type ScanCell
 int ScanCell.compareTo(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.client.scanner
 

Methods in com.nhncorp.neptune.client.scanner that return ScanCell
 ScanCell TableScanner.next()
          현재 커서의 위치에서 다음 데이터를 fetch한다.
 

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)
           
 

Uses of ScanCell in com.nhncorp.neptune.tablet
 

Methods in com.nhncorp.neptune.tablet that return ScanCell
 ScanCell ColumnValue.copyToScanCell(java.lang.String columnName)