public class StrongCounterConfiguration extends AbstractCounterConfiguration
StrongCounter configuration.| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet() |
boolean |
isBound() |
long |
lowerBound() |
long |
upperBound() |
initialValue, name, storagepublic static AttributeSet attributeDefinitionSet()
public boolean isBound()
true if the counter is bounded (lower and/or upper bound has been set), false otherwise.public long lowerBound()
public long upperBound()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.