Class SnapshotsCache.CacheFrame

java.lang.Object
org.gridgain.internal.snapshots.coordinator.SnapshotsCache.CacheFrame
Enclosing class:
SnapshotsCache

public static class SnapshotsCache.CacheFrame extends Object
A cache frame for a single moment in time. It contains the latest snapshot id for each table.
  • Method Details

    • getLatestSnapshotId

      @Nullable public @Nullable UUID getLatestSnapshotId(int tableId)
    • toString

      public String toString()
      Overrides:
      toString in class Object