public class VisorCacheConfigurationCollectorJob extends VisorJob<VisorCacheConfigurationCollectorTaskArg,Map<String,VisorCacheConfiguration>>
| Constructor and Description |
|---|
VisorCacheConfigurationCollectorJob(VisorCacheConfigurationCollectorTaskArg arg,
boolean debug)
Create job with given argument.
|
| Modifier and Type | Method and Description |
|---|---|
protected VisorCacheConfiguration |
config(CacheConfiguration ccfg,
IgniteUuid dynamicDeploymentId) |
protected Map<String,VisorCacheConfiguration> |
run(VisorCacheConfigurationCollectorTaskArg arg)
Execution logic of concrete job.
|
String |
toString() |
execute, requiredPermissionsargument, arguments, call, cancel, isCancelled, setArgumentspublic VisorCacheConfigurationCollectorJob(VisorCacheConfigurationCollectorTaskArg 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,VisorCacheConfiguration> run(VisorCacheConfigurationCollectorTaskArg arg)
run in class VisorJob<VisorCacheConfigurationCollectorTaskArg,Map<String,VisorCacheConfiguration>>arg - Task argument.protected VisorCacheConfiguration config(CacheConfiguration ccfg, IgniteUuid dynamicDeploymentId)
ccfg - Cache configuration.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023