org.wildfly.extras.creaper.commands.infinispan.cache
Class RemoveCache
java.lang.Object
org.wildfly.extras.creaper.commands.infinispan.cache.RemoveCache
- All Implemented Interfaces:
- Command, OnlineCommand
public final class RemoveCache
- extends Object
- implements OnlineCommand
Removes an Infinispan cache.
Since WildFly 11 / EAP 7.1, this operation requires a reload, and this command
automatically appends the allow-resource-service-restart header.
| Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand |
NOOP |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveCache
public RemoveCache(String cacheContainer,
CacheType cacheType,
String cacheName)
apply
public void apply(OnlineCommandContext ctx)
throws Exception
- Specified by:
apply in interface OnlineCommand
- Throws:
Exception
Copyright © 2020. All rights reserved.