Uses of Class
org.apache.solr.handler.component.ShardHandler
-
Packages that use ShardHandler Package Description org.apache.solr.cloud.api.collections Package related to internal implementations of the SolrCloud collections apiorg.apache.solr.handler.component SearchComponentimplementations for use inSearchHandler -
-
Uses of ShardHandler in org.apache.solr.cloud.api.collections
Methods in org.apache.solr.cloud.api.collections with parameters of type ShardHandler Modifier and Type Method Description voidOverseerCollectionMessageHandler.ShardRequestTracker. sendShardRequest(String nodeName, ModifiableSolrParams params, ShardHandler shardHandler)voidOverseerCollectionMessageHandler.ShardRequestTracker. sendShardRequest(String nodeName, ModifiableSolrParams params, ShardHandler shardHandler, String adminPath, ZkStateReader zkStateReader)List<Replica>OverseerCollectionMessageHandler.ShardRequestTracker. sliceCmd(ClusterState clusterState, ModifiableSolrParams params, Replica.State stateMatcher, Slice slice, ShardHandler shardHandler)Send request to all replicas of a slice -
Uses of ShardHandler in org.apache.solr.handler.component
Subclasses of ShardHandler in org.apache.solr.handler.component Modifier and Type Class Description classHttpShardHandlerMethods in org.apache.solr.handler.component that return ShardHandler Modifier and Type Method Description ShardHandlerHttpShardHandlerFactory. getShardHandler()GetShardHandlerthat uses the default http client.ShardHandlerHttpShardHandlerFactory. getShardHandler(org.apache.http.client.HttpClient httpClient)Deprecated.ShardHandlerHttpShardHandlerFactory. getShardHandler(Http2SolrClient httpClient)GetShardHandlerthat uses custom http client.abstract ShardHandlerShardHandlerFactory. getShardHandler()
-