Uses of Class
org.apache.solr.cloud.OverseerSolrResponse
-
Packages that use OverseerSolrResponse Package Description org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode.org.apache.solr.cloud.api.collections Package related to internal implementations of the SolrCloud collections api -
-
Uses of OverseerSolrResponse in org.apache.solr.cloud
Methods in org.apache.solr.cloud that return OverseerSolrResponse Modifier and Type Method Description static OverseerSolrResponse
OverseerSolrResponseSerializer. deserialize(byte[] responseBytes)
OverseerSolrResponse
OverseerConfigSetMessageHandler. processMessage(org.apache.solr.common.cloud.ZkNodeProps message, String operation)
OverseerSolrResponse
OverseerMessageHandler. processMessage(org.apache.solr.common.cloud.ZkNodeProps message, String operation)
Methods in org.apache.solr.cloud that return types with arguments of type OverseerSolrResponse Modifier and Type Method Description org.apache.solr.common.util.Pair<org.apache.solr.client.solrj.response.RequestStatusState,OverseerSolrResponse>
DistributedApiAsyncTracker. getAsyncTaskRequestStatus(String asyncId)
This method implements the logic described in the class Javadoc table (DistributedApiAsyncTracker
), using the two sets of tracking info to build the actual state of an async task.Methods in org.apache.solr.cloud with parameters of type OverseerSolrResponse Modifier and Type Method Description static byte[]
OverseerSolrResponseSerializer. serialize(OverseerSolrResponse responseObject)
This method serializes the content of anOverseerSolrResponse
.void
DistributedApiAsyncTracker. setTaskCompleted(String asyncId, OverseerSolrResponse solrResponse)
Mark the completion (success or error) of an async task. -
Uses of OverseerSolrResponse in org.apache.solr.cloud.api.collections
Methods in org.apache.solr.cloud.api.collections that return types with arguments of type OverseerSolrResponse Modifier and Type Method Description org.apache.solr.common.util.Pair<org.apache.solr.client.solrj.response.RequestStatusState,OverseerSolrResponse>
DistributedCollectionConfigSetCommandRunner. getAsyncTaskRequestStatus(String asyncId)
-