Interface AsyncDistributedSet<E>

Type Parameters:
E - set entry type
All Superinterfaces:
AsyncDistributedCollection<E>, AsyncIterable<E>, AsyncPrimitive, DistributedPrimitive

public interface AsyncDistributedSet<E> extends AsyncDistributedCollection<E>
A distributed collection designed for holding unique elements.

All methods of AsyncDistributedSet immediately return a future. The returned future will be completed when the operation completes.