| Interface | Description |
|---|---|
| FenceWait |
Used by a writer to wait on a fence so that changes are visible to all readers with in-progress transactions.
|
| Class | Description |
|---|---|
| DefaultFenceWait |
Default implementation of
FenceWait. |
| VisibilityFence |
VisibilityFence is used to ensure that after a given point in time, all readers see an updated change
that got committed.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.