Uses of Class
com.rabbitmq.client.amqp.ByteCapacity
Packages that use ByteCapacity
-
Uses of ByteCapacity in com.rabbitmq.client.amqp
Methods in com.rabbitmq.client.amqp 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.client.amqp with parameters of type ByteCapacityModifier and TypeMethodDescriptionint
ByteCapacity.compareTo
(ByteCapacity other) Management.QueueSpecification.maxLengthBytes
(ByteCapacity maxLengthBytes) Maximum length in bytes for a queue.Management.StreamSpecification.maxSegmentSizeBytes
(ByteCapacity maxSegmentSize) Set the maximum size for the stream segment files.