Class ViewCacheClosure
- java.lang.Object
-
- org.apache.ignite.internal.management.cache.ViewCacheClosure
-
- All Implemented Interfaces:
Serializable,Callable<List<CacheInfo>>,IgniteCallable<List<CacheInfo>>
public class ViewCacheClosure extends Object implements IgniteCallable<List<CacheInfo>>
View cache closure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewCacheClosure(String regex, ViewCacheCmd cmd)
-
-
-
Constructor Detail
-
ViewCacheClosure
public ViewCacheClosure(String regex, ViewCacheCmd cmd)
- Parameters:
regex- Regex name for stopping caches.cmd- Command.
-
-