public class MvccQueryTrackerImpl extends Object implements MvccQueryTracker
ID_CNTR, ID_FILTER, MVCC_TRACKER_ID_NA| Constructor and Description |
|---|
MvccQueryTrackerImpl(GridCacheContext cctx) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheContext |
context() |
long |
id() |
void |
onDone()
Marks tracker as done.
|
long |
onMvccCoordinatorChange(@NotNull MvccCoordinator newCrd)
Mvcc coordinator change callback.
|
IgniteInternalFuture<MvccSnapshot> |
requestSnapshot()
Requests version on coordinator.
|
MvccSnapshot |
snapshot() |
AffinityTopologyVersion |
topologyVersion() |
String |
toString() |
public MvccQueryTrackerImpl(GridCacheContext cctx)
cctx - Cache context.public long id()
id in interface MvccQueryTrackerpublic MvccSnapshot snapshot()
snapshot in interface MvccQueryTrackerpublic GridCacheContext context()
context in interface MvccQueryTrackerpublic AffinityTopologyVersion topologyVersion()
topologyVersion in interface MvccQueryTrackerpublic IgniteInternalFuture<MvccSnapshot> requestSnapshot()
requestSnapshot in interface MvccQueryTrackerpublic void onDone()
onDone in interface MvccQueryTrackerpublic long onMvccCoordinatorChange(@NotNull
@NotNull MvccCoordinator newCrd)
onMvccCoordinatorChange in interface MvccCoordinatorChangeAwarenewCrd - New mvcc coordinator.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020