Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractMultiMemcacheClient - Class in com.spotify.folsom.client
 
AbstractMultiMemcacheClient(Collection<RawMemcacheClient>) - Constructor for class com.spotify.folsom.client.AbstractMultiMemcacheClient
 
AbstractRawMemcacheClient - Class in com.spotify.folsom
 
AbstractRawMemcacheClient() - Constructor for class com.spotify.folsom.AbstractRawMemcacheClient
 
AbstractRequest<V> - Class in com.spotify.folsom.client
 
AbstractRequest(byte[]) - Constructor for class com.spotify.folsom.client.AbstractRequest
 
add(String, V, int, long) - Method in interface com.spotify.folsom.BinaryMemcacheClient
Add a key in memcache with the provided value, with the specified TTL.
add(String, V, int) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
add(String, V, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
add(String, V, int, long) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
add(String, V, int) - Method in interface com.spotify.folsom.MemcacheClient
Add a key in memcache with the provided value, with the specified TTL.
addGetResult(byte[], byte[], long) - Method in class com.spotify.folsom.client.ascii.ValueAsciiResponse
 
address - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
address - Variable in class com.spotify.folsom.ketama.AddressAndClient
 
address - Variable in class com.spotify.folsom.reconnect.ReconnectingClient
 
AddressAndClient - Class in com.spotify.folsom.ketama
 
AddressAndClient(HostAndPort, RawMemcacheClient) - Constructor for class com.spotify.folsom.ketama.AddressAndClient
 
addresses - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
addressToBytes(String) - Static method in class com.spotify.folsom.ketama.Continuum
 
addStat(String, String) - Method in class com.spotify.folsom.client.ascii.StatsAsciiResponse
 
AllRequest<T> - Interface in com.spotify.folsom.client
 
append(String, V, long) - Method in interface com.spotify.folsom.BinaryMemcacheClient
 
append(String, V) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
append(String, V) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
append(String, V, long) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
append(String, V) - Method in interface com.spotify.folsom.MemcacheClient
 
apply(List<GetResult<byte[]>>) - Method in class com.spotify.folsom.client.TransformerUtil.ListResultDecoder
 
apply(List<GetResult<T>>) - Method in class com.spotify.folsom.client.TransformerUtil.ListResultUnwrapper
 
apply(GetResult<byte[]>) - Method in class com.spotify.folsom.client.TransformerUtil.ResultDecoder
 
apply(GetResult<T>) - Method in class com.spotify.folsom.client.TransformerUtil.ResultUnwrapper
 
apply(Void) - Method in class com.spotify.folsom.ketama.KetamaMemcacheClient.Assembler
 
AsciiAuthenticationValidator - Class in com.spotify.folsom.authenticate
If SASL is enabled then ascii protocol won't be allowed at all, so we simply expect a connection closed.
AsciiAuthenticationValidator() - Constructor for class com.spotify.folsom.authenticate.AsciiAuthenticationValidator
 
AsciiMemcacheClient<V> - Interface in com.spotify.folsom
A memcache client using the ascii protocol
AsciiMemcacheDecoder - Class in com.spotify.folsom.client.ascii
 
AsciiMemcacheDecoder(Charset) - Constructor for class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
AsciiRequest<T> - Class in com.spotify.folsom.client.ascii
 
AsciiRequest(byte[]) - Constructor for class com.spotify.folsom.client.ascii.AsciiRequest
 
AsciiResponse - Class in com.spotify.folsom.client.ascii
 
AsciiResponse(AsciiResponse.Type) - Constructor for class com.spotify.folsom.client.ascii.AsciiResponse
 
AsciiResponse.Type - Enum in com.spotify.folsom.client.ascii
 
asFuture() - Method in class com.spotify.folsom.client.AbstractRequest
 
asFuture() - Method in interface com.spotify.folsom.client.Request
 
Assembler(Map<R, CompletionStage<List<T>>>, List<R>) - Constructor for class com.spotify.folsom.ketama.KetamaMemcacheClient.Assembler
 
authenticate(RawMemcacheClient) - Method in class com.spotify.folsom.authenticate.AsciiAuthenticationValidator
 
authenticate(Connector, Authenticator) - Static method in class com.spotify.folsom.authenticate.AuthenticatingClient
 
authenticate(RawMemcacheClient) - Method in interface com.spotify.folsom.authenticate.Authenticator
 
authenticate(RawMemcacheClient) - Method in class com.spotify.folsom.authenticate.BinaryAuthenticationValidator
 
authenticate(RawMemcacheClient) - Method in class com.spotify.folsom.authenticate.MultiAuthenticator
 
authenticate(RawMemcacheClient) - Method in class com.spotify.folsom.authenticate.NoAuthenticationValidation
 
authenticate(RawMemcacheClient) - Method in class com.spotify.folsom.authenticate.PlaintextAuthenticator
 
AuthenticatingClient - Class in com.spotify.folsom.authenticate
 
AuthenticatingClient() - Constructor for class com.spotify.folsom.authenticate.AuthenticatingClient
 
Authenticator - Interface in com.spotify.folsom.authenticate
 
authenticators - Variable in class com.spotify.folsom.authenticate.MultiAuthenticator
 
awaitConnected - Variable in class com.spotify.folsom.ConnectFuture
 
awaitConnected(long, TimeUnit) - Method in interface com.spotify.folsom.ObservableClient
Wait for at least one underlying client to be connected
awaitDisconnected(long, TimeUnit) - Method in interface com.spotify.folsom.ObservableClient
Wait for at least one underlying client to be disconnected
awaitFullyConnected(long, TimeUnit) - Method in interface com.spotify.folsom.ObservableClient
Wait for all underlying clients to be connected
awaitFullyDisconnected(long, TimeUnit) - Method in interface com.spotify.folsom.ObservableClient
Wait for all underlying clients to be disconnected
awaitFuture(CompletionStage<Void>, long, TimeUnit) - Method in interface com.spotify.folsom.ObservableClient
 

B

BackoffFunction - Interface in com.spotify.folsom
 
backoffFunction - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
backoffFunction - Variable in class com.spotify.folsom.reconnect.ReconnectingClient
 
BATCH_SIZE - Static variable in class com.spotify.folsom.client.binary.BinaryMemcacheDecoder
 
BatchFlusher - Class in com.spotify.folsom.client
A helper for doing opportunistic batching of netty channel flushes, allowing for a gathering write to an underlying GatheringByteChannel, collapsing multiple writes into fewer syscalls.
BatchFlusher(Channel, int) - Constructor for class com.spotify.folsom.client.BatchFlusher
 
batchSize - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
BinaryAuthenticationValidator - Class in com.spotify.folsom.authenticate
 
BinaryAuthenticationValidator() - Constructor for class com.spotify.folsom.authenticate.BinaryAuthenticationValidator
 
BinaryMemcacheClient<V> - Interface in com.spotify.folsom
A memcache client using the binary protocol
BinaryMemcacheDecoder - Class in com.spotify.folsom.client.binary
 
BinaryMemcacheDecoder() - Constructor for class com.spotify.folsom.client.binary.BinaryMemcacheDecoder
 
BinaryRequest<V> - Class in com.spotify.folsom.client.binary
 
BinaryRequest(byte[]) - Constructor for class com.spotify.folsom.client.binary.BinaryRequest
 
BinaryResponse - Class in com.spotify.folsom.client.binary
 
BinaryResponse() - Constructor for class com.spotify.folsom.client.binary.BinaryResponse
 
build() - Method in class com.spotify.folsom.SrvResolver.Builder
 
Builder(String) - Constructor for class com.spotify.folsom.SrvResolver.Builder
 
buildRing(Collection<AddressAndClient>) - Method in class com.spotify.folsom.ketama.Continuum
 
by - Variable in class com.spotify.folsom.client.ascii.IncrRequest
 
by - Variable in class com.spotify.folsom.client.binary.IncrRequest
 
BY_VALUE - Static variable in enum com.spotify.folsom.client.OpCode
 
ByteArrayTranscoder - Class in com.spotify.folsom.transcoder
 
ByteArrayTranscoder() - Constructor for class com.spotify.folsom.transcoder.ByteArrayTranscoder
 

C

cas - Variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
cas - Variable in class com.spotify.folsom.client.ascii.DeleteWithCasRequest
 
cas - Variable in class com.spotify.folsom.client.ascii.SetRequest
 
cas - Variable in class com.spotify.folsom.client.ascii.ValueResponse
 
cas - Variable in class com.spotify.folsom.client.binary.DeleteRequest
 
cas - Variable in class com.spotify.folsom.client.binary.ResponsePacket
 
cas - Variable in class com.spotify.folsom.client.binary.SetRequest
 
cas - Variable in class com.spotify.folsom.GetResult
 
CAS_GET - Static variable in class com.spotify.folsom.client.ascii.GetRequest
 
CAS_GET - Static variable in class com.spotify.folsom.client.ascii.MultigetRequest
 
casGet(String) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
casGet(List<String>) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
casGet(String) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
casGet(List<String>) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
casGet(String) - Method in interface com.spotify.folsom.MemcacheClient
Get the value for the provided key, including the CAS value
casGet(List<String>) - Method in interface com.spotify.folsom.MemcacheClient
Get the value for the provided keys
casGetAndTouch(String, int) - Method in interface com.spotify.folsom.BinaryMemcacheClient
Get the value for the provided key, including the CAS value, and sets the expiration
casGetAndTouch(String, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
casSet(byte[], byte[], int, long) - Static method in class com.spotify.folsom.client.ascii.SetRequest
 
casSetInternal(OpCode, String, V, int, long) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
channel - Variable in class com.spotify.folsom.client.BatchFlusher
 
channel - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
channelActive(ChannelHandlerContext) - Method in class com.spotify.folsom.client.TcpTuningHandler
 
channelClass - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
channelInactive(ChannelHandlerContext) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient.ConnectionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient.ConnectionHandler
 
channelUnregistered(ChannelHandlerContext) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient.ConnectionHandler
 
charset - Variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
charset - Variable in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
charset - Variable in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
charset - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
charset - Variable in class com.spotify.folsom.transcoder.StringTranscoder
 
check(T) - Method in class com.spotify.folsom.client.TimeoutChecker
 
check(ObservableClient) - Method in class com.spotify.folsom.ConnectFuture
 
clamp(int, int, long) - Method in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
client - Variable in class com.spotify.folsom.ketama.AddressAndClient
 
client - Variable in class com.spotify.folsom.reconnect.ReconnectingClient
 
clients - Variable in class com.spotify.folsom.client.AbstractMultiMemcacheClient
 
clients - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
clients - Variable in class com.spotify.folsom.roundrobin.RoundRobinMemcacheClient
 
clientsOnly(Collection<AddressAndClient>) - Static method in class com.spotify.folsom.ketama.KetamaMemcacheClient
 
close() - Method in interface com.spotify.folsom.Span
Close span.
CMD - Static variable in class com.spotify.folsom.client.ascii.FlushRequest
 
cmd - Variable in class com.spotify.folsom.client.ascii.GetRequest
 
cmd - Variable in class com.spotify.folsom.client.ascii.MultigetRequest
 
CMD - Static variable in class com.spotify.folsom.client.ascii.SetRequest
 
CMD - Static variable in class com.spotify.folsom.client.ascii.StatsRequest
 
CMD - Static variable in class com.spotify.folsom.client.ascii.TouchRequest
 
CMD_BYTES - Static variable in class com.spotify.folsom.client.ascii.DeleteRequest
 
CMD_BYTES - Static variable in class com.spotify.folsom.client.ascii.DeleteWithCasRequest
 
com.spotify.folsom - package com.spotify.folsom
 
com.spotify.folsom.authenticate - package com.spotify.folsom.authenticate
 
com.spotify.folsom.client - package com.spotify.folsom.client
 
com.spotify.folsom.client.ascii - package com.spotify.folsom.client.ascii
 
com.spotify.folsom.client.binary - package com.spotify.folsom.client.binary
 
com.spotify.folsom.client.test - package com.spotify.folsom.client.test
 
com.spotify.folsom.guava - package com.spotify.folsom.guava
 
com.spotify.folsom.ketama - package com.spotify.folsom.ketama
 
com.spotify.folsom.reconnect - package com.spotify.folsom.reconnect
 
com.spotify.folsom.retry - package com.spotify.folsom.retry
 
com.spotify.folsom.roundrobin - package com.spotify.folsom.roundrobin
 
com.spotify.folsom.transcoder - package com.spotify.folsom.transcoder
 
connect(HostAndPort, int, int, boolean, Executor, long, Charset, Metrics, int, EventLoopGroup, Class<? extends Channel>) - Static method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
connect(HostAndPort) - Method in interface com.spotify.folsom.ketama.ResolvingKetamaClient.Connector
 
connect() - Method in interface com.spotify.folsom.reconnect.Connector
 
connectAscii() - Method in class com.spotify.folsom.MemcacheClientBuilder
Create a client that uses the ascii memcache protocol.
connectBinary() - Method in class com.spotify.folsom.MemcacheClientBuilder
Create a client that uses the binary memcache protocol.
connected - Variable in class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
ConnectFuture - Class in com.spotify.folsom
 
ConnectFuture(ObservableClient, boolean, boolean) - Constructor for class com.spotify.folsom.ConnectFuture
Create a future that completes once the client reaches the awaited state
connectFuture(ObservableClient) - Static method in class com.spotify.folsom.ConnectFuture
 
connectFuture() - Method in interface com.spotify.folsom.ObservableClient
 
connectionChanged(ObservableClient) - Method in class com.spotify.folsom.client.AbstractMultiMemcacheClient
 
connectionChanged(ObservableClient) - Method in class com.spotify.folsom.ConnectFuture
 
connectionChanged(ObservableClient) - Method in interface com.spotify.folsom.ConnectionChangeListener
 
connectionChanged(ObservableClient) - Method in class com.spotify.folsom.ketama.ResolvingKetamaClient.MyConnectionChangeListener
 
ConnectionChangeListener - Interface in com.spotify.folsom
 
connectionFailure - Variable in class com.spotify.folsom.reconnect.ReconnectingClient
 
ConnectionHandler() - Constructor for class com.spotify.folsom.client.DefaultRawMemcacheClient.ConnectionHandler
 
connections - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
connectionTimeoutChecker - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient.ConnectionHandler
 
connectionTimeoutMillis - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
connectionTimeoutMillis - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
connector - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
Connector - Interface in com.spotify.folsom.reconnect
 
connector - Variable in class com.spotify.folsom.reconnect.ReconnectingClient
 
connectRaw(boolean, Authenticator) - Method in class com.spotify.folsom.MemcacheClientBuilder
Connect a raw memcached client without any protocol specific methods.
consumed - Variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
Continuum - Class in com.spotify.folsom.ketama
 
Continuum(Collection<AddressAndClient>) - Constructor for class com.spotify.folsom.ketama.Continuum
 
continuum - Variable in class com.spotify.folsom.ketama.KetamaMemcacheClient
 
counter - Variable in class com.spotify.folsom.roundrobin.RoundRobinMemcacheClient
 
create(List<byte[]>, boolean) - Static method in class com.spotify.folsom.client.ascii.MultigetRequest
 
create(List<byte[]>) - Method in class com.spotify.folsom.client.ascii.MultigetRequest
 
create(SetRequest.Operation, byte[], byte[], int) - Static method in class com.spotify.folsom.client.ascii.SetRequest
 
create(List<byte[]>, int) - Static method in class com.spotify.folsom.client.binary.MultigetRequest
 
create(List<byte[]>) - Method in class com.spotify.folsom.client.binary.MultigetRequest
 
create(List<byte[]>) - Method in interface com.spotify.folsom.client.MultiRequest
 
create(TimeUnit, long) - Static method in class com.spotify.folsom.client.TimeoutChecker
 
createClient(HostAndPort, boolean, Authenticator) - Method in class com.spotify.folsom.MemcacheClientBuilder
 
createClients(List<HostAndPort>, boolean, Authenticator) - Method in class com.spotify.folsom.MemcacheClientBuilder
 
createDecr(byte[], long) - Static method in class com.spotify.folsom.client.ascii.IncrRequest
 
createIncr(byte[], long) - Static method in class com.spotify.folsom.client.ascii.IncrRequest
 
createReconnectingClient(HostAndPort, boolean, Authenticator) - Method in class com.spotify.folsom.MemcacheClientBuilder
 
createResolvingClient(boolean, Authenticator) - Method in class com.spotify.folsom.MemcacheClientBuilder
 
currentClient - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 

D

decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class com.spotify.folsom.client.binary.BinaryMemcacheDecoder
 
decode(CompletionStage<GetResult<byte[]>>) - Method in class com.spotify.folsom.client.TransformerUtil
 
decode(byte[]) - Method in class com.spotify.folsom.transcoder.ByteArrayTranscoder
 
decode(byte[]) - Method in interface com.spotify.folsom.Transcoder
 
decode(byte[]) - Method in class com.spotify.folsom.transcoder.SerializableObjectTranscoder
 
decode(byte[]) - Method in class com.spotify.folsom.transcoder.StringTranscoder
 
decodeKey(byte[]) - Method in class com.spotify.folsom.client.ascii.GetRequest
 
decodeList(CompletionStage<List<GetResult<byte[]>>>) - Method in class com.spotify.folsom.client.TransformerUtil
 
decr(String, long) - Method in interface com.spotify.folsom.AsciiMemcacheClient
Decrement a counter for the provided key
decr(String, long, long, int) - Method in interface com.spotify.folsom.BinaryMemcacheClient
Decrement a counter for the provided key
decr(String, long) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
decr(String, long, long, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
DECR_CMD - Static variable in class com.spotify.folsom.client.ascii.IncrRequest
 
DEFAULT_BATCH_SIZE - Static variable in class com.spotify.folsom.Settings
Note that the default Memcached server batch size is 20.
DEFAULT_DNS_RESOLVER - Static variable in class com.spotify.folsom.SrvResolver
 
DEFAULT_EVENT_LOOP_GROUP - Static variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
DEFAULT_HOSTNAME - Static variable in class com.spotify.folsom.MemcacheClientBuilder
 
DEFAULT_MAX_OUTSTANDING - Static variable in class com.spotify.folsom.MemcacheClientBuilder
 
DEFAULT_MAX_SET_LENGTH - Static variable in class com.spotify.folsom.MemcacheClientBuilder
 
DEFAULT_PORT - Static variable in class com.spotify.folsom.MemcacheClientBuilder
 
DEFAULT_REPLY_EXECUTOR - Static variable in class com.spotify.folsom.MemcacheClientBuilder
Lazily instantiated singleton default executor.
DEFAULT_SCHEDULED_EXECUTOR - Static variable in class com.spotify.folsom.MemcacheClientBuilder
Lazily instantiated singleton default scheduled executor.
DEFAULT_TIMEOUT_POLL_INTERVAL_MILLIS - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
how often to check if a request timed out, in msec.
DefaultAsciiMemcacheClient<V> - Class in com.spotify.folsom.client.ascii
The default implementation of AsciiMemcacheClient
DefaultAsciiMemcacheClient(RawMemcacheClient, Metrics, Tracer, Transcoder<V>, Charset, int) - Constructor for class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
DefaultBinaryMemcacheClient<V> - Class in com.spotify.folsom.client.binary
The default implementation of BinaryMemcacheClient
DefaultBinaryMemcacheClient(RawMemcacheClient, Metrics, Tracer, Transcoder<V>, Charset, int) - Constructor for class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
defaultChannelClass(EventLoopGroup) - Static method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
DefaultRawMemcacheClient - Class in com.spotify.folsom.client
 
DefaultRawMemcacheClient(HostAndPort, Channel, int, int, Executor, long, Metrics, int) - Constructor for class com.spotify.folsom.client.DefaultRawMemcacheClient
 
DefaultRawMemcacheClient.ConnectionHandler - Class in com.spotify.folsom.client
Handles a channel connected to the address specified in the constructor.
DefaultRawMemcacheClient.RequestWritePromise - Class in com.spotify.folsom.client
 
delay - Variable in class com.spotify.folsom.client.ascii.FlushRequest
 
delay - Variable in class com.spotify.folsom.client.binary.FlushRequest
 
delegate - Variable in class com.spotify.folsom.retry.RetryingClient
 
delete(String) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
delete(String, long) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
delete(String) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
delete(String, long) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
delete(String) - Method in interface com.spotify.folsom.MemcacheClient
Delete the provided key
delete(String, long) - Method in interface com.spotify.folsom.MemcacheClient
Deletes a key with CAS check.
deleteAll(String) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
deleteAll(String) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
deleteAll(String) - Method in interface com.spotify.folsom.MemcacheClient
Delete the provided key on all memcached instances.
DeleteAllRequest - Class in com.spotify.folsom.client.ascii
 
DeleteAllRequest(byte[]) - Constructor for class com.spotify.folsom.client.ascii.DeleteAllRequest
 
DeleteAllRequest - Class in com.spotify.folsom.client.binary
 
DeleteAllRequest(byte[]) - Constructor for class com.spotify.folsom.client.binary.DeleteAllRequest
 
DELETED - Static variable in class com.spotify.folsom.client.ascii.AsciiResponse
 
DeleteRequest - Class in com.spotify.folsom.client.ascii
 
DeleteRequest(byte[]) - Constructor for class com.spotify.folsom.client.ascii.DeleteRequest
 
DeleteRequest - Class in com.spotify.folsom.client.binary
 
DeleteRequest(byte[], long) - Constructor for class com.spotify.folsom.client.binary.DeleteRequest
 
DeleteWithCasRequest - Class in com.spotify.folsom.client.ascii
Deletes a key with CAS check.
DeleteWithCasRequest(byte[], long) - Constructor for class com.spotify.folsom.client.ascii.DeleteWithCasRequest
 
disconnectFuture(ObservableClient) - Static method in class com.spotify.folsom.ConnectFuture
 
disconnectFuture() - Method in interface com.spotify.folsom.ObservableClient
 
disconnectReason - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
dnsSrvResolver - Variable in class com.spotify.folsom.SrvResolver
 
DUMMY_KEY - Static variable in class com.spotify.folsom.client.binary.NoopRequest
 
duplicate() - Method in interface com.spotify.folsom.client.AllRequest
 
duplicate() - Method in class com.spotify.folsom.client.ascii.DeleteAllRequest
 
duplicate() - Method in class com.spotify.folsom.client.ascii.FlushRequest
 
duplicate() - Method in class com.spotify.folsom.client.ascii.StatsRequest
 
duplicate() - Method in class com.spotify.folsom.client.binary.DeleteAllRequest
 
duplicate() - Method in class com.spotify.folsom.client.binary.FlushRequest
 
duplicate() - Method in class com.spotify.folsom.client.binary.StatsRequest
 

E

EMPTY_LIST - Static variable in class com.spotify.folsom.client.ascii.AsciiResponse
 
encode(ChannelHandlerContext, Request<?>, List<Object>) - Method in class com.spotify.folsom.client.MemcacheEncoder
 
encode(byte[]) - Method in class com.spotify.folsom.transcoder.ByteArrayTranscoder
 
encode(T) - Method in interface com.spotify.folsom.Transcoder
 
encode(Serializable) - Method in class com.spotify.folsom.transcoder.SerializableObjectTranscoder
 
encode(String) - Method in class com.spotify.folsom.transcoder.StringTranscoder
 
encodeKey(String, Charset, int) - Static method in class com.spotify.folsom.client.AbstractRequest
 
encodeKeys(List<String>, Charset, int) - Static method in class com.spotify.folsom.client.AbstractRequest
 
equals(Object) - Method in class com.spotify.folsom.GetResult
 
equals(Object) - Method in class com.spotify.folsom.guava.HostAndPort
 
equals(Object) - Method in class com.spotify.folsom.MemcachedStats
 
equals(Object) - Method in class com.spotify.folsom.Resolver.ResolveResult
 
ERROR - Static variable in class com.spotify.folsom.client.ascii.AsciiResponse
 
eventBus - Variable in class com.spotify.folsom.AbstractRawMemcacheClient
 
eventLoop - Variable in class com.spotify.folsom.client.BatchFlusher
 
eventLoopGroup - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
EXAMPLE_KEY - Static variable in class com.spotify.folsom.authenticate.AsciiAuthenticationValidator
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient.ConnectionHandler
 
executor - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
executor - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
executor - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
EXISTS - Static variable in class com.spotify.folsom.client.ascii.AsciiResponse
 
expect(byte, String) - Method in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
ExponentialBackoff - Class in com.spotify.folsom
 
ExponentialBackoff(long, long, double) - Constructor for class com.spotify.folsom.ExponentialBackoff
 

F

factor - Variable in class com.spotify.folsom.ExponentialBackoff
 
fail(Throwable, HostAndPort) - Method in class com.spotify.folsom.client.AbstractRequest
 
fail() - Method in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
fail(ByteBuf, String) - Method in class com.spotify.folsom.client.binary.BinaryMemcacheDecoder
 
fail(Throwable) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient.RequestWritePromise
 
fail() - Method in class com.spotify.folsom.client.NotConnectedClient
 
fail(Throwable, HostAndPort) - Method in interface com.spotify.folsom.client.Request
 
failure() - Method in interface com.spotify.folsom.Span
 
FakeRawMemcacheClient - Class in com.spotify.folsom.client.test
 
FakeRawMemcacheClient() - Constructor for class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
FakeRawMemcacheClient(Metrics) - Constructor for class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
findClient(byte[]) - Method in class com.spotify.folsom.ketama.Continuum
 
findClient(Map.Entry<Integer, RawMemcacheClient>) - Method in class com.spotify.folsom.ketama.Continuum
 
findKey(int, byte[]) - Method in class com.spotify.folsom.client.ascii.MultigetRequest
 
FLAGS - Static variable in class com.spotify.folsom.client.ascii.SetRequest
 
FLAGS_EXPTIME_LENGTH_BYTES - Static variable in class com.spotify.folsom.client.ascii.DeleteWithCasRequest
 
flatten() - Static method in class com.spotify.folsom.client.Utils
 
flush - Variable in class com.spotify.folsom.client.BatchFlusher
Used to flush all outstanding writes in the outbound channel buffer.
flush() - Method in class com.spotify.folsom.client.BatchFlusher
Schedule an asynchronous opportunistically batching flush.
flushAll(int) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
flushAll(int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
flushAll(int) - Method in interface com.spotify.folsom.MemcacheClient
Flushes all entries in the storage
flusher - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
FlushRequest - Class in com.spotify.folsom.client.ascii
 
FlushRequest(int) - Constructor for class com.spotify.folsom.client.ascii.FlushRequest
 
FlushRequest - Class in com.spotify.folsom.client.binary
 
FlushRequest(int) - Constructor for class com.spotify.folsom.client.binary.FlushRequest
 
fromHost(String) - Static method in class com.spotify.folsom.guava.HostAndPort
Build a HostAndPort instance from a host only.
fromInt(int) - Static method in enum com.spotify.folsom.MemcacheStatus
 
fromParts(String, int) - Static method in class com.spotify.folsom.guava.HostAndPort
Build a HostAndPort instance from separate host and port values.
fromString(String) - Static method in class com.spotify.folsom.guava.HostAndPort
Split a freeform string into a host and port, without strict validation.
fullyConnectedFuture(ObservableClient) - Static method in class com.spotify.folsom.ConnectFuture
 
fullyConnectedFuture() - Method in interface com.spotify.folsom.ObservableClient
 
fullyDisconnectedFuture(ObservableClient) - Static method in class com.spotify.folsom.ConnectFuture
 
fullyDisconnectFuture() - Method in interface com.spotify.folsom.ObservableClient
 
futures - Variable in class com.spotify.folsom.ketama.KetamaMemcacheClient.Assembler
 

G

get(String) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
get(String, boolean) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
get(List<String>) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
GET - Static variable in class com.spotify.folsom.client.ascii.GetRequest
 
GET - Static variable in class com.spotify.folsom.client.ascii.MultigetRequest
 
get(String) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
get(List<String>) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
get(String) - Method in interface com.spotify.folsom.MemcacheClient
Get the value for the provided key
get(List<String>) - Method in interface com.spotify.folsom.MemcacheClient
Get the value for the provided keys
getAddress() - Method in class com.spotify.folsom.ketama.AddressAndClient
 
getAndTouch(String, int) - Method in interface com.spotify.folsom.BinaryMemcacheClient
Get the value for the provided key and sets the expiration
getAndTouch(List<String>, int) - Method in interface com.spotify.folsom.BinaryMemcacheClient
Get the values for the provided keys and sets the expiration
getAndTouch(String, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
getAndTouch(List<String>, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
getAuthenticator(Authenticator) - Method in class com.spotify.folsom.MemcacheClientBuilder
 
getBackoffTimeMillis(int) - Method in interface com.spotify.folsom.BackoffFunction
Specify how long you should wait before attempting a reconnect.
getBackoffTimeMillis(int) - Method in class com.spotify.folsom.ExponentialBackoff
 
getBy() - Method in class com.spotify.folsom.client.ascii.IncrRequest
 
getCas() - Method in class com.spotify.folsom.GetResult
 
getClient() - Method in class com.spotify.folsom.ketama.AddressAndClient
 
getClient(byte[]) - Method in class com.spotify.folsom.ketama.KetamaMemcacheClient
 
getClient() - Method in class com.spotify.folsom.roundrobin.RoundRobinMemcacheClient
 
getConnectionFailure() - Method in class com.spotify.folsom.client.AbstractMultiMemcacheClient
 
getConnectionFailure() - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
getConnectionFailure() - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
getConnectionFailure() - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
getConnectionFailure() - Method in class com.spotify.folsom.client.NotConnectedClient
 
getConnectionFailure() - Method in class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
getConnectionFailure() - Method in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
getConnectionFailure() - Method in interface com.spotify.folsom.ObservableClient
Returns the unrecoverable connection failure, if any.
getConnectionFailure() - Method in class com.spotify.folsom.reconnect.ReconnectingClient
 
getConnectionFailure() - Method in class com.spotify.folsom.retry.RetryingClient
 
getGlobalConnectionCount() - Static method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
getGlobalConnectionCount() - Static method in class com.spotify.folsom.client.Utils
A counter of all currently connected clients.
getHost() - Method in class com.spotify.folsom.Resolver.ResolveResult
 
getHostAndPortFromBracketedHost(String) - Static method in class com.spotify.folsom.guava.HostAndPort
Parses a bracketed host-port string, throwing IllegalArgumentException if parsing fails.
getHostText() - Method in class com.spotify.folsom.guava.HostAndPort
Returns the portion of this HostAndPort instance that should represent the hostname or IPv4/IPv6 literal.
getInstance() - Static method in class com.spotify.folsom.authenticate.AsciiAuthenticationValidator
 
getInstance() - Static method in class com.spotify.folsom.authenticate.BinaryAuthenticationValidator
 
getInstance() - Static method in class com.spotify.folsom.authenticate.NoAuthenticationValidation
 
getInternal(String, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
getKey() - Method in class com.spotify.folsom.client.AbstractRequest
 
getKey() - Method in interface com.spotify.folsom.client.Request
 
getKeys() - Method in class com.spotify.folsom.client.ascii.MultigetRequest
 
getKeys() - Method in class com.spotify.folsom.client.binary.MultigetRequest
 
getKeys() - Method in interface com.spotify.folsom.client.MultiRequest
 
getKind(OpCode) - Static method in enum com.spotify.folsom.client.OpCode
 
getMap() - Method in class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
getOutstandingRequests() - Method in interface com.spotify.folsom.Metrics.OutstandingRequestsGauge
 
getPort() - Method in class com.spotify.folsom.guava.HostAndPort
Get the current port number, failing if no port is defined.
getPort() - Method in class com.spotify.folsom.Resolver.ResolveResult
 
getPortOrDefault(int) - Method in class com.spotify.folsom.guava.HostAndPort
Returns the current port number, with a default if no port is defined.
getRawMemcacheClient() - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
getRawMemcacheClient() - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
getRawMemcacheClient() - Method in interface com.spotify.folsom.MemcacheClient
Note: This is typically only useful for testing and debugging
GetRequest - Class in com.spotify.folsom.client.ascii
 
GetRequest(byte[], boolean) - Constructor for class com.spotify.folsom.client.ascii.GetRequest
 
GetRequest - Class in com.spotify.folsom.client.binary
 
GetRequest(byte[], OpCode, int) - Constructor for class com.spotify.folsom.client.binary.GetRequest
 
GetRequest - Interface in com.spotify.folsom.client
 
GetResult<V> - Class in com.spotify.folsom
 
GetResult(V, long) - Constructor for class com.spotify.folsom.GetResult
 
getResultToValue - Variable in class com.spotify.folsom.client.TransformerUtil
 
getStats(String) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
getStats(String) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
getStats(String) - Method in interface com.spotify.folsom.MemcacheClient
Get raw statistics from the memcached instances.
getStats() - Method in class com.spotify.folsom.MemcachedStats
 
getTtl() - Method in class com.spotify.folsom.Resolver.ResolveResult
 
getValue() - Method in class com.spotify.folsom.client.ascii.SetRequest
 
getValue() - Method in class com.spotify.folsom.client.binary.SetRequest
 
getValue() - Method in interface com.spotify.folsom.client.SetRequest
 
getValue() - Method in class com.spotify.folsom.GetResult
 
GLOBAL_CONNECTION_COUNT - Static variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 

H

handle(Object, HostAndPort) - Method in class com.spotify.folsom.client.ascii.AsciiRequest
 
handle(AsciiResponse, HostAndPort) - Method in class com.spotify.folsom.client.ascii.AsciiRequest
 
handle(AsciiResponse, HostAndPort) - Method in class com.spotify.folsom.client.ascii.DeleteRequest
 
handle(AsciiResponse, HostAndPort) - Method in class com.spotify.folsom.client.ascii.DeleteWithCasRequest
 
handle(AsciiResponse, HostAndPort) - Method in class com.spotify.folsom.client.ascii.FlushRequest
 
handle(AsciiResponse, HostAndPort) - Method in class com.spotify.folsom.client.ascii.GetRequest
 
handle(AsciiResponse, HostAndPort) - Method in class com.spotify.folsom.client.ascii.IncrRequest
 
handle(AsciiResponse, HostAndPort) - Method in class com.spotify.folsom.client.ascii.MultigetRequest
 
handle(AsciiResponse, HostAndPort) - Method in class com.spotify.folsom.client.ascii.SetRequest
 
handle(AsciiResponse, HostAndPort) - Method in class com.spotify.folsom.client.ascii.StatsRequest
 
handle(AsciiResponse, HostAndPort) - Method in class com.spotify.folsom.client.ascii.TouchRequest
 
handle(Object, HostAndPort) - Method in class com.spotify.folsom.client.binary.BinaryRequest
 
handle(BinaryResponse, HostAndPort) - Method in class com.spotify.folsom.client.binary.BinaryRequest
 
handle(BinaryResponse, HostAndPort) - Method in class com.spotify.folsom.client.binary.DeleteRequest
 
handle(BinaryResponse, HostAndPort) - Method in class com.spotify.folsom.client.binary.FlushRequest
 
handle(BinaryResponse, HostAndPort) - Method in class com.spotify.folsom.client.binary.GetRequest
 
handle(BinaryResponse, HostAndPort) - Method in class com.spotify.folsom.client.binary.IncrRequest
 
handle(BinaryResponse, HostAndPort) - Method in class com.spotify.folsom.client.binary.MultigetRequest
 
handle(BinaryResponse, HostAndPort) - Method in class com.spotify.folsom.client.binary.NoopRequest
 
handle(BinaryResponse, HostAndPort) - Method in class com.spotify.folsom.client.binary.PlaintextAuthenticateRequest
 
handle(BinaryResponse, HostAndPort) - Method in class com.spotify.folsom.client.binary.SetRequest
 
handle(BinaryResponse, HostAndPort) - Method in class com.spotify.folsom.client.binary.StatsRequest
 
handle(BinaryResponse, HostAndPort) - Method in class com.spotify.folsom.client.binary.TouchRequest
 
handle(Object, HostAndPort) - Method in interface com.spotify.folsom.client.Request
 
handleSingleReply(BinaryResponse) - Method in class com.spotify.folsom.client.binary.BinaryRequest
 
hasBracketlessColons - Variable in class com.spotify.folsom.guava.HostAndPort
True if the parsed host has colons, but no surrounding brackets.
hash(byte[]) - Static method in class com.spotify.folsom.ketama.Hasher
 
hashCode() - Method in class com.spotify.folsom.GetResult
 
hashCode() - Method in class com.spotify.folsom.guava.HostAndPort
 
hashCode() - Method in class com.spotify.folsom.MemcachedStats
 
hashCode() - Method in class com.spotify.folsom.Resolver.ResolveResult
 
Hasher - Class in com.spotify.folsom.ketama
 
Hasher() - Constructor for class com.spotify.folsom.ketama.Hasher
 
hasPort() - Method in class com.spotify.folsom.guava.HostAndPort
Return true if this instance has a defined port.
HEADER_SIZE - Static variable in class com.spotify.folsom.client.binary.BinaryRequest
 
host - Variable in class com.spotify.folsom.guava.HostAndPort
Hostname, IPv4/IPv6 literal, or unvalidated nonsense.
host - Variable in class com.spotify.folsom.Resolver.ResolveResult
 
HostAndPort - Class in com.spotify.folsom.guava
An immutable representation of a host and port.
HostAndPort(String, int, boolean) - Constructor for class com.spotify.folsom.guava.HostAndPort
 

I

incr(String, long) - Method in interface com.spotify.folsom.AsciiMemcacheClient
Increment a counter for the provided key
incr(String, long, long, int) - Method in interface com.spotify.folsom.BinaryMemcacheClient
Increment a counter for the provided key
incr(String, long) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
incr(String, long, long, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
INCR_CMD - Static variable in class com.spotify.folsom.client.ascii.IncrRequest
 
incrInternal(OpCode, String, long, long, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
IncrRequest - Class in com.spotify.folsom.client.ascii
 
IncrRequest(byte[], byte[], long) - Constructor for class com.spotify.folsom.client.ascii.IncrRequest
 
IncrRequest - Class in com.spotify.folsom.client.binary
 
IncrRequest(byte[], OpCode, long, long, int) - Constructor for class com.spotify.folsom.client.binary.IncrRequest
 
initial - Variable in class com.spotify.folsom.client.binary.IncrRequest
 
INSTANCE - Static variable in class com.spotify.folsom.authenticate.AsciiAuthenticationValidator
 
INSTANCE - Static variable in class com.spotify.folsom.authenticate.BinaryAuthenticationValidator
 
INSTANCE - Static variable in class com.spotify.folsom.authenticate.NoAuthenticationValidation
 
INSTANCE - Static variable in class com.spotify.folsom.client.NoopMetrics
 
INSTANCE - Static variable in class com.spotify.folsom.client.NoopTracer
 
INSTANCE - Static variable in class com.spotify.folsom.client.NotConnectedClient
 
INSTANCE - Static variable in class com.spotify.folsom.client.SimpleSizeEstimator
 
INSTANCE - Static variable in class com.spotify.folsom.transcoder.ByteArrayTranscoder
 
INSTANCE - Static variable in class com.spotify.folsom.transcoder.SerializableObjectTranscoder
 
isConnected() - Method in class com.spotify.folsom.client.AbstractMultiMemcacheClient
 
isConnected() - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
isConnected() - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
isConnected() - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
isConnected() - Method in class com.spotify.folsom.client.NotConnectedClient
 
isConnected() - Method in class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
isConnected() - Method in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
isConnected() - Method in interface com.spotify.folsom.ObservableClient
Is the client connected to a server?
isConnected() - Method in class com.spotify.folsom.reconnect.ReconnectingClient
 
isConnected() - Method in class com.spotify.folsom.retry.RetryingClient
 
isEmpty() - Method in class com.spotify.folsom.client.ascii.StatsAsciiResponse
 
isEmpty() - Method in class com.spotify.folsom.client.ascii.ValueAsciiResponse
 
isLostConnection(Throwable) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
isValidPort(int) - Static method in class com.spotify.folsom.guava.HostAndPort
Return true for valid port numbers.

K

KetamaMemcacheClient - Class in com.spotify.folsom.ketama
 
KetamaMemcacheClient(Collection<AddressAndClient>) - Constructor for class com.spotify.folsom.ketama.KetamaMemcacheClient
 
KetamaMemcacheClient.Assembler<T,R> - Class in com.spotify.folsom.ketama
 
key - Variable in class com.spotify.folsom.client.AbstractRequest
 
key - Variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
key - Variable in class com.spotify.folsom.client.ascii.ValueResponse
 
KEY - Static variable in class com.spotify.folsom.client.binary.PlaintextAuthenticateRequest
 
key - Variable in class com.spotify.folsom.client.binary.ResponsePacket
 
keys - Variable in class com.spotify.folsom.client.ascii.MultigetRequest
 
keys - Variable in class com.spotify.folsom.client.binary.MultigetRequest
 

L

line - Variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
listener - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
listResultDecoder - Variable in class com.spotify.folsom.client.TransformerUtil
 
ListResultDecoder(TransformerUtil.ResultDecoder<T>) - Constructor for class com.spotify.folsom.client.TransformerUtil.ListResultDecoder
 
listResultUnwrapper - Variable in class com.spotify.folsom.client.TransformerUtil
 
ListResultUnwrapper(Function<GetResult<T>, T>) - Constructor for class com.spotify.folsom.client.TransformerUtil.ListResultUnwrapper
 
log - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
log - Static variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
log - Variable in class com.spotify.folsom.reconnect.ReconnectingClient
 
log - Static variable in class com.spotify.folsom.UncaughtExceptionHandler
 

M

MAGIC_NUMBER - Static variable in class com.spotify.folsom.client.binary.BinaryRequest
 
map - Variable in class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
MAX_ASCII_REQUEST - Static variable in class com.spotify.folsom.client.MemcacheEncoder
 
MAX_BINARY_REQUEST - Static variable in class com.spotify.folsom.client.MemcacheEncoder
 
MAX_KEY_LEN - Static variable in class com.spotify.folsom.client.MemcacheEncoder
 
MAX_MULTIGET_SIZE - Static variable in class com.spotify.folsom.client.MemcacheEncoder
 
MAX_REQUEST - Static variable in class com.spotify.folsom.client.MemcacheEncoder
 
MAX_RESOLVE_WAIT_TIME - Static variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
MAX_RESPONSE_LINE - Static variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
maxKeyLength - Variable in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
maxKeyLength - Variable in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
maxKeyLength - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
maxOutstandingRequests - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
maxPending - Variable in class com.spotify.folsom.client.BatchFlusher
 
maxSetLength - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
maxSetLength - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
maxTime - Variable in class com.spotify.folsom.ExponentialBackoff
 
measureDeleteFuture(CompletionStage<MemcacheStatus>) - Method in class com.spotify.folsom.client.NoopMetrics
 
measureDeleteFuture(CompletionStage<MemcacheStatus>) - Method in interface com.spotify.folsom.Metrics
 
measureGetFuture(CompletionStage<GetResult<byte[]>>) - Method in class com.spotify.folsom.client.NoopMetrics
 
measureGetFuture(CompletionStage<GetResult<byte[]>>) - Method in interface com.spotify.folsom.Metrics
 
measureIncrDecrFuture(CompletionStage<Long>) - Method in class com.spotify.folsom.client.NoopMetrics
 
measureIncrDecrFuture(CompletionStage<Long>) - Method in interface com.spotify.folsom.Metrics
 
measureMultigetFuture(CompletionStage<List<GetResult<byte[]>>>) - Method in class com.spotify.folsom.client.NoopMetrics
 
measureMultigetFuture(CompletionStage<List<GetResult<byte[]>>>) - Method in interface com.spotify.folsom.Metrics
 
measureSetFuture(CompletionStage<MemcacheStatus>) - Method in class com.spotify.folsom.client.NoopMetrics
 
measureSetFuture(CompletionStage<MemcacheStatus>) - Method in interface com.spotify.folsom.Metrics
 
measureTouchFuture(CompletionStage<MemcacheStatus>) - Method in class com.spotify.folsom.client.NoopMetrics
 
measureTouchFuture(CompletionStage<MemcacheStatus>) - Method in interface com.spotify.folsom.Metrics
 
MemcacheAuthenticationException - Exception in com.spotify.folsom
 
MemcacheAuthenticationException(String) - Constructor for exception com.spotify.folsom.MemcacheAuthenticationException
 
MemcacheAuthenticationException(String, Throwable) - Constructor for exception com.spotify.folsom.MemcacheAuthenticationException
 
MemcacheClient<V> - Interface in com.spotify.folsom
 
MemcacheClientBuilder<V> - Class in com.spotify.folsom
 
MemcacheClientBuilder(Transcoder<V>) - Constructor for class com.spotify.folsom.MemcacheClientBuilder
Create a client builder with the provided value transcoder.
MemcacheClosedException - Exception in com.spotify.folsom
 
MemcacheClosedException(String) - Constructor for exception com.spotify.folsom.MemcacheClosedException
 
MemcachedStats - Class in com.spotify.folsom
 
MemcachedStats(Map<String, String>) - Constructor for class com.spotify.folsom.MemcachedStats
 
MemcacheEncoder - Class in com.spotify.folsom.client
 
MemcacheEncoder() - Constructor for class com.spotify.folsom.client.MemcacheEncoder
 
MemcacheOverloadedException - Exception in com.spotify.folsom
 
MemcacheOverloadedException(String) - Constructor for exception com.spotify.folsom.MemcacheOverloadedException
 
MemcacheStatus - Enum in com.spotify.folsom
Response status codes from https://github.com/memcached/memcached/wiki/BinaryProtocolRevamped#response-status
MemcacheStatus() - Constructor for enum com.spotify.folsom.MemcacheStatus
 
merge(List<T>) - Method in interface com.spotify.folsom.client.AllRequest
 
merge(List<MemcacheStatus>) - Method in class com.spotify.folsom.client.ascii.DeleteAllRequest
 
merge(List<MemcacheStatus>) - Method in class com.spotify.folsom.client.ascii.FlushRequest
 
merge(List<Map<String, MemcachedStats>>) - Method in class com.spotify.folsom.client.ascii.StatsRequest
 
merge(List<MemcacheStatus>) - Method in class com.spotify.folsom.client.binary.DeleteAllRequest
 
merge(List<MemcacheStatus>) - Method in class com.spotify.folsom.client.binary.FlushRequest
 
merge(List<Map<String, MemcachedStats>>) - Method in class com.spotify.folsom.client.binary.StatsRequest
 
mergeMemcacheStatus(List<MemcacheStatus>) - Static method in interface com.spotify.folsom.client.AllRequest
 
mergeStats(List<Map<String, MemcachedStats>>) - Static method in interface com.spotify.folsom.client.AllRequest
 
metrics - Variable in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
metrics - Variable in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
metrics - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
metrics - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
Metrics - Interface in com.spotify.folsom
 
Metrics.OutstandingRequestsGauge - Interface in com.spotify.folsom
 
MIN_RESOLVE_WAIT_TIME - Static variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
minTime - Variable in class com.spotify.folsom.ExponentialBackoff
 
MultiAuthenticator - Class in com.spotify.folsom.authenticate
 
MultiAuthenticator(List<? extends Authenticator>) - Constructor for class com.spotify.folsom.authenticate.MultiAuthenticator
 
multiget(List<byte[]>, boolean) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
multiget(List<byte[]>, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
MultigetRequest - Class in com.spotify.folsom.client.ascii
 
MultigetRequest(List<byte[]>, byte[]) - Constructor for class com.spotify.folsom.client.ascii.MultigetRequest
 
MultigetRequest - Class in com.spotify.folsom.client.binary
 
MultigetRequest(List<byte[]>, int) - Constructor for class com.spotify.folsom.client.binary.MultigetRequest
 
multiplier() - Method in class com.spotify.folsom.client.ascii.IncrRequest
 
MultiRequest<T> - Interface in com.spotify.folsom.client
 
MURMUR - Static variable in class com.spotify.folsom.ketama.Hasher
 
MyConnectionChangeListener() - Constructor for class com.spotify.folsom.ketama.ResolvingKetamaClient.MyConnectionChangeListener
 

N

newBuilder(String) - Static method in class com.spotify.folsom.SrvResolver
 
newByteArrayClient() - Static method in class com.spotify.folsom.MemcacheClientBuilder
Create a client builder for byte array values.
newHandle() - Method in class com.spotify.folsom.client.SimpleSizeEstimator
 
NEWLINE_BYTES - Static variable in class com.spotify.folsom.client.ascii.AsciiRequest
 
newSerializableObjectClient() - Static method in class com.spotify.folsom.MemcacheClientBuilder
Create a client builder for serializable object values.
newStringClient() - Static method in class com.spotify.folsom.MemcacheClientBuilder
Create a client builder with a basic string transcoder using the UTF-8 Charset.
newStringClient(Charset) - Static method in class com.spotify.folsom.MemcacheClientBuilder
Create a client builder with a basic string transcoder using the supplied Charset.
NO_BYTES - Static variable in class com.spotify.folsom.client.binary.BinaryMemcacheDecoder
 
NO_KEY - Static variable in class com.spotify.folsom.client.ascii.FlushRequest
 
NO_KEY - Static variable in class com.spotify.folsom.client.binary.FlushRequest
 
NO_PORT - Static variable in class com.spotify.folsom.guava.HostAndPort
Magic value indicating the absence of a port number.
NoAuthenticationValidation - Class in com.spotify.folsom.authenticate
 
NoAuthenticationValidation() - Constructor for class com.spotify.folsom.authenticate.NoAuthenticationValidation
 
noop() - Method in interface com.spotify.folsom.BinaryMemcacheClient
Send a noop request
noop() - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
NoopMetrics - Class in com.spotify.folsom.client
 
NoopMetrics() - Constructor for class com.spotify.folsom.client.NoopMetrics
 
NoopRequest - Class in com.spotify.folsom.client.binary
 
NoopRequest() - Constructor for class com.spotify.folsom.client.binary.NoopRequest
 
NoopTracer - Class in com.spotify.folsom.client
 
NoopTracer() - Constructor for class com.spotify.folsom.client.NoopTracer
 
NOT_FOUND - Static variable in class com.spotify.folsom.client.ascii.AsciiResponse
 
NOT_STORED - Static variable in class com.spotify.folsom.client.ascii.AsciiResponse
 
NotConnectedClient - Class in com.spotify.folsom.client
 
NotConnectedClient() - Constructor for class com.spotify.folsom.client.NotConnectedClient
 
notifyConnectionChange() - Method in class com.spotify.folsom.AbstractRawMemcacheClient
 
numActiveConnections() - Method in class com.spotify.folsom.client.AbstractMultiMemcacheClient
 
numActiveConnections() - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
numActiveConnections() - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
numActiveConnections() - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
numActiveConnections() - Method in class com.spotify.folsom.client.NotConnectedClient
 
numActiveConnections() - Method in class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
numActiveConnections() - Method in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
numActiveConnections() - Method in interface com.spotify.folsom.ObservableClient
How many active socket connections do we have (i.e.
numActiveConnections() - Method in interface com.spotify.folsom.RawMemcacheClient
How many active socket connections do we have (i.e.
numActiveConnections() - Method in class com.spotify.folsom.reconnect.ReconnectingClient
 
numActiveConnections() - Method in class com.spotify.folsom.retry.RetryingClient
 
numClients - Variable in class com.spotify.folsom.roundrobin.RoundRobinMemcacheClient
 
NumericAsciiResponse - Class in com.spotify.folsom.client.ascii
 
NumericAsciiResponse(long) - Constructor for class com.spotify.folsom.client.ascii.NumericAsciiResponse
 
numericValue - Variable in class com.spotify.folsom.client.ascii.NumericAsciiResponse
 
numPendingRequests() - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
numTotalConnections() - Method in class com.spotify.folsom.client.AbstractMultiMemcacheClient
 
numTotalConnections() - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
numTotalConnections() - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
numTotalConnections() - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
numTotalConnections() - Method in class com.spotify.folsom.client.NotConnectedClient
 
numTotalConnections() - Method in class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
numTotalConnections() - Method in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
numTotalConnections() - Method in interface com.spotify.folsom.ObservableClient
How many actual socket connections do we have, including currently disconnected clients.
numTotalConnections() - Method in interface com.spotify.folsom.RawMemcacheClient
How many actual socket connections do we have, including currently disconnected clients.
numTotalConnections() - Method in class com.spotify.folsom.reconnect.ReconnectingClient
 
numTotalConnections() - Method in class com.spotify.folsom.retry.RetryingClient
 

O

ObservableClient - Interface in com.spotify.folsom
Implementations of this interface has a notion of connectedness to a remote and the ability to notify listeners of connection state changes.
of(byte) - Static method in enum com.spotify.folsom.client.OpCode
 
OK - Static variable in class com.spotify.folsom.client.ascii.AsciiResponse
 
onExecutor(CompletionStage<T>) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
onExecutor(CompletionStage<T>, Executor) - Static method in class com.spotify.folsom.client.Utils
 
onFailure() - Method in class com.spotify.folsom.reconnect.ReconnectingClient
 
opaque - Variable in class com.spotify.folsom.client.binary.BinaryRequest
 
opaque - Variable in class com.spotify.folsom.client.binary.ResponsePacket
 
opcode - Variable in class com.spotify.folsom.client.binary.GetRequest
 
opcode - Variable in class com.spotify.folsom.client.binary.IncrRequest
 
opcode - Variable in class com.spotify.folsom.client.binary.ResponsePacket
 
opcode - Variable in class com.spotify.folsom.client.binary.SetRequest
 
OpCode - Enum in com.spotify.folsom.client
 
OpCode(int) - Constructor for enum com.spotify.folsom.client.OpCode
 
opcode - Variable in enum com.spotify.folsom.client.OpCode
 
operation - Variable in class com.spotify.folsom.client.ascii.IncrRequest
 
operation - Variable in class com.spotify.folsom.client.ascii.SetRequest
 
Operation() - Constructor for enum com.spotify.folsom.client.ascii.SetRequest.Operation
 
outstanding - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient.ConnectionHandler
 
outstanding - Variable in class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
outstandingRequestLimit - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 

P

parseLong(byte, ByteBuffer) - Method in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
password - Variable in class com.spotify.folsom.authenticate.PlaintextAuthenticator
 
password - Variable in class com.spotify.folsom.client.binary.PlaintextAuthenticateRequest
 
passwords - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
pending - Variable in class com.spotify.folsom.client.BatchFlusher
 
pending - Variable in class com.spotify.folsom.client.TimeoutChecker
 
pendingClient - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
pendingCounter - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
pendingCounterLimit - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
PlaintextAuthenticateRequest - Class in com.spotify.folsom.client.binary
 
PlaintextAuthenticateRequest(String, String) - Constructor for class com.spotify.folsom.client.binary.PlaintextAuthenticateRequest
 
PlaintextAuthenticator - Class in com.spotify.folsom.authenticate
 
PlaintextAuthenticator(String, String) - Constructor for class com.spotify.folsom.authenticate.PlaintextAuthenticator
 
port - Variable in class com.spotify.folsom.guava.HostAndPort
Validated port number in the range [0..65535], or NO_PORT
port - Variable in class com.spotify.folsom.Resolver.ResolveResult
 
preMerge(CompletionStage<T>) - Method in interface com.spotify.folsom.client.AllRequest
 
prepend(String, V, long) - Method in interface com.spotify.folsom.BinaryMemcacheClient
 
prepend(String, V) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
prepend(String, V) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
prepend(String, V, long) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
prepend(String, V) - Method in interface com.spotify.folsom.MemcacheClient
 

R

rawMemcacheClient - Variable in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
rawMemcacheClient - Variable in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
RawMemcacheClient - Interface in com.spotify.folsom
A raw memcache client, mostly useful internally
readLine(ByteBuf, int) - Method in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
readNextToken() - Method in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
reconnectCount - Variable in class com.spotify.folsom.reconnect.ReconnectingClient
 
ReconnectingClient - Class in com.spotify.folsom.reconnect
 
ReconnectingClient(BackoffFunction, ScheduledExecutorService, HostAndPort, int, int, boolean, Authenticator, Executor, long, Charset, Metrics, int, EventLoopGroup, Class<? extends Channel>) - Constructor for class com.spotify.folsom.reconnect.ReconnectingClient
 
ReconnectingClient(BackoffFunction, ScheduledExecutorService, Connector, Authenticator, HostAndPort) - Constructor for class com.spotify.folsom.reconnect.ReconnectingClient
 
ReconnectingClient(BackoffFunction, ScheduledExecutorService, Connector, HostAndPort) - Constructor for class com.spotify.folsom.reconnect.ReconnectingClient
 
refreshJob - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
registerForConnectionChanges(ConnectionChangeListener) - Method in class com.spotify.folsom.AbstractRawMemcacheClient
 
registerForConnectionChanges(ConnectionChangeListener) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
registerForConnectionChanges(ConnectionChangeListener) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
registerForConnectionChanges(ConnectionChangeListener) - Method in interface com.spotify.folsom.ObservableClient
Register for connection change events.
registerForConnectionChanges(ConnectionChangeListener) - Method in class com.spotify.folsom.retry.RetryingClient
 
registerOutstandingRequestsGauge(Metrics.OutstandingRequestsGauge) - Method in class com.spotify.folsom.client.NoopMetrics
 
registerOutstandingRequestsGauge(Metrics.OutstandingRequestsGauge) - Method in interface com.spotify.folsom.Metrics
Called by the MemcacheClient initialization process to allow a gauge to be registered with the metrics implementation to monitor the number of outstanding requests at any moment in time.
replace(String, V, int, long) - Method in interface com.spotify.folsom.BinaryMemcacheClient
Replace a key in memcache with the provided value, with the specified TTL.
replace(String, V, int) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
replace(String, V, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
replace(String, V, int, long) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
replace(String, V, int) - Method in interface com.spotify.folsom.MemcacheClient
Replace a key in memcache with the provided value, with the specified TTL.
replies - Variable in class com.spotify.folsom.client.binary.BinaryMemcacheDecoder
 
request - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient.RequestWritePromise
 
Request<V> - Interface in com.spotify.folsom.client
 
RequestWritePromise(Channel, Request<?>) - Constructor for class com.spotify.folsom.client.DefaultRawMemcacheClient.RequestWritePromise
 
requireAll - Variable in class com.spotify.folsom.ConnectFuture
 
requireBracketsForIPv6() - Method in class com.spotify.folsom.guava.HostAndPort
Generate an error if the host might be a non-bracketed IPv6 literal.
resolve() - Method in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
resolve() - Method in interface com.spotify.folsom.Resolver
 
resolve() - Method in class com.spotify.folsom.SrvResolver
 
resolver - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
resolver - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
Resolver - Interface in com.spotify.folsom
 
Resolver.ResolveResult - Class in com.spotify.folsom
 
resolveRefreshPeriod - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
ResolveResult(String, int, long) - Constructor for class com.spotify.folsom.Resolver.ResolveResult
 
ResolvingKetamaClient - Class in com.spotify.folsom.ketama
 
ResolvingKetamaClient(Resolver, ScheduledExecutorService, long, TimeUnit, ResolvingKetamaClient.Connector, long, TimeUnit) - Constructor for class com.spotify.folsom.ketama.ResolvingKetamaClient
 
ResolvingKetamaClient.Connector - Interface in com.spotify.folsom.ketama
 
ResolvingKetamaClient.MyConnectionChangeListener - Class in com.spotify.folsom.ketama
 
ResponsePacket - Class in com.spotify.folsom.client.binary
 
ResponsePacket(OpCode, MemcacheStatus, int, long, byte[], byte[]) - Constructor for class com.spotify.folsom.client.binary.ResponsePacket
 
resultDecoder - Variable in class com.spotify.folsom.client.TransformerUtil.ListResultDecoder
 
resultDecoder - Variable in class com.spotify.folsom.client.TransformerUtil
 
ResultDecoder(Transcoder<T>) - Constructor for class com.spotify.folsom.client.TransformerUtil.ResultDecoder
 
resultUnwrapper - Variable in class com.spotify.folsom.client.TransformerUtil.ListResultUnwrapper
 
ResultUnwrapper() - Constructor for class com.spotify.folsom.client.TransformerUtil.ResultUnwrapper
 
retry - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
retry() - Method in class com.spotify.folsom.reconnect.ReconnectingClient
 
RetryingClient - Class in com.spotify.folsom.retry
A simple wrapping client that retries once (but only for MemcacheClosedException's).
RetryingClient(RawMemcacheClient) - Constructor for class com.spotify.folsom.retry.RetryingClient
 
ringOfFire - Variable in class com.spotify.folsom.ketama.Continuum
 
RoundRobinMemcacheClient - Class in com.spotify.folsom.roundrobin
A client that tries to distribute requests equally to all delegate clients.
RoundRobinMemcacheClient(List<RawMemcacheClient>) - Constructor for class com.spotify.folsom.roundrobin.RoundRobinMemcacheClient
 
routing2 - Variable in class com.spotify.folsom.ketama.KetamaMemcacheClient.Assembler
 

S

SCHEDULED_EXECUTOR_SERVICE - Static variable in class com.spotify.folsom.reconnect.ReconnectingClient
 
scheduledExecutorService - Variable in class com.spotify.folsom.reconnect.ReconnectingClient
 
send(Request<T>) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
send(Request<T>) - Method in class com.spotify.folsom.client.NotConnectedClient
 
send(Request<T>) - Method in class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
send(Request<T>) - Method in class com.spotify.folsom.ketama.KetamaMemcacheClient
 
send(Request<T>) - Method in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
send(Request<T>) - Method in interface com.spotify.folsom.RawMemcacheClient
 
send(Request<T>) - Method in class com.spotify.folsom.reconnect.ReconnectingClient
 
send(Request<T>) - Method in class com.spotify.folsom.retry.RetryingClient
 
send(Request<T>) - Method in class com.spotify.folsom.roundrobin.RoundRobinMemcacheClient
 
sendSplitRequest(MultiRequest<T>) - Method in class com.spotify.folsom.ketama.KetamaMemcacheClient
 
sendToAll(AllRequest<T>) - Method in class com.spotify.folsom.ketama.KetamaMemcacheClient
 
SerializableObjectTranscoder - Class in com.spotify.folsom.transcoder
 
SerializableObjectTranscoder() - Constructor for class com.spotify.folsom.transcoder.SerializableObjectTranscoder
 
serialVersionUID - Static variable in class com.spotify.folsom.guava.HostAndPort
 
set(String, V, int) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
set(String, V, int, long) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
set(String, V, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
set(String, V, int, long) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
set(String, V, int) - Method in interface com.spotify.folsom.MemcacheClient
Set a key in memcache to the provided value, with the specified TTL
set(String, V, int, long) - Method in interface com.spotify.folsom.MemcacheClient
Compare and set a key in memcache to the provided value, with the specified TTL
setDisconnected(Throwable) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
setDisconnected(String) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
setFailure(Throwable) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient.RequestWritePromise
 
setInternal(OpCode, String, V, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
setOutstandingRequests(int) - Method in class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
setPendingClient(ImmutableList.Builder<RawMemcacheClient>) - Method in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
SetRequest - Class in com.spotify.folsom.client.ascii
 
SetRequest(SetRequest.Operation, byte[], byte[], int, long) - Constructor for class com.spotify.folsom.client.ascii.SetRequest
 
SetRequest - Class in com.spotify.folsom.client.binary
 
SetRequest(OpCode, byte[], byte[], int, long) - Constructor for class com.spotify.folsom.client.binary.SetRequest
 
SetRequest - Interface in com.spotify.folsom.client
 
SetRequest.Operation - Enum in com.spotify.folsom.client.ascii
 
Settings - Class in com.spotify.folsom
 
Settings() - Constructor for class com.spotify.folsom.Settings
 
shutdown() - Method in class com.spotify.folsom.client.AbstractMultiMemcacheClient
 
shutdown() - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
shutdown() - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
shutdown() - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
shutdown() - Method in class com.spotify.folsom.client.NotConnectedClient
 
shutdown() - Method in class com.spotify.folsom.client.test.FakeRawMemcacheClient
 
shutdown - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
shutdown() - Method in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
shutdown() - Method in interface com.spotify.folsom.MemcacheClient
Shut down the client.
shutdown() - Method in interface com.spotify.folsom.RawMemcacheClient
Shut down the client.
shutdown() - Method in class com.spotify.folsom.reconnect.ReconnectingClient
 
shutdown() - Method in class com.spotify.folsom.retry.RetryingClient
 
shutdownDelay - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
shutdownDelay - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
shutdownQueue - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
shutdownUnit - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
SimpleSizeEstimator - Class in com.spotify.folsom.client
 
SimpleSizeEstimator() - Constructor for class com.spotify.folsom.client.SimpleSizeEstimator
 
singletonExecutor() - Static method in class com.spotify.folsom.reconnect.ReconnectingClient
 
size(Object) - Method in class com.spotify.folsom.client.SimpleSizeEstimator
 
skipAuth - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
SPACE_BYTES - Static variable in class com.spotify.folsom.client.ascii.AsciiRequest
 
SPAN - Static variable in class com.spotify.folsom.client.NoopTracer
 
span(String, CompletionStage<?>, String) - Method in class com.spotify.folsom.client.NoopTracer
Create scoped span.
span(String, CompletionStage<?>, String, String) - Method in class com.spotify.folsom.client.NoopTracer
 
span(String, CompletionStage<?>, String, String, byte[]) - Method in class com.spotify.folsom.client.NoopTracer
 
Span - Interface in com.spotify.folsom
 
span(String, CompletionStage<?>, String) - Method in interface com.spotify.folsom.Tracer
Create scoped span.
span(String, CompletionStage<?>, String, String) - Method in interface com.spotify.folsom.Tracer
Create scoped span.
span(String, CompletionStage<?>, String, String, byte[]) - Method in interface com.spotify.folsom.Tracer
Create scoped span.
srvRecord - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
srvRecord - Variable in class com.spotify.folsom.SrvResolver.Builder
 
srvRecord - Variable in class com.spotify.folsom.SrvResolver
 
srvResolver - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
SrvResolver - Class in com.spotify.folsom
 
SrvResolver(DnsSrvResolver, String) - Constructor for class com.spotify.folsom.SrvResolver
 
srvResolver - Variable in class com.spotify.folsom.SrvResolver.Builder
 
SrvResolver.Builder - Class in com.spotify.folsom
 
start() - Method in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
stats - Variable in class com.spotify.folsom.MemcachedStats
 
statsAsciiResponse - Variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
StatsAsciiResponse - Class in com.spotify.folsom.client.ascii
 
StatsAsciiResponse() - Constructor for class com.spotify.folsom.client.ascii.StatsAsciiResponse
 
StatsRequest - Class in com.spotify.folsom.client.ascii
 
StatsRequest(String) - Constructor for class com.spotify.folsom.client.ascii.StatsRequest
 
StatsRequest(byte[]) - Constructor for class com.spotify.folsom.client.ascii.StatsRequest
 
StatsRequest - Class in com.spotify.folsom.client.binary
 
StatsRequest(String) - Constructor for class com.spotify.folsom.client.binary.StatsRequest
 
StatsRequest(byte[]) - Constructor for class com.spotify.folsom.client.binary.StatsRequest
 
status - Variable in class com.spotify.folsom.client.binary.ResponsePacket
 
stayConnected - Variable in class com.spotify.folsom.reconnect.ReconnectingClient
 
STORED - Static variable in class com.spotify.folsom.client.ascii.AsciiResponse
 
StringTranscoder - Class in com.spotify.folsom.transcoder
 
StringTranscoder(Charset) - Constructor for class com.spotify.folsom.transcoder.StringTranscoder
 
succeed(V) - Method in class com.spotify.folsom.client.AbstractRequest
 
success(V, long) - Static method in class com.spotify.folsom.GetResult
 
success() - Method in interface com.spotify.folsom.Span
 
sync - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 

T

TcpTuningHandler - Class in com.spotify.folsom.client
A channel handler that sets up TCP keepalive and disables Nagle's algorithm.
TcpTuningHandler() - Constructor for class com.spotify.folsom.client.TcpTuningHandler
 
THREAD_FACTORY - Static variable in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
TimeoutChecker<T> - Class in com.spotify.folsom.client
A utility for checking whether some state has changed within a specified timout.
TimeoutChecker(TimeUnit, long) - Constructor for class com.spotify.folsom.client.TimeoutChecker
 
timeoutCheckTask - Variable in class com.spotify.folsom.client.DefaultRawMemcacheClient.ConnectionHandler
 
timeoutNanos - Variable in class com.spotify.folsom.client.TimeoutChecker
 
timestamp - Variable in class com.spotify.folsom.client.TimeoutChecker
 
toBuffer(ByteBufAllocator, ByteBuffer) - Static method in class com.spotify.folsom.client.AbstractRequest
 
toBuffer(ByteBufAllocator, ByteBuffer, int) - Static method in class com.spotify.folsom.client.AbstractRequest
 
toBufferWithValue(ByteBufAllocator, ByteBuffer, byte[]) - Static method in class com.spotify.folsom.client.binary.SetRequest
 
toBufferWithValueAndNewLine(ByteBufAllocator, ByteBuffer, byte[]) - Static method in class com.spotify.folsom.client.ascii.SetRequest
 
token - Variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
toString() - Method in class com.spotify.folsom.client.AbstractMultiMemcacheClient
 
toString(ByteBuffer) - Method in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
toString() - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
toString() - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
toString() - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
 
toString() - Method in class com.spotify.folsom.guava.HostAndPort
Rebuild the host:port string, including brackets if necessary.
toString() - Method in class com.spotify.folsom.MemcachedStats
 
toString() - Method in class com.spotify.folsom.reconnect.ReconnectingClient
 
toString() - Method in class com.spotify.folsom.Resolver.ResolveResult
 
toString() - Method in class com.spotify.folsom.retry.RetryingClient
 
touch(String, int) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
touch(String, int) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
touch(String, int) - Method in interface com.spotify.folsom.MemcacheClient
Sets the expiration for the provided key
TOUCHED - Static variable in class com.spotify.folsom.client.ascii.AsciiResponse
 
TouchRequest - Class in com.spotify.folsom.client.ascii
 
TouchRequest(byte[], int) - Constructor for class com.spotify.folsom.client.ascii.TouchRequest
 
TouchRequest - Class in com.spotify.folsom.client.binary
 
TouchRequest(byte[], int) - Constructor for class com.spotify.folsom.client.binary.TouchRequest
 
trace(OpCode, String, byte[], CompletionStage<?>) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
tracer - Variable in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
tracer - Variable in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
tracer - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
Tracer - Interface in com.spotify.folsom
 
transcoder - Variable in class com.spotify.folsom.client.TransformerUtil.ResultDecoder
 
Transcoder<T> - Interface in com.spotify.folsom
 
transformerUtil - Variable in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
transformerUtil - Variable in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
TransformerUtil<T> - Class in com.spotify.folsom.client
 
TransformerUtil(Transcoder<T>) - Constructor for class com.spotify.folsom.client.TransformerUtil
 
TransformerUtil.ListResultDecoder<T> - Class in com.spotify.folsom.client
 
TransformerUtil.ListResultUnwrapper<T> - Class in com.spotify.folsom.client
 
TransformerUtil.ResultDecoder<T> - Class in com.spotify.folsom.client
 
TransformerUtil.ResultUnwrapper<T> - Class in com.spotify.folsom.client
 
tryFailure(Throwable) - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient.RequestWritePromise
 
tryIncrementPending() - Method in class com.spotify.folsom.client.DefaultRawMemcacheClient
Increment the DefaultRawMemcacheClient.pendingCounter, saving a volatile read in the fast path by doing the limit check in the CAS loop.
ttl - Variable in class com.spotify.folsom.client.ascii.SetRequest
 
ttl - Variable in class com.spotify.folsom.client.ascii.TouchRequest
 
ttl - Variable in class com.spotify.folsom.client.binary.GetRequest
 
ttl - Variable in class com.spotify.folsom.client.binary.IncrRequest
 
ttl - Variable in class com.spotify.folsom.client.binary.MultigetRequest
 
ttl - Variable in class com.spotify.folsom.client.binary.SetRequest
 
ttl - Variable in class com.spotify.folsom.client.binary.TouchRequest
 
ttl - Variable in class com.spotify.folsom.ketama.ResolvingKetamaClient
 
ttl - Variable in class com.spotify.folsom.Resolver.ResolveResult
 
TTL_CUTOFF - Static variable in class com.spotify.folsom.client.Utils
 
ttlToExpiration(int) - Static method in class com.spotify.folsom.client.Utils
 
type - Variable in class com.spotify.folsom.client.ascii.AsciiResponse
 
Type() - Constructor for enum com.spotify.folsom.client.ascii.AsciiResponse.Type
 

U

uncaughtException(Thread, Throwable) - Method in class com.spotify.folsom.UncaughtExceptionHandler
 
UncaughtExceptionHandler - Class in com.spotify.folsom
 
UncaughtExceptionHandler() - Constructor for class com.spotify.folsom.UncaughtExceptionHandler
 
unregisterForConnectionChanges(ConnectionChangeListener) - Method in class com.spotify.folsom.AbstractRawMemcacheClient
 
unregisterForConnectionChanges(ConnectionChangeListener) - Method in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
unregisterForConnectionChanges(ConnectionChangeListener) - Method in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
unregisterForConnectionChanges(ConnectionChangeListener) - Method in interface com.spotify.folsom.ObservableClient
Unregister the provided listener so that it no longer receives connection change callbacks.
unregisterForConnectionChanges(ConnectionChangeListener) - Method in class com.spotify.folsom.retry.RetryingClient
 
unregisterOutstandingRequestsGauge(Metrics.OutstandingRequestsGauge) - Method in class com.spotify.folsom.client.NoopMetrics
 
unregisterOutstandingRequestsGauge(Metrics.OutstandingRequestsGauge) - Method in interface com.spotify.folsom.Metrics
 
unwrap(CompletionStage<GetResult<T>>) - Method in class com.spotify.folsom.client.TransformerUtil
 
unwrap(Throwable) - Static method in class com.spotify.folsom.client.Utils
 
unwrapList(CompletionStage<List<GetResult<T>>>) - Method in class com.spotify.folsom.client.TransformerUtil
 
updateResolver() - Method in class com.spotify.folsom.MemcacheClientBuilder
Used for backwards compatibility for srvRecord and srvResolver.
username - Variable in class com.spotify.folsom.authenticate.PlaintextAuthenticator
 
username - Variable in class com.spotify.folsom.client.binary.PlaintextAuthenticateRequest
 
UTF8_INSTANCE - Static variable in class com.spotify.folsom.transcoder.StringTranscoder
 
Utils - Class in com.spotify.folsom.client
 
Utils() - Constructor for class com.spotify.folsom.client.Utils
 

V

validate(boolean) - Method in class com.spotify.folsom.authenticate.AsciiAuthenticationValidator
 
validate(boolean) - Method in interface com.spotify.folsom.authenticate.Authenticator
 
validate(boolean) - Method in class com.spotify.folsom.authenticate.BinaryAuthenticationValidator
 
validate(boolean) - Method in class com.spotify.folsom.authenticate.MultiAuthenticator
 
validate(boolean) - Method in class com.spotify.folsom.authenticate.NoAuthenticationValidation
 
validate(boolean) - Method in class com.spotify.folsom.authenticate.PlaintextAuthenticator
 
value - Variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
value - Variable in class com.spotify.folsom.client.ascii.SetRequest
 
value - Variable in class com.spotify.folsom.client.ascii.ValueResponse
 
value - Variable in class com.spotify.folsom.client.binary.ResponsePacket
 
value - Variable in class com.spotify.folsom.client.binary.SetRequest
 
value() - Method in enum com.spotify.folsom.client.OpCode
 
value - Variable in class com.spotify.folsom.GetResult
 
value(byte[]) - Method in interface com.spotify.folsom.Span
 
VALUE_BYTES - Static variable in class com.spotify.folsom.client.ascii.DeleteWithCasRequest
 
ValueAsciiResponse - Class in com.spotify.folsom.client.ascii
 
ValueAsciiResponse() - Constructor for class com.spotify.folsom.client.ascii.ValueAsciiResponse
 
valueMode - Variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
valueOf(String) - Static method in enum com.spotify.folsom.client.ascii.AsciiResponse.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.spotify.folsom.client.ascii.SetRequest.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.spotify.folsom.client.OpCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.spotify.folsom.MemcacheStatus
Returns the enum constant of this type with the specified name.
valueOffset - Variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
valueResponse - Variable in class com.spotify.folsom.client.ascii.AsciiMemcacheDecoder
 
ValueResponse - Class in com.spotify.folsom.client.ascii
 
ValueResponse(byte[], byte[], long) - Constructor for class com.spotify.folsom.client.ascii.ValueResponse
 
values() - Static method in enum com.spotify.folsom.client.ascii.AsciiResponse.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.spotify.folsom.client.ascii.SetRequest.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.spotify.folsom.client.ascii.StatsAsciiResponse
 
values - Variable in class com.spotify.folsom.client.ascii.ValueAsciiResponse
 
values() - Static method in enum com.spotify.folsom.client.OpCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.spotify.folsom.MemcacheStatus
Returns an array containing the constants of this enum type, in the order they are declared.
valueTranscoder - Variable in class com.spotify.folsom.client.ascii.DefaultAsciiMemcacheClient
 
valueTranscoder - Variable in class com.spotify.folsom.client.binary.DefaultBinaryMemcacheClient
 
valueTranscoder - Variable in class com.spotify.folsom.MemcacheClientBuilder
 
VNODE_RATIO - Static variable in class com.spotify.folsom.ketama.Continuum
 

W

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
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2020 Spotify AB. All Rights Reserved.