Uses of Interface
com.nhncorp.neptune.client.AsyncDataReceiver

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

Uses of AsyncDataReceiver in com.nhncorp.neptune.client
 

Methods in com.nhncorp.neptune.client with parameters of type AsyncDataReceiver
 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.
 boolean NTable.get(java.util.Collection<Row.Key> rowKeys, java.lang.String[] columnNames, AsyncDataReceiver dataReceiver, int numOfThread, int timeout)
          This method allows applications to asynchronously receive data.