| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Stream<AddressAndClient> |
RawMemcacheClient.streamNodes()
Intended for internal usage.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<AddressAndClient> |
AbstractMultiMemcacheClient.streamNodes() |
java.util.stream.Stream<AddressAndClient> |
DefaultRawMemcacheClient.streamNodes() |
java.util.stream.Stream<AddressAndClient> |
NotConnectedClient.streamNodes() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<AddressAndClient> |
FakeRawMemcacheClient.streamNodes() |
| Modifier and Type | Method and Description |
|---|---|
AddressAndClient |
AddressAndClient.mapClient(java.util.function.Function<RawMemcacheClient,RawMemcacheClient> function) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<AddressAndClient> |
ResolvingKetamaClient.streamNodes() |
| Modifier and Type | Method and Description |
|---|---|
private java.util.TreeMap<java.lang.Integer,RawMemcacheClient> |
Continuum.buildRing(java.util.Collection<AddressAndClient> clients) |
private static java.util.Collection<RawMemcacheClient> |
KetamaMemcacheClient.clientsOnly(java.util.Collection<AddressAndClient> addressAndClients) |
| Constructor and Description |
|---|
Continuum(java.util.Collection<AddressAndClient> clients) |
KetamaMemcacheClient(java.util.Collection<AddressAndClient> clients) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<AddressAndClient> |
ReconnectingClient.streamNodes() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<AddressAndClient> |
RetryingClient.streamNodes() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<AddressAndClient> |
RoundRobinMemcacheClient.streamNodes() |
Copyright © 2023 Spotify AB. All Rights Reserved.