public class TakeOfflineConfiguration extends Object implements Matchable<TakeOfflineConfiguration>
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Integer> |
AFTER_FAILURES |
static AttributeDefinition<Long> |
MIN_TIME_TO_WAIT |
Constructor and Description |
---|
TakeOfflineConfiguration(AttributeSet attributes) |
Modifier and Type | Method and Description |
---|---|
int |
afterFailures() |
AttributeSet |
attributes() |
boolean |
enabled() |
boolean |
equals(Object obj) |
int |
hashCode() |
long |
minTimeToWait() |
String |
toString() |
public static final AttributeDefinition<Integer> AFTER_FAILURES
public static final AttributeDefinition<Long> MIN_TIME_TO_WAIT
public TakeOfflineConfiguration(AttributeSet attributes)
public int afterFailures()
public long minTimeToWait()
public boolean enabled()
public AttributeSet attributes()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.