Class TakeOfflineConfiguration
- java.lang.Object
-
- org.infinispan.commons.configuration.attributes.ConfigurationElement<TakeOfflineConfiguration>
-
- org.infinispan.configuration.cache.TakeOfflineConfiguration
-
- All Implemented Interfaces:
Matchable<TakeOfflineConfiguration>
,Updatable<TakeOfflineConfiguration>
public class TakeOfflineConfiguration extends ConfigurationElement<TakeOfflineConfiguration>
- Since:
- 5.2
- Author:
- Mircea Markus
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<Integer>
AFTER_FAILURES
static AttributeDefinition<Long>
MIN_TIME_TO_WAIT
-
Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
-
Constructor Summary
Constructors Constructor Description TakeOfflineConfiguration(AttributeSet attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
afterFailures()
boolean
enabled()
long
minTimeToWait()
-
Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
-
-
-
-
Field Detail
-
AFTER_FAILURES
public static final AttributeDefinition<Integer> AFTER_FAILURES
-
MIN_TIME_TO_WAIT
public static final AttributeDefinition<Long> MIN_TIME_TO_WAIT
-
-
Constructor Detail
-
TakeOfflineConfiguration
public TakeOfflineConfiguration(AttributeSet attributes)
-
-