Package net.rubyeye.xmemcached
Interface MemcachedOptimizer
-
- All Known Implementing Classes:
Optimizer
public interface MemcachedOptimizer
xmemcached Optimizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Command
optimize(Command currentCommand, java.util.Queue writeQueue, java.util.Queue<Command> executingCmds, int sendBufferSize)
void
setBufferAllocator(BufferAllocator bufferAllocator)
Deprecated.
-
-
-
Method Detail
-
optimize
Command optimize(Command currentCommand, java.util.Queue writeQueue, java.util.Queue<Command> executingCmds, int sendBufferSize)
-
setBufferAllocator
@Deprecated void setBufferAllocator(BufferAllocator bufferAllocator)
Deprecated.
-
-