| Package | Description |
|---|---|
| io.atomix.primitive |
Atomix primitives.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Synchronous<T extends AsyncPrimitive>
DistributedPrimitive that is a synchronous (blocking) version of
another.
|
| Modifier and Type | Method and Description |
|---|---|
SyncPrimitive |
AsyncPrimitive.sync()
Returns a synchronous wrapper around the asynchronous primitive.
|
SyncPrimitive |
AsyncPrimitive.sync(Duration operationTimeout)
Returns a synchronous wrapper around the asynchronous primitive.
|
Copyright © 2013–2018. All rights reserved.