| 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,
java.util.concurrent.ScheduledExecutorService scheduledExecutorService,
Connector connector,
Authenticator authenticator,
HostAndPort address) |
ReconnectingClient(BackoffFunction backoffFunction,
java.util.concurrent.ScheduledExecutorService scheduledExecutorService,
Connector connector,
HostAndPort address) |
ReconnectingClient(BackoffFunction backoffFunction,
java.util.concurrent.ScheduledExecutorService scheduledExecutorService,
HostAndPort address,
int outstandingRequestLimit,
int batchSize,
boolean binary,
Authenticator authenticator,
java.util.concurrent.Executor executor,
long connectionTimeoutMillis,
java.nio.charset.Charset charset,
Metrics metrics,
int maxSetLength,
io.netty.channel.EventLoopGroup eventLoopGroup,
java.lang.Class<? extends io.netty.channel.Channel> channelClass) |
Copyright © 2020 Spotify AB. All Rights Reserved.