org.hibernate.cache.infinispan.util
Class CacheCommandInitializer
java.lang.Object
org.hibernate.cache.infinispan.util.CacheCommandInitializer
- All Implemented Interfaces:
- org.infinispan.commands.module.ModuleCommandInitializer
public class CacheCommandInitializer
- extends Object
- implements org.infinispan.commands.module.ModuleCommandInitializer
Command initializer
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheCommandInitializer
public CacheCommandInitializer()
buildEvictAllCommand
public EvictAllCommand buildEvictAllCommand(String regionName)
initializeReplicableCommand
public void initializeReplicableCommand(org.infinispan.commands.ReplicableCommand c,
boolean isRemote)
- Specified by:
initializeReplicableCommand
in interface org.infinispan.commands.module.ModuleCommandInitializer
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.