Uses of Interface
org.apache.ignite.internal.management.api.Command
-
-
Uses of Command in org.apache.ignite.internal.management
Classes in org.apache.ignite.internal.management that implement Command Modifier and Type Class Description classActivateCommandDeprecated.classChangeTagCommandChange Cluster tag command.classDeactivateCommandDeprecated.classIgniteCommandRegistryIgnite command registry containing all commands known by Ignite node.classSetStateCommandclassShutdownPolicyCommandclassStateCommandclassSystemViewCommandCommand for printing system view content.classWarmUpCommandWarm-up command.classWarmUpStopCommandMethods in org.apache.ignite.internal.management with parameters of type Command Modifier and Type Method Description voidIgniteCommandRegistry. register(Command<?,?> cmd)Register new command. -
Uses of Command in org.apache.ignite.internal.management.api
Subinterfaces of Command in org.apache.ignite.internal.management.api Modifier and Type Interface Description interfaceBeforeNodeStartCommand<A extends IgniteDataTransferObject,R>Command that must be executed directly usingGridClientBeforeNodeStartinstance.interfaceCommandsRegistry<A extends IgniteDataTransferObject,R>Registry that knows all of its subcommands.interfaceComputeCommand<A extends IgniteDataTransferObject,R>Command that executed with some compute task.interfaceHelpCommandMarker interface only for backward compatibility with./control.sh.interfaceLocalCommand<A extends IgniteDataTransferObject,R>Command that must be executed directly usingGridClientorIgniteinstance.interfacePreparableCommand<A extends IgniteDataTransferObject,R>Classes in org.apache.ignite.internal.management.api that implement Command Modifier and Type Class Description classCommandRegistryImpl<A extends IgniteDataTransferObject,R>All commands class names stored in registry must ends withCMD_NAME_POSTFIX.Fields in org.apache.ignite.internal.management.api declared as Command Modifier and Type Field Description protected Command<A,?>CommandInvoker. cmdCommand to execute.Methods in org.apache.ignite.internal.management.api that return Command Modifier and Type Method Description Command<?,?>CommandRegistryImpl. command(String name)Command<?,?>CommandsRegistry. command(String name)Methods in org.apache.ignite.internal.management.api that return types with arguments of type Command Modifier and Type Method Description Iterator<Map.Entry<String,Command<?,?>>>CommandRegistryImpl. commands()Iterator<Map.Entry<String,Command<?,?>>>CommandsRegistry. commands()Methods in org.apache.ignite.internal.management.api with parameters of type Command Modifier and Type Method Description static StringCommandUtils. cmdText(Command<?,?> cmd)Example:"SystemView" -> "system-view".static booleanCommandUtils. executable(Command<?,?> cmd)static booleanCommandUtils. experimental(Command<?,?> cmd)static booleanCommandUtils. hasDescribedParameters(Command<?,?> cmd)protected voidCommandRegistryImpl. register(Command<?,?> cmd)Register new command.Constructors in org.apache.ignite.internal.management.api with parameters of type Command Constructor Description CommandInvoker(Command<A,?> cmd, A arg, @Nullable IgniteEx ignite)CommandMBean(IgniteEx ignite, Command<A,R> cmd)CommandRegistryImpl(Command<?,?>... subcommands) -
Uses of Command in org.apache.ignite.internal.management.baseline
Classes in org.apache.ignite.internal.management.baseline that implement Command Modifier and Type Class Description classAbstractBaselineCommandclassBaselineAddCommandclassBaselineAutoAdjustCommandclassBaselineCommandclassBaselineRemoveCommandclassBaselineSetCommandclassBaselineVersionCommand -
Uses of Command in org.apache.ignite.internal.management.cache
Classes in org.apache.ignite.internal.management.cache that implement Command Modifier and Type Class Description classCacheCheckIndexInlineSizesCommandCheck secondary indexes inline size.classCacheClearCommandClear caches.classCacheCommandstatic classCacheCommand.CacheHelpCommandPrints out help for the cache command.classCacheContentionCommandPrints info about contended keys (the keys concurrently locked from multiple transactions).classCacheCreateCommandCreate caches.classCacheDestroyCommandDestroy caches.classCacheDistributionCommandCollect information on the distribution of partitions.classCacheFindGarbageCommandFind and remove garbage.classCacheIdleVerifyCommandChecks consistency of primary and backup partitions assuming no concurrent updates are happening in the cluster.classCacheIdleVerifyDumpCommandclassCacheIndexesForceRebuildCommandIndex force rebuild.classCacheIndexesListCommandIndex list.classCacheIndexesRebuildStatusCommandIndex rebuild status.classCacheListCommandPrints info regarding caches, groups or sequences.classCacheMetricsCommandEnable / disable cache metrics collection or show metrics collection status.classCacheResetLostPartitionsCommandReset lost partitions.classCacheScheduleIndexesRebuildCommandIndex rebuild via the maintenance mode.classCacheValidateIndexesCommandValidates indexes attempting to read each indexed entry. -
Uses of Command in org.apache.ignite.internal.management.cache.scan
Classes in org.apache.ignite.internal.management.cache.scan that implement Command Modifier and Type Class Description classCacheScanCommandScan cache entries. -
Uses of Command in org.apache.ignite.internal.management.cdc
Classes in org.apache.ignite.internal.management.cdc that implement Command Modifier and Type Class Description classCdcCommandCdc commands.classCdcDeleteLostSegmentLinksCommandCommand to delete lost segment links.classCdcResendCommandThe command to forcefully resend all cache data to CDC. -
Uses of Command in org.apache.ignite.internal.management.consistency
Classes in org.apache.ignite.internal.management.consistency that implement Command Modifier and Type Class Description classConsistencyCommandCommand to check/repair consistency.classConsistencyFinalizeCommandclassConsistencyRepairCommandclassConsistencyStatusCommand -
Uses of Command in org.apache.ignite.internal.management.defragmentation
Classes in org.apache.ignite.internal.management.defragmentation that implement Command Modifier and Type Class Description classDefragmentationCancelCommandclassDefragmentationCommandCommand to manage PDS defragmentation.classDefragmentationScheduleCommandclassDefragmentationStatusCommand -
Uses of Command in org.apache.ignite.internal.management.diagnostic
Classes in org.apache.ignite.internal.management.diagnostic that implement Command Modifier and Type Class Description classDiagnosticCommandstatic classDiagnosticCommand.DiagnosticHelpCommandclassDiagnosticConnectivityCommandclassDiagnosticPagelocksCommand -
Uses of Command in org.apache.ignite.internal.management.encryption
Classes in org.apache.ignite.internal.management.encryption that implement Command Modifier and Type Class Description classEncryptionCacheKeyIdsCommandclassEncryptionChangeCacheKeyCommandclassEncryptionChangeMasterKeyCommandclassEncryptionCommandEncryption features command.classEncryptionGetMasterKeyNameCommandclassEncryptionReencryptionRateLimitCommandclassEncryptionReencryptionStatusCommandclassEncryptionResumeReencryptionCommandclassEncryptionSuspendReencryptionCommand -
Uses of Command in org.apache.ignite.internal.management.kill
Classes in org.apache.ignite.internal.management.kill that implement Command Modifier and Type Class Description classKillClientCommandclassKillCommandKill command.classKillComputeCommandclassKillConsistencyCommandclassKillContinuousCommandclassKillScanCommandclassKillServiceCommandclassKillSnapshotCommandclassKillSqlCommandclassKillTransactionCommand -
Uses of Command in org.apache.ignite.internal.management.meta
Classes in org.apache.ignite.internal.management.meta that implement Command Modifier and Type Class Description classMetaCommandMetadata commands.static classMetaCommand.MetaHelpCommandclassMetaDetailsCommandclassMetaListCommandclassMetaRemoveCommandclassMetaUpdateCommand -
Uses of Command in org.apache.ignite.internal.management.metric
Classes in org.apache.ignite.internal.management.metric that implement Command Modifier and Type Class Description classMetricCommandCommand for printing metric values.classMetricConfigureHistogramCommandclassMetricConfigureHitrateCommand -
Uses of Command in org.apache.ignite.internal.management.performancestatistics
Classes in org.apache.ignite.internal.management.performancestatistics that implement Command Modifier and Type Class Description classPerformanceStatisticsCommandCommand to manage performance statistics.classPerformanceStatisticsRotateCommandclassPerformanceStatisticsStartCommandclassPerformanceStatisticsStatusCommandclassPerformanceStatisticsStopCommand -
Uses of Command in org.apache.ignite.internal.management.persistence
Classes in org.apache.ignite.internal.management.persistence that implement Command Modifier and Type Class Description classPersistenceAbstractCommandclassPersistenceBackupAllCommandclassPersistenceBackupCachesCommandclassPersistenceBackupCommandclassPersistenceBackupCorruptedCommandclassPersistenceCleanAllCommandclassPersistenceCleanCachesCommandclassPersistenceCleanCommandclassPersistenceCleanCorruptedCommandclassPersistenceCommandclassPersistenceInfoCommand -
Uses of Command in org.apache.ignite.internal.management.property
Classes in org.apache.ignite.internal.management.property that implement Command Modifier and Type Class Description classPropertyCommandCommands to manage distributed properties.static classPropertyCommand.PropertyHelpCommandclassPropertyGetCommandclassPropertyListCommandclassPropertySetCommand -
Uses of Command in org.apache.ignite.internal.management.snapshot
Classes in org.apache.ignite.internal.management.snapshot that implement Command Modifier and Type Class Description classAbstractSnapshotCommand<A extends IgniteDataTransferObject,R>classSnapshotCancelCommandclassSnapshotCheckCommandclassSnapshotCommandSnapshot commands.classSnapshotCreateCommandclassSnapshotRestoreCommandclassSnapshotStatusCommand -
Uses of Command in org.apache.ignite.internal.management.tracing
Classes in org.apache.ignite.internal.management.tracing that implement Command Modifier and Type Class Description classAbstractTracingConfigurationCommandclassTracingConfigurationCommandclassTracingConfigurationGetAllCommandclassTracingConfigurationGetCommandclassTracingConfigurationResetAllCommandclassTracingConfigurationResetCommandclassTracingConfigurationSetCommand -
Uses of Command in org.apache.ignite.internal.management.tx
Classes in org.apache.ignite.internal.management.tx that implement Command Modifier and Type Class Description classTxCommandclassTxInfoCommand -
Uses of Command in org.apache.ignite.internal.management.wal
Classes in org.apache.ignite.internal.management.wal that implement Command Modifier and Type Class Description classWalCommandclassWalDeleteCommandclassWalPrintCommand -
Uses of Command in org.apache.ignite.internal.managers
Methods in org.apache.ignite.internal.managers with parameters of type Command Modifier and Type Method Description voidIgniteMBeansManager. register(String name, List<String> parents, Command<?,?> cmd)Recursively register management commands.
-