vertx / io.vertx.core.spi.cluster

Package io.vertx.core.spi.cluster

Types

AsyncMultiMap

interface AsyncMultiMap<K : Any, V : Any>

An asynchronous multi-map. A multi-map holds a Set of values against each key as opposed to a single value, as with a Map. A value appears only once for a key (no duplicated values for the same key). The cluster implementation should ensure that any entries placed in the map from any node are available on any node of the cluster.

ChoosableIterable

interface ChoosableIterable<T : Any> : MutableIterable<T>

An extension of Iterable which allows keeps track of an iterator internally to allow the next element to be chosen

NodeListener

interface NodeListener

A NodeListener is called when nodes join or leave the cluster