Package ddf.catalog.operation
Interface QueryResponse
- All Superinterfaces:
Operation,Response<QueryRequest>,Serializable,SourceResponse
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet any specific details about the execution of theQueryRequestassociated with thisSourceResponse.booleanpoll()poll(long timeout) take()take(long resultSize) Methods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Response
getProcessingErrors, getRequestMethods inherited from interface ddf.catalog.operation.SourceResponse
getHits, getResults
-
Field Details
-
TOTAL_HITS
- See Also:
-
SITE_LIST
- See Also:
-
TOTAL_RESULTS_RETURNED
- See Also:
-
ELAPSED_TIME
- See Also:
-
-
Method Details
-
getProcessingDetails
Set<ProcessingDetails> getProcessingDetails()Description copied from interface:SourceResponseGet any specific details about the execution of theQueryRequestassociated with thisSourceResponse. Must not be null.- Specified by:
getProcessingDetailsin interfaceSourceResponse- Returns:
- the processing details
-
hasMoreResults
boolean hasMoreResults() -
poll
Result poll() -
poll
-
take
Result take() -
take
-