Package org.apache.solr.client.api.model
Class SubResponseAccumulatingJerseyResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.client.api.model.AsyncJerseyResponse
-
- org.apache.solr.client.api.model.SubResponseAccumulatingJerseyResponse
-
- All Implemented Interfaces:
ReflectWritable
- Direct Known Subclasses:
BackupDeletionResponseBody
,CreateCollectionBackupResponseBody
,PurgeUnusedResponse
public class SubResponseAccumulatingJerseyResponse extends AsyncJerseyResponse
Represents API responses composed of the responses of various sub-requests.Many Solr APIs, particularly those historically reliant on overseer processing, return a response to the user that is composed in large part of the responses from all sub-requests made during the APIs execution. (e.g. the collection-deletion response itself contains the responses from the 'UNLOAD' call send to each core.) This class encapsulates those responses as possible.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
SolrJerseyResponse.ResponseHeader
-
-
Field Summary
Fields Modifier and Type Field Description Object
failedSubResponsesByNodeName
Object
successfulSubResponsesByNodeName
String
warning
-
Fields inherited from class org.apache.solr.client.api.model.AsyncJerseyResponse
requestId
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description SubResponseAccumulatingJerseyResponse()
-