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

Packages that use CellFilter
com.nhncorp.neptune.client Neptune Client API, Shell, Scanner, Utility 
com.nhncorp.neptune.tabletserver TabletServer 
 

Uses of CellFilter in com.nhncorp.neptune.client
 

Methods in com.nhncorp.neptune.client that return CellFilter
 CellFilter RowFilter.getCellFilterInfo(java.lang.String columnName)
           
 

Methods in com.nhncorp.neptune.client that return types with arguments of type CellFilter
 java.util.List<CellFilter> RowFilter.getCellFilters()
           
 

Methods in com.nhncorp.neptune.client with parameters of type CellFilter
 void RowFilter.addCellFilter(CellFilter cellFilter)
           
 

Method parameters in com.nhncorp.neptune.client with type arguments of type CellFilter
 boolean NTable.get(java.util.Collection<Row.Key> rowKeys, java.util.List<CellFilter> cellFilters, AsyncDataReceiver dataReceiver, int numOfThread, int timeout)
          async하게 데이터를 조회할 경우 사용한다.
 

Uses of CellFilter in com.nhncorp.neptune.tabletserver
 

Methods in com.nhncorp.neptune.tabletserver with parameters of type CellFilter
 java.util.List<ColumnValue> ValueCollection.get(CellFilter cellFilter)
           
 com.nhncorp.neptune.tabletserver.TabletMapFile.MapFileReader TabletMapFile.getMapFileReader(Row.Key startRowKey, Row.Key endRowKey, CellFilter cellFilter)
           
 Scanner MemorySSTableIF.getScanner(java.lang.String columnName, Row.Key startRowKey, Row.Key endRowKey, CellFilter columnFilter)
           
 Scanner MemorySSTable.getScanner(java.lang.String columnName, Row.Key startRowKey, Row.Key endRowKey, CellFilter columnFilter)
           
 

Constructors in com.nhncorp.neptune.tabletserver with parameters of type CellFilter
TabletScanner(java.lang.String scannerId, NConfiguration conf, TabletInfo tabletInfo, Row.Key startRowKey, Row.Key endRowKey, java.lang.String columnName, MemorySSTableIF memorySSTable, DiskSSTableIF diskSSTable, CellFilter columnFilter, int numOfVersion)