Package com.illumon.iris.db.v2.remote
package com.illumon.iris.db.v2.remote
-
ClassDescriptionA Set of static utilities for computing values from a table while avoiding the use of the LTM lock.Interface used to control snapshot behavior, including previous value usage and consistency testing.Exception thrown for "fail-fast" purposes when it's been detected that a snapshot will fail.An implementation of
ConstructSnapshot.SnapshotControl
for sources that cannot update.Interface forConstructSnapshot.UsePreviousValues.usePreviousValues(long)
.A Raw table snapshot.The server side representation of a preemptive updates table, which wraps an original table.A client side viewport of a server sideTable
.A listener for population events within this table.This is a base interface for theRemoteQueryProcessor
to use for exporting tables that you can subscribe to i.e.Marks aFunction.Unary.call(Object)
method as opting out of being re-wrapped, as a WrappedDelegatingTable would normally do.