Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
K
L
M
R
S
T
V
D
data(String, String, ResultSetResponse)
- Method in interface gov.ornl.csed.csiir.idr.kdd.dataservice.client.
DataConsumer
Called for each ResultSetResponse returned by the query.
data(String, String, byte[])
- Method in interface gov.ornl.csed.csiir.idr.kdd.dataservice.client.
DocumentConsumer
Called with blocks of the byte data for the document.
DataConsumer
- Interface in
gov.ornl.csed.csiir.idr.kdd.dataservice.client
The DataConsumer interface needs to be implemented by a class wishing to receive data asynchronously.
DataServiceClient
- Class in
gov.ornl.csed.csiir.idr.kdd.dataservice.client
Provides an API for accessing the KDD data service.
DataServiceClient(URI)
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.client.
DataServiceClient
Constructs a data service client object with the supplied URI and the default thread pool size of 16.
DataServiceClient(URI, int)
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.client.
DataServiceClient
Constructs a data service client object with the supplied URI and the supplied thread pool size.
DataSetInformationResponse
- Class in
gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The DataSetInformationResponse class represents all of the information available for a data set.
DataSetInformationResponse()
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetInformationResponse
DataSetInformationResponse(String, String)
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetInformationResponse
DataSetInformationResponse(String, String, String, long, long, DataSetInformationResponse.DataType, String)
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetInformationResponse
DataSetInformationResponse.DataType
- Enum in
gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The DataType enumeration indicates whether the data set is structured or unstructured.
DataSetListResponse
- Class in
gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The DataSetListResponse class represents a list of data sets that are available on the server.
DataSetListResponse()
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetListResponse
DataSetListResponse(Map<String, String>)
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetListResponse
DataSetListResponse.DataSetMetaData
- Class in
gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The DataSetMetaData class represents the name and unique ID for a data set.
DataSetListResponse.DataSetMetaData()
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetListResponse.DataSetMetaData
DataSetListResponse.DataSetMetaData(String, String)
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetListResponse.DataSetMetaData
DataSetQueryRequest
- Class in
gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The DataSetQueryRequest class represents a query to be submitted to the data service.
DataSetQueryRequest()
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest
DataSetQueryRequest(DataSetQueryRequest.QueryNode)
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest
DataSetQueryRequest.QueryNode
- Class in
gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The QueryNode class represents a node of a boolean query.
DataSetQueryRequest.QueryNode()
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest.QueryNode
DataSetSamplesRequest
- Class in
gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The DataSetSamplesRequest represents a request for some sample records from a data set.
DataSetSamplesRequest()
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetSamplesRequest
DataSetSchemaResponse
- Class in
gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
The DataSetSchemaResponse represents the field and field type information for a particular data set.
DataSetSchemaResponse()
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetSchemaResponse
DataSetSchemaResponse(Map<String, String>)
- Constructor for class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetSchemaResponse
DocumentConsumer
- Interface in
gov.ornl.csed.csiir.idr.kdd.dataservice.client
The DocumentConsumer interface needs to be implemented by a class wishing to receive document data asynchronously.
done(String, String)
- Method in interface gov.ornl.csed.csiir.idr.kdd.dataservice.client.
DataConsumer
Called when all ResultSetResponse instances have be received.
done(String, String)
- Method in interface gov.ornl.csed.csiir.idr.kdd.dataservice.client.
DocumentConsumer
Called when all byte data blocks have been received.
done(String, String)
- Method in interface gov.ornl.csed.csiir.idr.kdd.dataservice.client.
RecordCountConsumer
Called when the record count response has be received.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
K
L
M
R
S
T
V