E - set entry typepublic interface AsyncDistributedSet<E> extends AsyncDistributedCollection<E>, Transactional<io.atomix.core.set.impl.SetUpdate<E>>
DEFAULT_OPERATION_TIMEOUT_MILLIS| Modifier and Type | Method and Description |
|---|---|
default DistributedSet<E> |
sync()
Returns a synchronous wrapper around the asynchronous primitive.
|
DistributedSet<E> |
sync(Duration operationTimeout)
Returns a synchronous wrapper around the asynchronous primitive.
|
add, addAll, addListener, addListener, clear, contains, containsAll, isEmpty, remove, removeAll, removeListener, retainAll, sizeclose, deleteaddStateChangeListener, name, protocol, removeStateChangeListener, typeiterator, streamcommit, prepare, rollbackdefault DistributedSet<E> sync()
AsyncPrimitivesync in interface AsyncDistributedCollection<E>sync in interface AsyncPrimitiveDistributedSet<E> sync(Duration operationTimeout)
AsyncPrimitivesync in interface AsyncDistributedCollection<E>sync in interface AsyncPrimitiveoperationTimeout - the synchronous operation timeoutCopyright © 2013–2018. All rights reserved.