public abstract class GridSnapshotLock<X> extends Object
| Constructor and Description |
|---|
GridSnapshotLock() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginUpdate()
Must be called before update begin.
|
protected abstract X |
doSnapshot() |
void |
endUpdate()
Signal that update operation finished.
|
X |
snapshot() |
boolean |
tryBeginUpdate() |
public void beginUpdate()
public boolean tryBeginUpdate()
true If it is possible to proceed the update operation.public void endUpdate()
public X snapshot()
protected abstract X doSnapshot()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023