| Package | Description |
|---|---|
| com.aphyr.riemann | |
| com.aphyr.riemann.client |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<Proto.Msg> |
Proto.Msg.PARSER |
| Modifier and Type | Method and Description |
|---|---|
Proto.Msg |
Proto.Msg.Builder.build() |
Proto.Msg |
Proto.Msg.Builder.buildPartial() |
static Proto.Msg |
Proto.Msg.getDefaultInstance() |
Proto.Msg |
Proto.Msg.getDefaultInstanceForType() |
Proto.Msg |
Proto.Msg.Builder.getDefaultInstanceForType() |
static Proto.Msg |
Proto.Msg.parseDelimitedFrom(InputStream input) |
static Proto.Msg |
Proto.Msg.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Msg |
Proto.Msg.parseFrom(byte[] data) |
static Proto.Msg |
Proto.Msg.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Msg |
Proto.Msg.parseFrom(com.google.protobuf.ByteString data) |
static Proto.Msg |
Proto.Msg.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Msg |
Proto.Msg.parseFrom(com.google.protobuf.CodedInputStream input) |
static Proto.Msg |
Proto.Msg.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Msg |
Proto.Msg.parseFrom(InputStream input) |
static Proto.Msg |
Proto.Msg.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Proto.Msg> |
Proto.Msg.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
Proto.Msg.Builder |
Proto.Msg.Builder.mergeFrom(Proto.Msg other) |
static Proto.Msg.Builder |
Proto.Msg.newBuilder(Proto.Msg prototype) |
| Modifier and Type | Field and Description |
|---|---|
Proto.Msg |
Write.message |
| Modifier and Type | Field and Description |
|---|---|
static Promise<Proto.Msg> |
UdpTransport.blackhole |
ChainPromise<Proto.Msg> |
RiemannBatchClient.Write.promise |
Promise<Proto.Msg> |
Write.promise |
LinkedBlockingQueue<Promise<Proto.Msg>> |
WriteQueue.queue |
| Modifier and Type | Method and Description |
|---|---|
Proto.Msg |
MsgValidator.call(Proto.Msg message) |
Proto.Msg |
SynchronousTransport.sendMessage(Proto.Msg msg) |
Proto.Msg |
UdpTransport.sendMessage(Proto.Msg msg) |
Proto.Msg |
SimpleUdpTransport.sendMessage(Proto.Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
Proto.Msg |
MsgValidator.call(Proto.Msg message) |
Proto.Msg |
SynchronousTransport.sendMessage(Proto.Msg msg) |
IPromise<Proto.Msg> |
RiemannClient.sendMessage(Proto.Msg m) |
IPromise<Proto.Msg> |
AsynchronousTransport.sendMessage(Proto.Msg msg) |
IPromise<Proto.Msg> |
RiemannBatchClient.sendMessage(Proto.Msg message) |
Proto.Msg |
UdpTransport.sendMessage(Proto.Msg msg) |
Promise<Proto.Msg> |
AsynchronizeTransport.sendMessage(Proto.Msg msg) |
IPromise<Proto.Msg> |
TcpTransport.sendMessage(Proto.Msg msg) |
Proto.Msg |
SimpleUdpTransport.sendMessage(Proto.Msg msg) |
Promise<Proto.Msg> |
TcpTransport.sendMessage(Proto.Msg msg,
Promise<Proto.Msg> promise) |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteQueue.put(Promise<Proto.Msg> p) |
Promise<Proto.Msg> |
TcpTransport.sendMessage(Proto.Msg msg,
Promise<Proto.Msg> promise) |
| Constructor and Description |
|---|
Write(Proto.Msg message,
Promise<Proto.Msg> promise) |
| Constructor and Description |
|---|
Write(Proto.Msg message,
Promise<Proto.Msg> promise) |
Copyright © 2015. All rights reserved.