| Package | Description |
|---|---|
| com.rabbitmq.stream | |
| com.rabbitmq.stream.impl |
| Modifier and Type | Method and Description |
|---|---|
static ByteCapacity |
ByteCapacity.B(long bytes) |
static ByteCapacity |
ByteCapacity.from(String value) |
static ByteCapacity |
ByteCapacity.GB(long gigabytes) |
static ByteCapacity |
ByteCapacity.kB(long kilobytes) |
static ByteCapacity |
ByteCapacity.MB(long megabytes) |
static ByteCapacity |
ByteCapacity.TB(long terabytes) |
| Modifier and Type | Method and Description |
|---|---|
StreamCreator |
StreamCreator.maxLengthBytes(ByteCapacity byteCapacity)
The maximum size of the stream before it gets truncated.
|
StreamCreator |
StreamCreator.maxSegmentSizeBytes(ByteCapacity byteCapacity)
The maximum size of each stream segments.
|
| Modifier and Type | Method and Description |
|---|---|
Client.StreamParametersBuilder |
Client.StreamParametersBuilder.maxLengthBytes(ByteCapacity bytes) |
Client.StreamParametersBuilder |
Client.StreamParametersBuilder.maxSegmentSizeBytes(ByteCapacity bytes) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.