| Package | Description |
|---|---|
| blasd.apex.core.metrics |
| Modifier and Type | Class and Description |
|---|---|
class |
EndMetricEvent
An
EndMetricEvent should be published to clese a previous StartMetricEvent |
class |
StartMetricEvent
A
StartMetricEvent can be used to stats the duration of some events |
| Modifier and Type | Field and Description |
|---|---|
protected Consumer<? super AMetricEvent> |
AutoCloseableStartMetricEvent.eventBus |
| Modifier and Type | Method and Description |
|---|---|
static void |
AMetricEvent.post(Consumer<? super AMetricEvent> eventBus,
AMetricEvent simpleEvent) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AMetricEvent.post(Consumer<? super AMetricEvent> eventBus,
AMetricEvent simpleEvent) |
static AutoCloseableStartMetricEvent |
StartMetricEvent.post(Consumer<? super AMetricEvent> eventBus,
Object source,
Map<String,?> details,
LongSupplier progress,
String firstName,
String... otherNames) |
static AutoCloseableStartMetricEvent |
StartMetricEvent.post(Consumer<? super AMetricEvent> eventBus,
Object source,
String firstName,
String... otherNames) |
static EndMetricEvent |
EndMetricEvent.postEndEvent(Consumer<? super AMetricEvent> eventBus,
StartMetricEvent startEvent) |
| Constructor and Description |
|---|
AutoCloseableStartMetricEvent(StartMetricEvent startEvent,
Consumer<? super AMetricEvent> eventBus) |
Copyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.