- 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(HostAndPort) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Define which memcache server to connect to.
- withAddresses(List<HostAndPort>) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Define which memcache servers to connect to.
- withBackoff(BackoffFunction) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Specify how long the client should wait between reconnects.
- withConnections(int) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Use multiple connections to each memcache server.
- withKeyCharset(Charset) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Define the charset encoding for keys.
- 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.
- withReplyExecutor(Executor) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Specify an executor to execute all replies on.
- withRequestTimeoutMillis(long) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Enforce a timeout for requests to complete, closing the connection and reconnecting if the
timeout is exceeded.
- 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
-
Use SRV to lookup nodes instead of a fixed set of addresses.
- withSRVRefreshPeriod(long) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
This is only used for the SRV based ketama client.
- withSrvResolver(DnsSrvResolver) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
Use a specific SRV resolver.
- withSRVShutdownDelay(long) - Method in class com.spotify.folsom.MemcacheClientBuilder
-
This is only used for the SRV based ketama client.
- 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, byte, 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.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.TouchRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.DeleteRequest
-
- 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.SetRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.binary.TouchRequest
-
- writeRequest(ByteBufAllocator, ByteBuffer) - Method in class com.spotify.folsom.client.Request
-