Uses of Class
com.rabbitmq.stream.ByteCapacity
Package
Description
Main API for RabbitMQ Stream Java Client.
Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client.
-
Uses of ByteCapacity in com.rabbitmq.stream
Modifier and TypeFieldDescriptionstatic final ByteCapacity
StreamCreator.MAX_SEGMENT_SIZE
Segment size is limited to 3 GB.Modifier and TypeMethodDescriptionstatic ByteCapacity
ByteCapacity.B
(long bytes) static ByteCapacity
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 TypeMethodDescriptionint
ByteCapacity.compareTo
(ByteCapacity other) StreamCreator.maxLengthBytes
(ByteCapacity byteCapacity) The maximum size of the stream before it gets truncated.StreamCreator.maxSegmentSizeBytes
(ByteCapacity byteCapacity) The maximum size of each stream segments. -
Uses of ByteCapacity in com.rabbitmq.stream.impl
Modifier and TypeMethodDescriptionClient.StreamParametersBuilder.maxLengthBytes
(ByteCapacity bytes) Client.StreamParametersBuilder.maxSegmentSizeBytes
(ByteCapacity bytes)