Class TakeOfflineConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.TakeOfflineConfiguration
-
- All Implemented Interfaces:
Matchable<TakeOfflineConfiguration>
public class TakeOfflineConfiguration extends Object implements Matchable<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
-
Constructor Summary
Constructors Constructor Description TakeOfflineConfiguration(AttributeSet attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
afterFailures()
AttributeSet
attributes()
boolean
enabled()
boolean
equals(Object obj)
int
hashCode()
long
minTimeToWait()
String
toString()
-
-
-
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)
-
-
Method Detail
-
afterFailures
public int afterFailures()
-
minTimeToWait
public long minTimeToWait()
-
enabled
public boolean enabled()
-
attributes
public AttributeSet attributes()
-
-