public class StatsRequest extends BinaryRequest<java.util.Map<java.lang.String,MemcachedStats>> implements AllRequest<java.util.Map<java.lang.String,MemcachedStats>>
HEADER_SIZE, MAGIC_NUMBER, opaquekey| Modifier | Constructor and Description |
|---|---|
private |
StatsRequest(byte[] key) |
|
StatsRequest(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
Request<java.util.Map<java.lang.String,MemcachedStats>> |
duplicate() |
void |
handle(BinaryResponse replies,
HostAndPort server) |
java.util.Map<java.lang.String,MemcachedStats> |
merge(java.util.List<java.util.Map<java.lang.String,MemcachedStats>> results) |
io.netty.buffer.ByteBuf |
writeRequest(io.netty.buffer.ByteBufAllocator alloc,
java.nio.ByteBuffer dst) |
handle, handleSingleReply, writeHeaderasFuture, encodeKey, encodeKeys, fail, getKey, succeed, toBuffer, toBufferacceptEither, acceptEitherAsync, acceptEitherAsync, allOf, anyOf, applyToEither, applyToEitherAsync, applyToEitherAsync, cancel, complete, completedFuture, completeExceptionally, exceptionally, get, get, getNow, getNumberOfDependents, handle, handleAsync, handleAsync, isCancelled, isCompletedExceptionally, isDone, join, obtrudeException, obtrudeValue, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, runAsync, runAsync, supplyAsync, supplyAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, toString, whenComplete, whenCompleteAsync, whenCompleteAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmergeMemcacheStatus, mergeStats, preMergepublic StatsRequest(java.lang.String key)
private StatsRequest(byte[] key)
public io.netty.buffer.ByteBuf writeRequest(io.netty.buffer.ByteBufAllocator alloc,
java.nio.ByteBuffer dst)
writeRequest in interface Request<java.util.Map<java.lang.String,MemcachedStats>>public void handle(BinaryResponse replies, HostAndPort server) throws java.io.IOException
handle in class BinaryRequest<java.util.Map<java.lang.String,MemcachedStats>>java.io.IOExceptionpublic java.util.Map<java.lang.String,MemcachedStats> merge(java.util.List<java.util.Map<java.lang.String,MemcachedStats>> results)
merge in interface AllRequest<java.util.Map<java.lang.String,MemcachedStats>>public Request<java.util.Map<java.lang.String,MemcachedStats>> duplicate()
duplicate in interface AllRequest<java.util.Map<java.lang.String,MemcachedStats>>Copyright © 2020 Spotify AB. All Rights Reserved.