- ImmediateFuture - Class in net.spy.memcached.internal
-
A future that fires immediately.
- ImmediateFuture(Boolean) - Constructor for class net.spy.memcached.internal.ImmediateFuture
-
- ImmediateFuture(Exception) - Constructor for class net.spy.memcached.internal.ImmediateFuture
-
- incr(String, long) - Method in class net.spy.memcached.MemcachedClient
-
Increment the given key by the given amount.
- incr(String, int) - Method in class net.spy.memcached.MemcachedClient
-
Increment the given key by the given amount.
- incr(String, long, long, int) - Method in class net.spy.memcached.MemcachedClient
-
Increment the given counter, returning the new value.
- incr(String, int, long, int) - Method in class net.spy.memcached.MemcachedClient
-
Increment the given counter, returning the new value.
- incr(String, long, long) - Method in class net.spy.memcached.MemcachedClient
-
Increment the given counter, returning the new value.
- incr(String, int, long) - Method in class net.spy.memcached.MemcachedClient
-
Increment the given counter, returning the new value.
- incr(String, long) - Method in interface net.spy.memcached.MemcachedClientIF
-
- incr(String, int) - Method in interface net.spy.memcached.MemcachedClientIF
-
- incr(String, long, long, int) - Method in interface net.spy.memcached.MemcachedClientIF
-
- incr(String, int, long, int) - Method in interface net.spy.memcached.MemcachedClientIF
-
- incr(String, long, long) - Method in interface net.spy.memcached.MemcachedClientIF
-
- incr(String, int, long) - Method in interface net.spy.memcached.MemcachedClientIF
-
- incrementCounter(String) - Method in class net.spy.memcached.metrics.AbstractMetricCollector
-
- incrementCounter(String, int) - Method in class net.spy.memcached.metrics.DefaultMetricCollector
-
- incrementCounter(String) - Method in interface net.spy.memcached.metrics.MetricCollector
-
Increment a Counter by one.
- incrementCounter(String, int) - Method in interface net.spy.memcached.metrics.MetricCollector
-
Increment a Counter by the given amount.
- incrementCounter(String, int) - Method in class net.spy.memcached.metrics.NoopMetricCollector
-
- info(Object, Throwable) - Method in class net.spy.memcached.compat.log.AbstractLogger
-
Log a message at info level.
- info(String, Object...) - Method in class net.spy.memcached.compat.log.AbstractLogger
-
Log a formatted message at info level.
- info(Object) - Method in class net.spy.memcached.compat.log.AbstractLogger
-
Log a message at info level.
- info(Object, Throwable) - Method in interface net.spy.memcached.compat.log.Logger
-
Log a message at info level.
- info(Object) - Method in interface net.spy.memcached.compat.log.Logger
-
Log a message at info level.
- info(String, Object...) - Method in interface net.spy.memcached.compat.log.Logger
-
Log a formatted message at info level.
- initialize() - Method in interface net.spy.memcached.ops.Operation
-
Initialize this operation.
- initialize() - Method in class net.spy.memcached.protocol.BaseOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.GetAndTouchOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.GetlOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.GetsOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.KeyStatsOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.MultiGetOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.OptimizedSetImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.ReplicaGetOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.ReplicaGetsOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.SASLBaseOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.StatsOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.TapAckOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.TapBackfillOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.TapCustomOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.TapDumpOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.TapOperationImpl
-
- initialize() - Method in class net.spy.memcached.protocol.binary.TouchOperationImpl
-
- insertOp(Operation) - Method in interface net.spy.memcached.MemcachedNode
-
Insert an operation to the beginning of the queue.
- insertOp(Operation) - Method in class net.spy.memcached.protocol.TCPMemcachedNodeImpl
-
- insertOperation(MemcachedNode, Operation) - Method in class net.spy.memcached.MemcachedConnection
-
Insert an operation on the given node to the beginning of the queue.
- IntegerTranscoder - Class in net.spy.memcached.transcoders
-
Transcoder that serializes and unserializes longs.
- IntegerTranscoder() - Constructor for class net.spy.memcached.transcoders.IntegerTranscoder
-
- interruptAllPendingAuth() - Method in class net.spy.memcached.auth.AuthThreadMonitor
-
- isActive() - Method in interface net.spy.memcached.MemcachedNode
-
True if this node is active.
i.e.
- isActive() - Method in class net.spy.memcached.protocol.TCPMemcachedNodeImpl
-
- isAuthenticated() - Method in interface net.spy.memcached.MemcachedNode
-
True if this node is authenticated.
- isAuthenticated() - Method in class net.spy.memcached.protocol.TCPMemcachedNodeImpl
-
- isCancelled() - Method in class net.spy.memcached.internal.BulkGetFuture
-
- isCancelled() - Method in class net.spy.memcached.internal.GetConfigFuture
-
- isCancelled() - Method in class net.spy.memcached.internal.GetFuture
-
- isCancelled() - Method in class net.spy.memcached.internal.ImmediateFuture
-
- isCancelled() - Method in class net.spy.memcached.internal.OperationFuture
-
Whether or not the Operation associated with this OperationFuture has been
canceled.
- isCancelled() - Method in interface net.spy.memcached.ops.Operation
-
Has this operation been cancelled?
- isCancelled() - Method in class net.spy.memcached.protocol.BaseOperationImpl
-
- isCancelled() - Method in class net.spy.memcached.tapmessage.TapStream
-
Determine if messages sent to this server and recorded on this TapStream
have been canceled.
- isCompleted() - Method in class net.spy.memcached.tapmessage.TapStream
-
Check if all operations in the TapStream are completed.
- isConfigurationInitialized() - Method in class net.spy.memcached.MemcachedClient
-
- isConfigurationProtocolSupported() - Method in class net.spy.memcached.MemcachedClient
-
- isDaemon() - Method in interface net.spy.memcached.ConnectionFactory
-
If true, the IO thread should be a daemon thread.
- isDaemon() - Method in class net.spy.memcached.DefaultConnectionFactory
-
- isDebugEnabled() - Method in class net.spy.memcached.compat.log.AbstractLogger
-
True if debug is enabled for this logger.
- isDebugEnabled() - Method in class net.spy.memcached.compat.log.DefaultLogger
-
Always returns false, debug is not enabled on the DefaultLogger.
- isDebugEnabled() - Method in class net.spy.memcached.compat.log.Log4JLogger
-
- isDebugEnabled() - Method in interface net.spy.memcached.compat.log.Logger
-
Checks whether DEBUG logging is enabled.
- isDebugEnabled() - Method in class net.spy.memcached.compat.log.SLF4JLogger
-
- isDebugEnabled() - Method in class net.spy.memcached.compat.log.SunLogger
-
- isDefaultExecutorService() - Method in interface net.spy.memcached.ConnectionFactory
-
Returns true if the default provided ExecutorService has not been
overriden through the builder.
- isDefaultExecutorService() - Method in class net.spy.memcached.DefaultConnectionFactory
-
- isDone() - Method in class net.spy.memcached.internal.BulkGetFuture
-
- isDone() - Method in class net.spy.memcached.internal.GetConfigFuture
-
- isDone() - Method in class net.spy.memcached.internal.GetFuture
-
- isDone() - Method in class net.spy.memcached.internal.ImmediateFuture
-
- isDone() - Method in class net.spy.memcached.internal.OperationFuture
-
Whether or not the Operation is done and result can be retrieved with
get().
- isEmpty() - Method in class net.spy.memcached.BaseCacheMap
-
- isInfoEnabled() - Method in class net.spy.memcached.compat.log.AbstractLogger
-
True if debug is enabled for this logger.
- isInfoEnabled() - Method in class net.spy.memcached.compat.log.DefaultLogger
-
Always returns true, info is always enabled on the DefaultLogger.
- isInfoEnabled() - Method in class net.spy.memcached.compat.log.Log4JLogger
-
- isInfoEnabled() - Method in interface net.spy.memcached.compat.log.Logger
-
Checks whether INFO logging is enabled.
- isInfoEnabled() - Method in class net.spy.memcached.compat.log.SLF4JLogger
-
- isInfoEnabled() - Method in class net.spy.memcached.compat.log.SunLogger
-
- isJsonObject(String) - Static method in class net.spy.memcached.util.StringUtils
-
Check if a given string is a JSON object.
- isShutDown() - Method in class net.spy.memcached.MemcachedConnection
-
Returns whether the connection is shut down or not.
- isShutdown() - Method in class net.spy.memcached.transcoders.TranscodeService
-
Ask whether this service has been shut down.
- isSingleton() - Method in class net.spy.memcached.spring.MemcachedClientFactoryBean
-
- isSuccess() - Method in class net.spy.memcached.ops.OperationStatus
-
Does this status indicate success?
- isTimedOut() - Method in interface net.spy.memcached.ops.Operation
-
True if the operation has timed out.
- isTimedOut(long) - Method in interface net.spy.memcached.ops.Operation
-
True if the operation has timed out.
- isTimedOut() - Method in class net.spy.memcached.protocol.BaseOperationImpl
-
- isTimedOut(long) - Method in class net.spy.memcached.protocol.BaseOperationImpl
-
- isTimedOutUnsent() - Method in interface net.spy.memcached.ops.Operation
-
True if the operation has timed out and has not been sent.
- isTimedOutUnsent() - Method in class net.spy.memcached.protocol.BaseOperationImpl
-
- isTimeout() - Method in interface net.spy.memcached.internal.BulkFuture
-
- isTimeout() - Method in class net.spy.memcached.internal.BulkGetFuture
-
- isTraceEnabled() - Method in class net.spy.memcached.compat.log.DefaultLogger
-
Always returns false, trace is not enabled on the DefaultLogger.
- isTraceEnabled() - Method in class net.spy.memcached.compat.log.Log4JLogger
-
- isTraceEnabled() - Method in interface net.spy.memcached.compat.log.Logger
-
Checks whether TRACE logging is enabled.
- isTraceEnabled() - Method in class net.spy.memcached.compat.log.SLF4JLogger
-
- isTraceEnabled() - Method in class net.spy.memcached.compat.log.SunLogger
-