| Modifier and Type | Class and Description |
|---|---|
class |
DurableBackgroundCleanupIndexTreeTaskV2
Task for background cleaning of index trees.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckIndexInlineSizesResult
Represents information about secondary indexes inline size from the cluster nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VoidDto |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeTagCommandArg |
class |
ClusterChangeTagTaskResult |
class |
DeactivateCommandArg |
class |
SetStateCommandArg |
class |
ShutdownPolicyCommandArg |
class |
ShutdownPolicyTaskResult
Shutdown policy visor trsk result.
|
class |
SystemViewCommandArg |
class |
SystemViewTaskResult
Reperesents result of
SystemViewTask. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeforeNodeStartCommand<A extends IgniteDataTransferObject,R>
Command that must be executed directly using
GridClientBeforeNodeStart instance. |
interface |
Command<A extends IgniteDataTransferObject,R>
Management command interface.
|
class |
CommandInvoker<A extends IgniteDataTransferObject>
Command invoker.
|
class |
CommandMBean<A extends IgniteDataTransferObject,R>
Bean expose single mamagement command via JMX interface.
|
class |
CommandRegistryImpl<A extends IgniteDataTransferObject,R>
All commands class names stored in registry must ends with
Command.CMD_NAME_POSTFIX. |
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 |
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 |
NoArg
Utility class for commands without any specific arguments.
|
| Modifier and Type | Field and Description |
|---|---|
protected A |
CommandInvoker.arg
Parsed argument.
|
| Modifier and Type | Method and Description |
|---|---|
static <A extends IgniteDataTransferObject> |
CommandUtils.argument(Class<A> argCls,
BiFunction<Field,Integer,Object> positionalParamProvider,
Function<Field,Object> paramProvider)
Fill and vaildate command argument.
|
static <A extends IgniteDataTransferObject> |
CommandUtils.visitCommandParams(Class<A> argCls,
Consumer<Field> positionalParamVisitor,
Consumer<Field> namedParamVisitor,
BiConsumer<ArgumentGroup,List<Field>> argumentGroupVisitor)
Utility method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaselineAddCommandArg |
class |
BaselineAutoAdjustCommandArg |
static class |
BaselineCommand.BaselineTaskArg |
class |
BaselineCommandArg |
static class |
BaselineNode.ResolvedAddresses
Simple data class for storing (hostname, address) pairs
|
class |
BaselineRemoveCommandArg |
class |
BaselineSetCommandArg |
class |
BaselineVersionCommandArg |
| Modifier and Type | Class and Description |
|---|---|
class |
CdcDeleteLostSegmentLinksCommandArg |
class |
CdcResendCommandArg |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsistencyRepairCommandArg |
class |
ConsistencyTaskResult |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefragmentationCommand.DefragmentationCancelCommandArg |
static class |
DefragmentationCommand.DefragmentationStatusCommandArg |
class |
DefragmentationScheduleCommandArg |
class |
DefragmentationTaskResult |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectivityResult
Connectivity task result
|
class |
DiagnosticConnectivityCommandArg |
class |
DiagnosticPagelocksCommandArg |
class |
PageLocksResult |
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheGroupEncryptionTask.SingleFieldDto<T> |
class |
CacheGroupEncryptionTaskResult<T>
Multinode cache group encryption task result.
|
class |
EncryptionCacheGroupArg |
class |
EncryptionChangeMasterKeyCommandArg |
protected static class |
EncryptionKeyIdsTask.EncryptionKeyIdsResult |
class |
EncryptionReencryptionRateLimitCommandArg |
class |
EncryptionReencryptionStatusCommandArg |
protected static class |
ReencryptionRateTask.ReencryptionRateJobResult |
protected static class |
ReencryptionStatusTask.ReencryptionStatusResult |
protected static class |
ReencryptionSuspendTask.ReencryptionSuspendResumeJobResult |
| Modifier and Type | Class and Description |
|---|---|
class |
KillClientCommandArg |
class |
KillComputeCommandArg |
class |
KillContinuousCommandArg |
class |
KillScanCommandArg |
class |
KillServiceCommandArg |
class |
KillSnapshotCommandArg |
class |
KillSqlCommandArg |
class |
KillTransactionCommandArg |
static class |
SnapshotCancelTask.CancelSnapshotArg |
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataListResult
Represents information about cluster metadata.
|
class |
MetadataMarshalled
Represents information about cluster metadata.
|
class |
MetaDetailsCommandArg |
class |
MetaRemoveCommandArg |
class |
MetaUpdateCommandArg |
| Modifier and Type | Method and Description |
|---|---|
protected VisorJob<IgniteDataTransferObject,MetadataListResult> |
MetadataInfoTask.job(IgniteDataTransferObject arg) |
| Modifier and Type | Method and Description |
|---|---|
protected VisorJob<IgniteDataTransferObject,MetadataListResult> |
MetadataInfoTask.job(IgniteDataTransferObject arg) |
void |
MetaDetailsCommand.printResult(IgniteDataTransferObject arg,
MetadataListResult res,
Consumer<String> printer)
Prints command result to the user.
|
void |
MetaListCommand.printResult(IgniteDataTransferObject arg,
MetadataListResult res,
Consumer<String> printer)
Prints command result to the user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetricCommandArg |
class |
MetricConfigureHistogramCommandArg |
class |
MetricConfigureHitrateCommandArg |
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformanceStatisticsCommand.PerformanceStatisticsRotateCommandArg |
static class |
PerformanceStatisticsCommand.PerformanceStatisticsStartCommandArg |
static class |
PerformanceStatisticsCommand.PerformanceStatisticsStatusCommandArg |
static class |
PerformanceStatisticsCommand.PerformanceStatisticsStopCommandArg |
| Modifier and Type | Method and Description |
|---|---|
protected VisorJob<IgniteDataTransferObject,String> |
PerformanceStatisticsTask.job(IgniteDataTransferObject arg) |
| Modifier and Type | Method and Description |
|---|---|
protected VisorJob<IgniteDataTransferObject,String> |
PerformanceStatisticsTask.job(IgniteDataTransferObject arg) |
void |
PerformanceStatisticsStatusCommand.printResult(IgniteDataTransferObject arg,
String res,
Consumer<String> printer)
Prints command result to the user.
|
void |
PerformanceStatisticsStartCommand.printResult(IgniteDataTransferObject arg,
String res,
Consumer<String> printer)
Prints command result to the user.
|
void |
PerformanceStatisticsRotateCommand.printResult(IgniteDataTransferObject arg,
String res,
Consumer<String> printer)
Prints command result to the user.
|
void |
PerformanceStatisticsStopCommand.printResult(IgniteDataTransferObject arg,
String res,
Consumer<String> printer)
Prints command result to the user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersistenceBackupCachesTaskArg |
class |
PersistenceCleanCachesTaskArg |
static class |
PersistenceCommand.PersistenceBackupAllTaskArg |
static class |
PersistenceCommand.PersistenceBackupCorruptedTaskArg |
static class |
PersistenceCommand.PersistenceCleanAllTaskArg |
static class |
PersistenceCommand.PersistenceCleanCorruptedTaskArg |
static class |
PersistenceCommand.PersistenceInfoTaskArg |
static class |
PersistenceCommand.PersistenceTaskArg |
class |
PersistenceTaskResult |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesListResult
List of the distributed properties names.
|
class |
PropertyGetCommandArg |
class |
PropertyListCommandArg |
class |
PropertyOperationResult
Result of an operation with property.
|
class |
PropertySetCommandArg |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSnapshotCommand<A extends IgniteDataTransferObject> |
| Modifier and Type | Class and Description |
|---|---|
class |
SnapshotCancelCommandArg |
class |
SnapshotCheckCommandArg |
class |
SnapshotCreateCommandArg |
class |
SnapshotRestoreCommandArg |
class |
SnapshotTaskResult
Snapshot task result wrapper.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TracingConfigurationCommand.TracingConfigurationCommandArg |
static class |
TracingConfigurationCommand.TracingConfigurationResetAllCommandArg |
static class |
TracingConfigurationCommand.TracingConfigurationResetCommandArg |
class |
TracingConfigurationGetAllCommandArg |
class |
TracingConfigurationGetCommandArg |
class |
TracingConfigurationItem
Data transfer object that contains scope, label, sampling rate and set of included scopes.
|
class |
TracingConfigurationSetCommandArg |
class |
TracingConfigurationTaskResult
Result for
TracingConfigurationTask. |
| Modifier and Type | Class and Description |
|---|---|
static class |
TxCommand.AbstractTxCommandArg |
class |
TxCommandArg |
class |
TxInfoCommandArg |
class |
TxVerboseInfo
Encapsulates all verbose info about transaction needed for --tx --info output.
|
class |
TxVerboseKey
Encapsulates info about transaction key and its lock ownership for --tx --info output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WalDeleteCommandArg |
static class |
WalPrintCommand.WalPrintCommandArg |
| Modifier and Type | Class and Description |
|---|---|
class |
GridAffinityAssignmentV2
Cached affinity calculations V2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheMetricsSnapshotV2
Metrics snapshot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EarliestCheckpointMapSnapshot
Earliest checkpoint map snapshot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SnapshotMetadataVerificationTaskResult |
class |
SnapshotPartitionsVerifyTaskResult
The result of execution snapshot partitions verify task which besides calculating partition hashes of
IdleVerifyResultV2 also contains the snapshot metadata distribution across the cluster. |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionsHashRecord
Represents committed transactions hash for a pair of nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexRebuildCacheInfo
Information about the cache for which index rebuilding was started.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisorIdAndTagViewTaskResult |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023