public interface Metrics
| Modifier and Type | Method and Description |
|---|---|
void |
measureDeleteFuture(com.google.common.util.concurrent.ListenableFuture<MemcacheStatus> future) |
void |
measureGetFuture(com.google.common.util.concurrent.ListenableFuture<GetResult<byte[]>> future) |
void |
measureIncrDecrFuture(com.google.common.util.concurrent.ListenableFuture<Long> future) |
void |
measureMultigetFuture(com.google.common.util.concurrent.ListenableFuture<List<GetResult<byte[]>>> future) |
void |
measureSetFuture(com.google.common.util.concurrent.ListenableFuture<MemcacheStatus> future) |
void |
measureTouchFuture(com.google.common.util.concurrent.ListenableFuture<MemcacheStatus> future) |
void measureGetFuture(com.google.common.util.concurrent.ListenableFuture<GetResult<byte[]>> future)
void measureMultigetFuture(com.google.common.util.concurrent.ListenableFuture<List<GetResult<byte[]>>> future)
void measureDeleteFuture(com.google.common.util.concurrent.ListenableFuture<MemcacheStatus> future)
void measureSetFuture(com.google.common.util.concurrent.ListenableFuture<MemcacheStatus> future)
void measureIncrDecrFuture(com.google.common.util.concurrent.ListenableFuture<Long> future)
void measureTouchFuture(com.google.common.util.concurrent.ListenableFuture<MemcacheStatus> future)
Copyright © 2015 Spotify AB. All Rights Reserved.