| Package | Description |
|---|---|
| com.aphyr.riemann | |
| com.aphyr.riemann.client |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<Proto.Event> |
Proto.Event.PARSER |
| Modifier and Type | Method and Description |
|---|---|
Proto.Event |
Proto.Event.Builder.build() |
Proto.Event |
Proto.Event.Builder.buildPartial() |
static Proto.Event |
Proto.Event.getDefaultInstance() |
Proto.Event |
Proto.Event.getDefaultInstanceForType() |
Proto.Event |
Proto.Event.Builder.getDefaultInstanceForType() |
Proto.Event |
Proto.MsgOrBuilder.getEvents(int index)
repeated .Event events = 6; |
Proto.Event |
Proto.Msg.getEvents(int index)
repeated .Event events = 6; |
Proto.Event |
Proto.Msg.Builder.getEvents(int index)
repeated .Event events = 6; |
static Proto.Event |
Proto.Event.parseDelimitedFrom(InputStream input) |
static Proto.Event |
Proto.Event.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Event |
Proto.Event.parseFrom(byte[] data) |
static Proto.Event |
Proto.Event.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Event |
Proto.Event.parseFrom(com.google.protobuf.ByteString data) |
static Proto.Event |
Proto.Event.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Event |
Proto.Event.parseFrom(com.google.protobuf.CodedInputStream input) |
static Proto.Event |
Proto.Event.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Event |
Proto.Event.parseFrom(InputStream input) |
static Proto.Event |
Proto.Event.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Proto.Event> |
Proto.MsgOrBuilder.getEventsList()
repeated .Event events = 6; |
List<Proto.Event> |
Proto.Msg.getEventsList()
repeated .Event events = 6; |
List<Proto.Event> |
Proto.Msg.Builder.getEventsList()
repeated .Event events = 6; |
com.google.protobuf.Parser<Proto.Event> |
Proto.Event.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
Proto.Msg.Builder |
Proto.Msg.Builder.addEvents(int index,
Proto.Event value)
repeated .Event events = 6; |
Proto.Msg.Builder |
Proto.Msg.Builder.addEvents(Proto.Event value)
repeated .Event events = 6; |
Proto.Event.Builder |
Proto.Event.Builder.mergeFrom(Proto.Event other) |
static Proto.Event.Builder |
Proto.Event.newBuilder(Proto.Event prototype) |
Proto.Msg.Builder |
Proto.Msg.Builder.setEvents(int index,
Proto.Event value)
repeated .Event events = 6; |
| Modifier and Type | Method and Description |
|---|---|
Proto.Msg.Builder |
Proto.Msg.Builder.addAllEvents(Iterable<? extends Proto.Event> values)
repeated .Event events = 6; |
| Modifier and Type | Field and Description |
|---|---|
Proto.Event |
RiemannBatchClient.Write.event |
| Modifier and Type | Method and Description |
|---|---|
Proto.Event |
EventDSL.build() |
| Modifier and Type | Method and Description |
|---|---|
IPromise<List<Proto.Event>> |
RiemannClient.query(String q) |
IPromise<List<Proto.Event>> |
RiemannBatchClient.query(String q) |
IPromise<List<Proto.Event>> |
IRiemannClient.query(String q) |
| Modifier and Type | Method and Description |
|---|---|
IPromise<Proto.Msg> |
RiemannClient.sendEvent(Proto.Event event) |
IPromise<Proto.Msg> |
RiemannBatchClient.sendEvent(Proto.Event event) |
IPromise<Proto.Msg> |
IRiemannClient.sendEvent(Proto.Event event) |
IPromise<Proto.Msg> |
RiemannClient.sendEvents(Proto.Event... events) |
IPromise<Proto.Msg> |
RiemannBatchClient.sendEvents(Proto.Event... events) |
IPromise<Proto.Msg> |
IRiemannClient.sendEvents(Proto.Event... events) |
| Modifier and Type | Method and Description |
|---|---|
IPromise<Proto.Msg> |
RiemannClient.sendEvents(List<Proto.Event> events) |
IPromise<Proto.Msg> |
RiemannBatchClient.sendEvents(List<Proto.Event> events) |
IPromise<Proto.Msg> |
IRiemannClient.sendEvents(List<Proto.Event> events) |
| Constructor and Description |
|---|
Write(Proto.Event event,
ChainPromise promise) |
Copyright © 2015. All rights reserved.