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

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

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)
          This method allows applications to asynchronously receive data.