| Modifier and Type | Method and Description |
|---|---|
default List<Events.Event> |
Events.get(String namespace,
long startTimestampMillis,
long endTimestampMillis)
Get all events in the given namespace, with timestamp between the start and end.
|
default List<Events.Event> |
Events.get(String namespace,
long startTimestampMillis,
long endTimestampMillis,
boolean includePayloads)
Get all events in the given namespace, with timestamp between the start and end.
|
default List<Events.Event> |
Events.get(String namespace,
long startTimestampMillis,
long endTimestampMillis,
Map<String,String> metadataQuery,
Map<String,String> dimensionsQuery)
Get all events in the given namespace, with timestamp between the start and end, and metadata and dimensions
matching the given queries.
|
List<Events.Event> |
Events.get(String namespace,
long startTimestampMillis,
long endTimestampMillis,
Map<String,String> metadataQuery,
Map<String,String> dimensionsQuery,
boolean includePayloads)
Get all events in the given namespace, with timestamp between the start and end, and metadata and dimensions
matching the given queries.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Events.store(String namespace,
Events.Event event)
Store an event object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Events.store(String namespace,
Collection<Events.Event> batch)
Store batch of events in the given namespace.
|
Copyright © 2019. All rights reserved.