Uses of Interface
org.apache.solr.common.cloud.rule.RemoteCallback
-
Packages that use RemoteCallback Package Description org.apache.solr.common.cloud.rule Classes for managing Replica placement strategy when operating in SolrCloud mode. -
-
Uses of RemoteCallback in org.apache.solr.common.cloud.rule
Classes in org.apache.solr.common.cloud.rule that implement RemoteCallback Modifier and Type Class Description class
SnitchContext
This is the context provided to the snitches to interact with the system.Methods in org.apache.solr.common.cloud.rule with parameters of type RemoteCallback Modifier and Type Method Description void
SnitchContext. invokeRemote(String node, ModifiableSolrParams params, String klas, RemoteCallback callback)
Deprecated.
-