A C D E F G H I K L M R S T V

R

recordCount(String, String, RecordCountResponse) - Method in interface gov.ornl.csed.csiir.idr.kdd.dataservice.client.RecordCountConsumer
Called for the record count response.
RecordCountConsumer - Interface in gov.ornl.csed.csiir.idr.kdd.dataservice.client
The RecordCountConsumer interface needs to be implemented by a class wishing to receive record count information asynchronously.
RecordCountResponse - Class in gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The ResultCountResponse object represents the total number of records that match a particular data set query.
RecordCountResponse() - Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.RecordCountResponse
 
RecordCountResponse(int, long) - Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.RecordCountResponse
 
recordSize() - Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.ResultSetResponse
Returns the number of records in this result set
removeReturnField(String) - Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.DataSetQueryRequest
Remove a field from the list of field values to retrieve.
requestCancel(String) - Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.client.DataServiceClient
Request to cancel the asynchronous retrieval of a sample set, query, document, or query count request.
requestDataSetInformation(String, String) - Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.client.DataServiceClient
Retrieves information about a single data set from the server.
requestDataSetList(String) - Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.client.DataServiceClient
Retrieves a list of the available data sets from the server.
requestDataSetQuery(String, DataSetQueryRequest, DataConsumer, String) - Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.client.DataServiceClient
Retrieves the records resulting from the provided query.
requestDataSetQueryRecordCount(String, DataSetQueryRequest, RecordCountConsumer, String) - Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.client.DataServiceClient
Retrieves the total number of records that match the query, along with the time taken to execute the query.
requestDataSetSamples(String, DataSetSamplesRequest, DataConsumer, String) - Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.client.DataServiceClient
Retrieves the sample records from the data set.
requestDataSetSchema(String, String) - Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.client.DataServiceClient
Retrieves the schema for a data set.
requestDocument(String, String, Format, DocumentConsumer, String) - Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.client.DataServiceClient
Retrieves the source document asynchronously.
ResultSetResponse - Class in gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The ResultSetResponse object represents a subset of result records returned from a query to the data service.
ResultSetResponse() - Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.ResultSetResponse
 
ResultSetResponse(String, boolean) - Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.ResultSetResponse
 
ResultSetResponse(String, Map<String, String>) - Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.ResultSetResponse
 
ResultSetResponse(String, Map<String, String>, boolean) - Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.ResultSetResponse
 
ResultSetResponse.ListSet - Class in gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The ListSet class represents a list of lists and allows them to be iterated as a matrix of rows and columns.
ResultSetResponse.ListSet.ListSetCell - Class in gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
 
ResultSetResponse.ListSet.ListSetRow - Class in gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The ListSetRow class represents a row in the ListSet and allows iteration over the cell values in the row.
ResultSetResponse.ResultRecord - Class in gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The ResultRecord class represents the fields of a single record.
ResultSetResponse.ResultRecord.ResultField - Class in gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The ResultField class represents a field value.
rowSize() - Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.ResultSetResponse.ListSet
Retrieves the number of rows.

A C D E F G H I K L M R S T V