Uses of Interface
gov.ornl.csed.csiir.idr.kdd.dataservice.client.RecordCountConsumer

Packages that use RecordCountConsumer
gov.ornl.csed.csiir.idr.kdd.dataservice.client   
 

Uses of RecordCountConsumer in gov.ornl.csed.csiir.idr.kdd.dataservice.client
 

Methods in gov.ornl.csed.csiir.idr.kdd.dataservice.client with parameters of type RecordCountConsumer
 java.lang.String DataServiceClient.requestDataSetQueryRecordCount(java.lang.String dataSetId, DataSetQueryRequest dataSetQueryRequest, RecordCountConsumer consumer, java.lang.String logId)
          Retrieves the total number of records that match the query, along with the time taken to execute the query.