| Package | Description |
|---|---|
| com.aphyr.riemann | |
| com.aphyr.riemann.client |
| 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) |
Proto.Event |
Proto.Msg.getEvents(int index) |
Proto.Event |
Proto.Msg.Builder.getEvents(int index) |
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() |
List<Proto.Event> |
Proto.Msg.getEventsList() |
List<Proto.Event> |
Proto.Msg.Builder.getEventsList() |
| Modifier and Type | Method and Description |
|---|---|
Proto.Msg.Builder |
Proto.Msg.Builder.addEvents(int index,
Proto.Event value) |
Proto.Msg.Builder |
Proto.Msg.Builder.addEvents(Proto.Event value) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Proto.Msg.Builder |
Proto.Msg.Builder.addAllEvents(Iterable<? extends Proto.Event> values) |
| 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 |
|---|---|
List<Proto.Event> |
AbstractRiemannClient.query(String q) |
| Modifier and Type | Method and Description |
|---|---|
IPromise<Boolean> |
AbstractRiemannClient.aSendEventsWithAck(Proto.Event... events) |
void |
AbstractRiemannClient.sendEvents(Proto.Event... events) |
Boolean |
AbstractRiemannClient.sendEventsWithAck(Proto.Event... events) |
| Modifier and Type | Method and Description |
|---|---|
IPromise<Boolean> |
AbstractRiemannClient.aSendEventsWithAck(List<Proto.Event> events) |
void |
RiemannBatchClient.sendEvents(List<Proto.Event> events) |
void |
AbstractRiemannClient.sendEvents(List<Proto.Event> events) |
Boolean |
RiemannBatchClient.sendEventsWithAck(List<Proto.Event> events) |
Boolean |
AbstractRiemannClient.sendEventsWithAck(List<Proto.Event> events) |
| Constructor and Description |
|---|
RiemannBatchClient.Write(Proto.Event event) |
RiemannBatchClient.Write(Proto.Event event,
Promise promise) |
Copyright © 2014. All rights reserved.