| Package | Description |
|---|---|
| com.spotify.folsom | |
| com.spotify.folsom.reconnect |
| Modifier and Type | Class and Description |
|---|---|
class |
ExponentialBackoff |
| Modifier and Type | Field and Description |
|---|---|
private BackoffFunction |
MemcacheClientBuilder.backoffFunction |
| Modifier and Type | Method and Description |
|---|---|
MemcacheClientBuilder<V> |
MemcacheClientBuilder.withBackoff(BackoffFunction backoffFunction)
Specify how long the client should wait between reconnects.
|
| Modifier and Type | Field and Description |
|---|---|
private BackoffFunction |
ReconnectingClient.backoffFunction |
| Constructor and Description |
|---|
ReconnectingClient(BackoffFunction backoffFunction,
ScheduledExecutorService scheduledExecutorService,
com.google.common.net.HostAndPort address,
int outstandingRequestLimit,
boolean binary,
Executor executor,
long timeoutMillis,
Charset charset,
Metrics metrics,
int maxSetLength) |
ReconnectingClient(BackoffFunction backoffFunction,
ScheduledExecutorService scheduledExecutorService,
ReconnectingClient.Connector connector,
com.google.common.net.HostAndPort address) |
Copyright © 2017 Spotify AB. All Rights Reserved.