Package com.hypixel.hytale.component
Class Store.ProcessingCounter
java.lang.Object
com.hypixel.hytale.component.Store.ProcessingCounter
- All Implemented Interfaces:
Lock
-
Field Details
-
count
private int count
-
-
Constructor Details
-
ProcessingCounter
private ProcessingCounter()
-
-
Method Details
-
isHeld
public boolean isHeld() -
lock
public void lock() -
lockInterruptibly
public void lockInterruptibly()- Specified by:
lockInterruptiblyin interfaceLock
-
tryLock
public boolean tryLock() -
tryLock
-
unlock
public void unlock() -
newCondition
- Specified by:
newConditionin interfaceLock
-