| Package | Description |
|---|---|
| org.cloudfoundry.doppler |
| Modifier and Type | Method and Description |
|---|---|
static Envelope.Builder |
Envelope.builder()
Creates a builder for
Envelope. |
Envelope.Builder |
Envelope.Builder.containerMetric(ContainerMetric containerMetric)
Initializes the value for the
containerMetric attribute. |
Envelope.Builder |
Envelope.Builder.counterEvent(CounterEvent counterEvent)
Initializes the value for the
counterEvent attribute. |
Envelope.Builder |
Envelope.Builder.deployment(String deployment)
Initializes the value for the
deployment attribute. |
Envelope.Builder |
Envelope.Builder.error(Error error)
Initializes the value for the
error attribute. |
Envelope.Builder |
Envelope.Builder.eventType(EventType eventType)
Initializes the value for the
eventType attribute. |
Envelope.Builder |
Envelope.Builder.from(Envelope instance)
Fill a builder with attribute values from the provided
Envelope instance. |
Envelope.Builder |
Envelope.Builder.httpStartStop(HttpStartStop httpStartStop)
Initializes the value for the
httpStartStop attribute. |
Envelope.Builder |
Envelope.Builder.index(String index)
Initializes the value for the
index attribute. |
Envelope.Builder |
Envelope.Builder.ip(String ip)
Initializes the value for the
ip attribute. |
Envelope.Builder |
Envelope.Builder.job(String job)
Initializes the value for the
job attribute. |
Envelope.Builder |
Envelope.Builder.logMessage(LogMessage logMessage)
Initializes the value for the
logMessage attribute. |
Envelope.Builder |
Envelope.Builder.origin(String origin)
Initializes the value for the
origin attribute. |
Envelope.Builder |
Envelope.Builder.putAllTags(Map<String,? extends String> tags)
Put all mappings from the specified map as entries to
tags map. |
Envelope.Builder |
Envelope.Builder.tag(Map.Entry<String,? extends String> entry)
Put one entry to the
tags map. |
Envelope.Builder |
Envelope.Builder.tag(String key,
String value)
Put one entry to the
tags map. |
Envelope.Builder |
Envelope.Builder.tags(Map<String,? extends String> tags)
Sets or replaces all mappings from the specified map as entries for the
tags map. |
Envelope.Builder |
Envelope.Builder.timestamp(Long timestamp)
Initializes the value for the
timestamp attribute. |
Envelope.Builder |
Envelope.Builder.valueMetric(ValueMetric valueMetric)
Initializes the value for the
valueMetric attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.