- wakeup - Variable in class com.spotify.folsom.client.BatchFlusher
-
Used to wake up the event loop and schedule a flush to be performed after all outstanding write
tasks are run.
- withAddress(String) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Define which memcache server to connect to.
- withAddress(String, int) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Define which memcache server to connect to.
- withBackoff(BackoffFunction) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Specify how long the client should wait between reconnects.
- withChannelClass(Class<? extends Channel>) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Set a Netty Channel class for the client.
- withConnections(int) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Use multiple connections to each memcache server.
- withConnectionTimeoutMillis(long) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Set the maximum time to wait before considering the connection to be dead and should be closed
and recreated.
- withDefaultPort(int) - Method in class com.spotify.folsom.guava.HostAndPort
-
Provide a default port if the parsed string contained only a host.
- withEventLoopGroup(EventLoopGroup) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Set an Netty EventLoopGroup for the client.
- withKeyCharset(Charset) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Define the charset encoding for keys.
- withMaxKeyLength(int) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Set the maximum key length of the byte representation of the input string.
- withMaxOutstandingRequests(int) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Specify the maximum number of requests in the queue per server connection.
- withMaxSetLength(int) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Set the maximum value size for set requests.
- withMetrics(Metrics) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Specify how to collect metrics.
- withoutAuthenticationValidation() - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Disable authentication validation - only useful for tests against jmemcached which does not
support binary NOOP
- withReplyExecutor(Executor) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Specify an executor to execute all replies on.
- withRequestBatchSize(int) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Specify the maximum number of operations that will be batched together in one network request.
- withRequestTimeoutMillis(long) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Deprecated.
- withResolver(Resolver) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Use a dynamic resolved instead of a fixed set of addresses.
- withResolveRefreshPeriod(long) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
This is only used for the dynamic ketama client.
- withResolveShutdownDelay(long) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
This is only used for the dynamic ketama client.
- withRetry(boolean) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Specify if the client should retry once if the connection is closed.
- withSRVRecord(String) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
- withSRVRefreshPeriod(long) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
- withSrvResolver(DnsSrvResolver) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
- withSrvResolver(DnsSrvResolver) - Method in class com.spotify.folsom.SrvResolver.Builder
-
Use a specific DNS resolver.
- withSRVShutdownDelay(long) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
- withTracer(Tracer) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Specify how to collect tracing.
- withUsernamePassword(String, String) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Authenticate with memcached using plaintext SASL.
- WOKEN - Variable in class com.spotify.folsom.client.BatchFlusher
-
- woken - Variable in class com.spotify.folsom.client.BatchFlusher
-
- workingBuffer - Variable in class com.spotify.folsom.client.MemcacheEncoder
-
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient.ConnectionHandler
-
- writeHeader(ByteBuffer, OpCode, int, int, long) - Method in class com.spotify.folsom.client.binary.BinaryRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.ascii.DeleteRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.ascii.DeleteWithCasRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.ascii.FlushRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.ascii.GetRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.ascii.IncrRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.ascii.MultigetRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.ascii.SetRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.ascii.StatsRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.ascii.TouchRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.DeleteRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.FlushRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.GetRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.IncrRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.MultigetRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.NoopRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.PlaintextAuthenticateRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.SetRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.StatsRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.TouchRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in interface com.spotify.folsom.client.Request
-