| Package | Description |
|---|---|
| org.cloudfoundry.logcache.v1 |
| Modifier and Type | Method and Description |
|---|---|
Envelope |
Envelope.Builder.build()
Builds a new
Envelope. |
| Modifier and Type | Method and Description |
|---|---|
List<Envelope> |
EnvelopeBatch.getBatch()
The batch
|
| Modifier and Type | Method and Description |
|---|---|
EnvelopeBatch.Builder |
EnvelopeBatch.Builder.batch(Envelope... elements)
Adds elements to
batch list. |
EnvelopeBatch.Builder |
EnvelopeBatch.Builder.batch(Envelope element)
Adds one element to
batch list. |
Envelope.Builder |
Envelope.Builder.from(Envelope instance)
Fill a builder with attribute values from the provided
Envelope instance. |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeBatch.Builder |
EnvelopeBatch.Builder.addAllBatch(Iterable<? extends Envelope> elements)
Adds elements to
batch list. |
EnvelopeBatch.Builder |
EnvelopeBatch.Builder.batch(Iterable<? extends Envelope> elements)
Sets or replaces all elements for
batch list. |
Copyright © 2022. All rights reserved.