Package org.apache.ignite.internal.util
Class GridStripedSpinBusyLock
- java.lang.Object
-
- org.apache.ignite.internal.util.GridStripedSpinBusyLock
-
public class GridStripedSpinBusyLock extends Object
Striped spin busy lock. Aimed to provide efficient "read" lock semantics while still maintaining safety when entering "busy" state.
-
-
Constructor Summary
Constructors Constructor Description GridStripedSpinBusyLock()Default constructor.GridStripedSpinBusyLock(int stripeCnt)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidblock()Block.booleanenterBusy()Enter busy state.voidleaveBusy()Leave busy state.
-