public class CacheConfigurationCollectorJob extends VisorJob<CacheConfigurationCollectorTaskArg,Map<String,CacheConfiguration>>
| Constructor and Description |
|---|
CacheConfigurationCollectorJob(CacheConfigurationCollectorTaskArg arg,
boolean debug)
Create job with given argument.
|
| Modifier and Type | Method and Description |
|---|---|
protected CacheConfiguration |
config(CacheConfiguration ccfg,
IgniteUuid dynamicDeploymentId) |
protected Map<String,CacheConfiguration> |
run(CacheConfigurationCollectorTaskArg arg)
Execution logic of concrete job.
|
String |
toString() |
execute, requiredPermissionsargument, arguments, call, cancel, isCancelled, setArgumentspublic CacheConfigurationCollectorJob(CacheConfigurationCollectorTaskArg arg, boolean debug)
arg - Whether to collect metrics for all caches or for specified cache name only or by regex.debug - Debug flag.protected Map<String,CacheConfiguration> run(CacheConfigurationCollectorTaskArg arg)
run in class VisorJob<CacheConfigurationCollectorTaskArg,Map<String,CacheConfiguration>>arg - Task argument.protected CacheConfiguration config(CacheConfiguration ccfg, IgniteUuid dynamicDeploymentId)
ccfg - Cache configuration.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023