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)
          async하게 데이터를 조회할 경우 사용한다.
 boolean NTable.get(java.util.Collection<Row.Key> rowKeys, java.lang.String[] columnNames, AsyncDataReceiver dataReceiver, int numOfThread, int timeout)
          async하게 데이터를 조회할 경우 사용한다.