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 classAddReplicaCmdclassBackupCmdclassBalanceReplicasCmdstatic classCollApiCmds.AddReplicaPropCmdstatic classCollApiCmds.BalanceShardsUniqueCmdstatic classCollApiCmds.DeleteReplicaPropCmdstatic classCollApiCmds.MockOperationCmdstatic classCollApiCmds.ModifyCollectionCmdstatic classCollApiCmds.RebalanceLeadersCmdstatic classCollApiCmds.ReloadCollectionCmdstatic classCollApiCmds.TraceAwareCommandclassCreateAliasCmdclassCreateCollectionCmdclassCreateShardCmdclassCreateSnapshotCmdThis class implements the functionality of creating a collection level snapshot.classDeleteAliasCmdclassDeleteBackupCmdAn overseer command used to delete files associated with incremental backups.classDeleteCollectionCmdclassDeleteNodeCmdclassDeleteReplicaCmdclassDeleteShardCmdclassDeleteSnapshotCmdThis class implements the functionality of deleting a collection level snapshot.classInstallShardDataCmdOverseer processing for the "install shard data" API.classMaintainRoutedAliasCmdclassMigrateCmdclassMigrateReplicasCmdclassMoveReplicaCmdclassOverseerRoleCmdclassOverseerStatusCmdThis 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).classReindexCollectionCmdReindex a collection, usually in order to change the index schema.classRenameCmdclassReplaceNodeCmdclassRestoreCmdclassSetAliasPropCmdclassSplitShardCmdSolrCloud 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)
-