| Interface | Description |
|---|---|
| AsyncAtomicValue<V> |
Distributed version of java.util.concurrent.atomic.AtomicReference.
|
| AsyncDistributedValue<V> |
Distributed version of java.util.concurrent.atomic.AtomicReference.
|
| AtomicValue<V> |
Distributed version of java.util.concurrent.atomic.AtomicReference.
|
| AtomicValueEventListener<V> |
Listener to be notified about updates to a AtomicValue.
|
| DistributedValue<V> |
Distributed version of java.util.concurrent.atomic.AtomicReference.
|
| ValueEventListener<V> |
Listener to be notified about updates to a DistributedValue.
|
| Class | Description |
|---|---|
| AtomicValueBuilder<V> |
Builder for constructing new AtomicValue instances.
|
| AtomicValueConfig |
Atomic value configuration.
|
| AtomicValueEvent<V> |
Representation of a AtomicValue update notification.
|
| AtomicValueType<V> |
Atomic value primitive type.
|
| DistributedValueBuilder<V> |
Builder for constructing new DistributedValue instances.
|
| DistributedValueConfig |
Distributed value configuration.
|
| DistributedValueType<V> |
Distributed value primitive type.
|
| ValueEvent<V> |
Representation of a DistributedValue update notification.
|
| Enum | Description |
|---|---|
| AtomicValueEvent.Type |
AtomicValueEvent type.
|
| ValueEvent.Type |
ValueEvent type.
|
Copyright © 2013–2018. All rights reserved.