org.infinispan.configuration.cache
Class RecoveryConfiguration

java.lang.Object
  extended by org.infinispan.configuration.cache.RecoveryConfiguration

public class RecoveryConfiguration
extends Object

Defines recovery configuration for the cache.

Author:
pmuir

Field Summary
static String DEFAULT_RECOVERY_INFO_CACHE
           
 
Method Summary
 boolean enabled()
          Determines if recovery is enabled for the cache.
 boolean equals(Object o)
           
 int hashCode()
           
 String recoveryInfoCacheName()
          Sets the name of the cache where recovery related information is held.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_RECOVERY_INFO_CACHE

public static final String DEFAULT_RECOVERY_INFO_CACHE
See Also:
Constant Field Values
Method Detail

enabled

public boolean enabled()
Determines if recovery is enabled for the cache.


recoveryInfoCacheName

public String recoveryInfoCacheName()
Sets the name of the cache where recovery related information is held. If not specified defaults to a cache named DEFAULT_RECOVERY_INFO_CACHE


toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.