Example usage for io.vertx.core.spi.cluster ChoosableIterable interface-usage

List of usage examples for io.vertx.core.spi.cluster ChoosableIterable interface-usage

Introduction

In this page you can find the example usage for io.vertx.core.spi.cluster ChoosableIterable interface-usage.

Usage

From source file com.usebilbo.vertx.cluster.manager.impl.ChoosableIterableImpl.java

/**
 * ChoosableIterable implementation.
 *
 * @author Andrey Gura
 */
class ChoosableIterableImpl<T> implements ChoosableIterable<T> {

From source file io.atomix.vertx.AtomixChoosableIterable.java

/**
 * Atomix choosable iterable.
 *
 * @author <a href="http://github.com/kuujo>Jordan Halterman</a>
 */
class AtomixChoosableIterable<T> implements ChoosableIterable<T> {

From source file net.kuujo.copycat.vertx.impl.ChoosableCollection.java

/**
 * Choosable set implementation.
 *
 * @author <a href="http://github.com/kuujo">Jordan Halterman</a>
 */
public class ChoosableCollection<T> implements ChoosableIterable<T> {

From source file org.vertx.java.resourceadapter.ChoosableSet.java

/**
 *
 * @author <a href="http://tfox.org">Tim Fox</a>
 */
class ChoosableSet<T> implements ChoosableIterable<T> {