- java.lang.Object
-
- net.uncontended.precipice.circuit.experimental.AbstractBreaker
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected static int |
CLOSED |
protected static int |
FORCED_OPEN |
protected static int |
OPEN |
protected java.util.concurrent.atomic.AtomicInteger |
state |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AbstractBreaker
public AbstractBreaker()
-
Method Detail
-
isOpen
public boolean isOpen()
-
forceOpen
public void forceOpen()
Copyright © 2014 Tim Brooks. All Rights Reserved.