Uses of Interface
org.apache.fluo.api.client.SnapshotBase
-
Packages that use SnapshotBase Package Description org.apache.fluo.api.client -
-
Uses of SnapshotBase in org.apache.fluo.api.client
Subinterfaces of SnapshotBase in org.apache.fluo.api.client Modifier and Type Interface Description interface
Snapshot
Allows users to read from a Fluo table at a certain point in time.interface
Transaction
Enables users to read and write to Fluo at a certain point in time.interface
TransactionBase
Enables users to read and write to a Fluo table at certain point in time.Classes in org.apache.fluo.api.client that implement SnapshotBase Modifier and Type Class Description class
AbstractSnapshotBase
This class provides default implementations for many of the classes in SnapshotBase.class
AbstractTransactionBase
This class provides default implementations for many of the methods in TransactionBase.Methods in org.apache.fluo.api.client that return SnapshotBase Modifier and Type Method Description default SnapshotBase
TransactionBase. withReadLock()
Normally when a Fluo transaction reads data and does not write to it, it will not collide with other transactions making concurrent writes.
-