| Package | Description |
|---|---|
| io.vertx.core.spi.cluster | |
| io.vertx.spi.cluster.jgroups.domain | |
| io.vertx.spi.cluster.jgroups.domain.async |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncMultiMap.get(K k,
Handler<AsyncResult<ChoosableIterable<V>>> resultHandler)
Get a list of values from the map for the key
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChoosableArrayList<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChoosableArrayListImpl<T> |
class |
EmptyChoosableArrayList<T> |
| Modifier and Type | Method and Description |
|---|---|
ChoosableIterable<V> |
MultiMap.get(K k) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncMultiMapWrapper.get(K k,
Handler<AsyncResult<ChoosableIterable<V>>> handler) |
Copyright © 2015. All rights reserved.