Uses of Class
com.rabbitmq.stream.ByteCapacity
Packages that use 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
Fields in com.rabbitmq.stream declared as ByteCapacityModifier and TypeFieldDescriptionstatic final ByteCapacity
StreamCreator.MAX_SEGMENT_SIZE
Segment size is limited to 3 GB.Methods in com.rabbitmq.stream that return ByteCapacityModifier 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) Methods in com.rabbitmq.stream with parameters of type ByteCapacityModifier 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
Methods in com.rabbitmq.stream.impl with parameters of type ByteCapacityModifier and TypeMethodDescriptionClient.StreamParametersBuilder.maxLengthBytes
(ByteCapacity bytes) Client.StreamParametersBuilder.maxSegmentSizeBytes
(ByteCapacity bytes)