Uses of Interface
org.apache.solr.cloud.api.collections.CollApiCmds.CollectionApiCommand
-
Packages that use CollApiCmds.CollectionApiCommand Package Description org.apache.solr.cloud.api.collections Package related to internal implementations of the SolrCloud collections api -
-
Uses of CollApiCmds.CollectionApiCommand in org.apache.solr.cloud.api.collections
Classes in org.apache.solr.cloud.api.collections that implement CollApiCmds.CollectionApiCommand Modifier and Type Class Description class
AddReplicaCmd
class
BackupCmd
class
BalanceReplicasCmd
static class
CollApiCmds.AddReplicaPropCmd
static class
CollApiCmds.BalanceShardsUniqueCmd
static class
CollApiCmds.DeleteReplicaPropCmd
static class
CollApiCmds.MockOperationCmd
static class
CollApiCmds.ModifyCollectionCmd
static class
CollApiCmds.RebalanceLeadersCmd
static class
CollApiCmds.ReloadCollectionCmd
static class
CollApiCmds.TraceAwareCommand
class
CreateAliasCmd
class
CreateCollectionCmd
class
CreateShardCmd
class
CreateSnapshotCmd
This class implements the functionality of creating a collection level snapshot.class
DeleteAliasCmd
class
DeleteBackupCmd
An overseer command used to delete files associated with incremental backups.class
DeleteCollectionCmd
class
DeleteNodeCmd
class
DeleteReplicaCmd
class
DeleteShardCmd
class
DeleteSnapshotCmd
This class implements the functionality of deleting a collection level snapshot.class
InstallShardDataCmd
Overseer processing for the "install shard data" API.class
MaintainRoutedAliasCmd
class
MigrateCmd
class
MigrateReplicasCmd
class
MoveReplicaCmd
class
OverseerRoleCmd
class
OverseerStatusCmd
This command returns stats about the Overseer, the cluster state updater and collection API activity occurring within the current Overseer node (this is important because distributed operations occurring on other nodes are not included in these stats, for example distributed cluster state updates or Per Replica States updates).class
ReindexCollectionCmd
Reindex a collection, usually in order to change the index schema.class
RenameCmd
class
ReplaceNodeCmd
class
RestoreCmd
class
SetAliasPropCmd
class
SplitShardCmd
SolrCloud logic for splitting a shard.Constructors in org.apache.solr.cloud.api.collections with parameters of type CollApiCmds.CollectionApiCommand Constructor Description TraceAwareCommand(CollApiCmds.CollectionApiCommand command)
-