Package io.deephaven.engine.table.impl.remote
-
Interface Summary Interface Description ConstructSnapshot.SnapshotCompletedConsistently ConstructSnapshot.SnapshotConsistent ConstructSnapshot.SnapshotControl Interface used to control snapshot behavior, including previous value usage and consistency testing.ConstructSnapshot.SnapshotFunction ConstructSnapshot.UsePreviousValues Interface forConstructSnapshot.UsePreviousValues.usePreviousValues(long)
.InitialSnapshotTable.Setter<T> -
Class Summary Class Description ConstructSnapshot A Set of static utilities for computing values from a table while avoiding the use of the UGP lock.ConstructSnapshot.StaticSnapshotControl An implementation ofConstructSnapshot.SnapshotControl
for sources that cannot update.DeltaUpdates DeltaUpdates.ColumnAdditions DeltaUpdates.ColumnModifications InitialSnapshot A Raw table snapshot.InitialSnapshotTable -
Exception Summary Exception Description ConstructSnapshot.NoSnapshotAllowedException ConstructSnapshot.SnapshotInconsistentException Exception thrown for "fail-fast" purposes when it's been detected that a snapshot will fail.