| Interface | Description |
|---|---|
| SharedCountListener |
Listener for changes to a shared count
|
| SharedCountReader |
Abstracts a shared integer and allows listening for changes to its value
|
| SharedValueListener |
Listener for changes to a shared value
|
| SharedValueReader |
Abstracts a shared value and allows listening for changes to the value
|
| Class | Description |
|---|---|
| SharedCount |
Manages a shared integer.
|
| SharedValue |
Manages a shared value.
|
| VersionedValue<T> |
POJO for versioned value.
|
| Exception | Description |
|---|---|
| IllegalTrySetVersionException |
Exception to alert overflowed
Stat.getVersion() -1 which is not suitable in
SharedValue.trySetValue(VersionedValue, byte[]) and SharedCount.trySetCount(VersionedValue, int). |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.