| Modifier and Type | Class and Description |
|---|---|
class |
ActivateCommand
Deprecated.
|
class |
ChangeTagCommand
Change Cluster tag command.
|
class |
DeactivateCommand
Deprecated.
|
class |
IgniteCommandRegistry
Ignite command registry containing all commands known by Ignite node.
|
class |
SetStateCommand |
class |
ShutdownPolicyCommand |
class |
StateCommand |
class |
SystemViewCommand
Command for printing system view content.
|
class |
WarmUpCommand
Warm-up command.
|
class |
WarmUpStopCommand |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteCommandRegistry.register(Command<?,?> cmd)
Register new command.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeforeNodeStartCommand<A extends IgniteDataTransferObject,R>
Command that must be executed directly using
GridClientBeforeNodeStart instance. |
interface |
CommandsRegistry<A extends IgniteDataTransferObject,R>
Registry that knows all of its subcommands.
|
interface |
ComputeCommand<A extends IgniteDataTransferObject,R>
Command that executed with some compute task.
|
interface |
HelpCommand
Marker interface only for backward compatibility with {@code .
|
interface |
LocalCommand<A extends IgniteDataTransferObject,R>
Command that must be executed directly using
GridClient or Ignite instance. |
interface |
PreparableCommand<A extends IgniteDataTransferObject,R> |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandRegistryImpl<A extends IgniteDataTransferObject,R>
All commands class names stored in registry must ends with
CMD_NAME_POSTFIX. |
| Modifier and Type | Field and Description |
|---|---|
protected Command<A,?> |
CommandInvoker.cmd
Command to execute.
|
| Modifier and Type | Method and Description |
|---|---|
Command<?,?> |
CommandsRegistry.command(String name) |
Command<?,?> |
CommandRegistryImpl.command(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<String,Command<?,?>>> |
CommandsRegistry.commands() |
Iterator<Map.Entry<String,Command<?,?>>> |
CommandRegistryImpl.commands() |
| Modifier and Type | Method and Description |
|---|---|
static String |
CommandUtils.cmdText(Command<?,?> cmd)
Example:
"SystemView" -> "system-view". |
static boolean |
CommandUtils.executable(Command<?,?> cmd) |
static boolean |
CommandUtils.experimental(Command<?,?> cmd) |
static boolean |
CommandUtils.hasDescribedParameters(Command<?,?> cmd) |
protected void |
CommandRegistryImpl.register(Command<?,?> cmd)
Register new command.
|
| Constructor and Description |
|---|
CommandInvoker(Command<A,?> cmd,
A arg,
@Nullable IgniteEx ignite) |
CommandMBean(IgniteEx ignite,
Command<A,R> cmd) |
CommandRegistryImpl(Command<?,?>... subcommands) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBaselineCommand |
class |
BaselineAddCommand |
class |
BaselineAutoAdjustCommand |
class |
BaselineCommand |
class |
BaselineRemoveCommand |
class |
BaselineSetCommand |
class |
BaselineVersionCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheCheckIndexInlineSizesCommand
Check secondary indexes inline size.
|
class |
CacheClearCommand
Clear caches.
|
class |
CacheCommand |
static class |
CacheCommand.CacheHelpCommand
Prints out help for the cache command.
|
class |
CacheContentionCommand
Prints info about contended keys (the keys concurrently locked from multiple transactions).
|
class |
CacheCreateCommand
Create caches.
|
class |
CacheDestroyCommand
Destroy caches.
|
class |
CacheDistributionCommand
Collect information on the distribution of partitions.
|
class |
CacheFindGarbageCommand
Find and remove garbage.
|
class |
CacheIdleVerifyCommand
Checks consistency of primary and backup partitions assuming no concurrent updates are happening in the cluster.
|
class |
CacheIdleVerifyDumpCommand |
class |
CacheIndexesForceRebuildCommand
Index force rebuild.
|
class |
CacheIndexesListCommand
Index list.
|
class |
CacheIndexesRebuildStatusCommand
Index rebuild status.
|
class |
CacheListCommand
Prints info regarding caches, groups or sequences.
|
class |
CacheMetricsCommand
Enable / disable cache metrics collection or show metrics collection status.
|
class |
CacheResetLostPartitionsCommand
Reset lost partitions.
|
class |
CacheScanCommand
Scan cache entries.
|
class |
CacheScheduleIndexesRebuildCommand
Index rebuild via the maintenance mode.
|
class |
CacheValidateIndexesCommand
Validates indexes attempting to read each indexed entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CdcCommand
Cdc commands.
|
class |
CdcDeleteLostSegmentLinksCommand
Command to delete lost segment links.
|
class |
CdcResendCommand
The command to forcefully resend all cache data to CDC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConsistencyCommand
Command to check/repair consistency.
|
class |
ConsistencyFinalizeCommand |
class |
ConsistencyRepairCommand |
class |
ConsistencyStatusCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
DefragmentationCancelCommand |
class |
DefragmentationCommand
Command to manage PDS defragmentation.
|
class |
DefragmentationScheduleCommand |
class |
DefragmentationStatusCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
DiagnosticCommand |
static class |
DiagnosticCommand.DiagnosticHelpCommand |
class |
DiagnosticConnectivityCommand |
class |
DiagnosticPagelocksCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptionCacheKeyIdsCommand |
class |
EncryptionChangeCacheKeyCommand |
class |
EncryptionChangeMasterKeyCommand |
class |
EncryptionCommand
Encryption features command.
|
class |
EncryptionGetMasterKeyNameCommand |
class |
EncryptionReencryptionRateLimitCommand |
class |
EncryptionReencryptionStatusCommand |
class |
EncryptionResumeReencryptionCommand |
class |
EncryptionSuspendReencryptionCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
KillClientCommand |
class |
KillCommand
Kill command.
|
class |
KillComputeCommand |
class |
KillConsistencyCommand |
class |
KillContinuousCommand |
class |
KillScanCommand |
class |
KillServiceCommand |
class |
KillSnapshotCommand |
class |
KillSqlCommand |
class |
KillTransactionCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
MetaCommand
Metadata commands.
|
static class |
MetaCommand.MetaHelpCommand |
class |
MetaDetailsCommand |
class |
MetaListCommand |
class |
MetaRemoveCommand |
class |
MetaUpdateCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricCommand
Command for printing metric values.
|
class |
MetricConfigureHistogramCommand |
class |
MetricConfigureHitrateCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
PerformanceStatisticsCommand
Command to manage performance statistics.
|
class |
PerformanceStatisticsRotateCommand |
class |
PerformanceStatisticsStartCommand |
class |
PerformanceStatisticsStatusCommand |
class |
PerformanceStatisticsStopCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistenceAbstractCommand |
class |
PersistenceBackupAllCommand |
class |
PersistenceBackupCachesCommand |
class |
PersistenceBackupCommand |
class |
PersistenceBackupCorruptedCommand |
class |
PersistenceCleanAllCommand |
class |
PersistenceCleanCachesCommand |
class |
PersistenceCleanCommand |
class |
PersistenceCleanCorruptedCommand |
class |
PersistenceCommand |
class |
PersistenceInfoCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyCommand
Commands to manage distributed properties.
|
static class |
PropertyCommand.PropertyHelpCommand |
class |
PropertyGetCommand |
class |
PropertyListCommand |
class |
PropertySetCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSnapshotCommand<A extends IgniteDataTransferObject> |
class |
SnapshotCancelCommand |
class |
SnapshotCheckCommand |
class |
SnapshotCommand
Snapshot commands.
|
class |
SnapshotCreateCommand |
class |
SnapshotRestoreCommand |
class |
SnapshotStatusCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTracingConfigurationCommand |
class |
TracingConfigurationCommand |
class |
TracingConfigurationGetAllCommand |
class |
TracingConfigurationGetCommand |
class |
TracingConfigurationResetAllCommand |
class |
TracingConfigurationResetCommand |
class |
TracingConfigurationSetCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
TxCommand |
class |
TxInfoCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
WalCommand |
class |
WalDeleteCommand |
class |
WalPrintCommand |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteMBeansManager.register(String name,
List<String> parents,
Command<?,?> cmd)
Recursively register management commands.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023