Uses of Interface
org.apache.solr.cloud.api.collections.CollectionCommandContext
-
Packages that use CollectionCommandContext Package Description org.apache.solr.cloud.api.collections Package related to internal implementations of the SolrCloud collections api -
-
Uses of CollectionCommandContext in org.apache.solr.cloud.api.collections
Classes in org.apache.solr.cloud.api.collections that implement CollectionCommandContext Modifier and Type Class Description class
DistributedCollectionCommandContext
class
OcmhCollectionCommandContext
Context passed to Collection API commands when they execute in the Overseer.Fields in org.apache.solr.cloud.api.collections declared as CollectionCommandContext Modifier and Type Field Description protected CollectionCommandContext
AliasCmd. ccc
protected CollectionCommandContext
AliasCmd. ccc
Methods in org.apache.solr.cloud.api.collections with parameters of type CollectionCommandContext Modifier and Type Method Description static CollectionHandlingUtils.ShardRequestTracker
CollectionHandlingUtils. asyncRequestTracker(String asyncId, CollectionCommandContext ccc)
static CollectionHandlingUtils.ShardRequestTracker
CollectionHandlingUtils. syncRequestTracker(CollectionCommandContext ccc)
-