Uses of Class
com.rabbitmq.stream.ByteCapacity
-
Packages that use ByteCapacity Package Description com.rabbitmq.stream Main API for RabbitMQ Stream Java Client.com.rabbitmq.stream.impl Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client. -
-
Uses of ByteCapacity in com.rabbitmq.stream
Fields in com.rabbitmq.stream declared as ByteCapacity Modifier and Type Field Description static ByteCapacity
StreamCreator. MAX_SEGMENT_SIZE
Segment size is limited to 3 GB.Methods in com.rabbitmq.stream that return ByteCapacity Modifier and Type Method 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)
Methods in com.rabbitmq.stream with parameters of type ByteCapacity Modifier and Type Method Description int
ByteCapacity. compareTo(ByteCapacity other)
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. -
Uses of ByteCapacity in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl with parameters of type ByteCapacity Modifier and Type Method Description Client.StreamParametersBuilder
Client.StreamParametersBuilder. maxLengthBytes(ByteCapacity bytes)
Client.StreamParametersBuilder
Client.StreamParametersBuilder. maxSegmentSizeBytes(ByteCapacity bytes)
-