Uses of Class
org.apache.solr.handler.component.TrackingShardHandlerFactory.ShardRequestAndParams
-
Packages that use TrackingShardHandlerFactory.ShardRequestAndParams Package Description org.apache.solr.handler.component Class for tracking shard requests -
-
Uses of TrackingShardHandlerFactory.ShardRequestAndParams in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return TrackingShardHandlerFactory.ShardRequestAndParams Modifier and Type Method Description TrackingShardHandlerFactory.ShardRequestAndParamsTrackingShardHandlerFactory.RequestTrackingQueue. getShardRequestByPurpose(org.apache.solr.common.cloud.ZkStateReader zkStateReader, String collectionName, String shardId, int purpose)Retrieve request recorded by this queue which were sent to given collection, shard and purposeMethods in org.apache.solr.handler.component that return types with arguments of type TrackingShardHandlerFactory.ShardRequestAndParams Modifier and Type Method Description Map<String,List<TrackingShardHandlerFactory.ShardRequestAndParams>>TrackingShardHandlerFactory.RequestTrackingQueue. getAllRequests()Retrieves all requests recorded by this collection as a Map of shard address (string url) to a list ofTrackingShardHandlerFactory.ShardRequestAndParamsList<TrackingShardHandlerFactory.ShardRequestAndParams>TrackingShardHandlerFactory.RequestTrackingQueue. getCoreAdminRequests()Retrieves all core admin requests distributed to nodes by Collection API commandsList<TrackingShardHandlerFactory.ShardRequestAndParams>TrackingShardHandlerFactory.RequestTrackingQueue. getShardRequests(org.apache.solr.common.cloud.ZkStateReader zkStateReader, String collectionName, String shardId)Retrieve all requests recorded by this queue which were sent to given collection and shardQueue<TrackingShardHandlerFactory.ShardRequestAndParams>TrackingShardHandlerFactory. getTrackingQueue()Methods in org.apache.solr.handler.component with parameters of type TrackingShardHandlerFactory.ShardRequestAndParams Modifier and Type Method Description booleanTrackingShardHandlerFactory.RequestTrackingQueue. offer(TrackingShardHandlerFactory.ShardRequestAndParams shardRequestAndParams)Method parameters in org.apache.solr.handler.component with type arguments of type TrackingShardHandlerFactory.ShardRequestAndParams Modifier and Type Method Description static voidTrackingShardHandlerFactory. setTrackingQueue(List<org.apache.solr.client.solrj.embedded.JettySolrRunner> runners, Queue<TrackingShardHandlerFactory.ShardRequestAndParams> queue)Sets the tracking queue for all nodes participating in this cluster.voidTrackingShardHandlerFactory. setTrackingQueue(Queue<TrackingShardHandlerFactory.ShardRequestAndParams> queue)Set the tracking queue for this factory.static voidTrackingShardHandlerFactory. setTrackingQueue(MiniSolrCloudCluster cluster, Queue<TrackingShardHandlerFactory.ShardRequestAndParams> queue)Sets the tracking queue for all nodes participating in this cluster.
-