Uses of Class
com.rabbitmq.client.amqp.ByteCapacity
Packages that use ByteCapacity
-
Uses of ByteCapacity in com.rabbitmq.client.amqp
Classes in com.rabbitmq.client.amqp that implement interfaces with type arguments of type ByteCapacityMethods in com.rabbitmq.client.amqp that return ByteCapacityModifier and TypeMethodDescriptionstatic ByteCapacityByteCapacity.B(long bytes) static ByteCapacitystatic ByteCapacityByteCapacity.GB(long gigabytes) static ByteCapacityByteCapacity.kB(long kilobytes) static ByteCapacityByteCapacity.MB(long megabytes) static ByteCapacityByteCapacity.TB(long terabytes) Methods in com.rabbitmq.client.amqp with parameters of type ByteCapacityModifier and TypeMethodDescriptionintByteCapacity.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.