| Package | Description |
|---|---|
| com.aphyr.riemann.client |
| Modifier and Type | Field and Description |
|---|---|
static Promise<Proto.Msg> |
UdpTransport.blackhole |
Promise<Boolean> |
RiemannBatchClient.blackhole |
Promise<Proto.Msg> |
Write.promise |
Promise<Boolean> |
RiemannBatchClient.Write.promise |
| Modifier and Type | Field and Description |
|---|---|
LinkedBlockingQueue<Promise<Proto.Msg>> |
WriteQueue.queue |
| Modifier and Type | Method and Description |
|---|---|
Promise<Proto.Msg> |
TcpTransport.aSendMaybeRecvMessage(Proto.Msg msg) |
Promise<Proto.Msg> |
AsynchronizeTransport.aSendMaybeRecvMessage(Proto.Msg msg) |
Promise<Proto.Msg> |
TcpTransport.aSendRecvMessage(Proto.Msg msg) |
Promise<Proto.Msg> |
AsynchronizeTransport.aSendRecvMessage(Proto.Msg msg) |
Promise<Proto.Msg> |
WriteQueue.take() |
Promise<Proto.Msg> |
TcpTransport.write(Proto.Msg msg,
Promise<Proto.Msg> promise) |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteQueue.put(Promise<Proto.Msg> p) |
Promise<Proto.Msg> |
TcpTransport.write(Proto.Msg msg,
Promise<Proto.Msg> promise) |
| Constructor and Description |
|---|
RiemannBatchClient.Write(Proto.Event event,
Promise promise) |
Write(Proto.Msg message,
Promise<Proto.Msg> promise) |
Copyright © 2014. All rights reserved.