| Interface | Description |
|---|---|
| HttpCompletionListener |
A listener that will be notified once the http future completes.
|
| ReplicaGetCompletionListener |
A listener that will be notified once the replica get future completes.
|
| Throttler |
Interface for Message Throttling.
|
| Class | Description |
|---|---|
| AdaptiveThrottler |
The AdaptiveThrottler allows dynamic backoff of memcached operations to make
sure the server is not overloaded to more then a certain level.
|
| HttpFuture<T> |
A future http response.
|
| ObserveFuture<T> |
A future that allows to chain operations with observe calls.
|
| ReplicaGetFuture<T> |
Represents the future result of a ReplicaGet operation.
|
| ThrottleManager<T extends Throttler> |
The ThrottleManager handles Throttle instances which are bound to their
corresponding MemcachedNodes.
|
| ViewFuture |
A ViewFuture.
|
| Enum | Description |
|---|---|
| ThrottlerState |
Defines all possible throttler states.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.