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
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
FieldsModifier and TypeFieldDescriptionFields inherited from class org.apache.solr.client.api.model.AsyncJerseyResponse
requestIdFields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
successfulSubResponsesByNodeName
-
failedSubResponsesByNodeName
-
warning
-
-
Constructor Details
-
SubResponseAccumulatingJerseyResponse
public SubResponseAccumulatingJerseyResponse()
-