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
Classes in com.rabbitmq.stream that implement interfaces with type arguments of type ByteCapacityFields in com.rabbitmq.stream declared as ByteCapacityModifier and TypeFieldDescriptionstatic final ByteCapacityStreamCreator.MAX_SEGMENT_SIZESegment size is limited to 3 GB.Methods in com.rabbitmq.stream 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.stream with parameters of type ByteCapacityModifier and TypeMethodDescriptionintByteCapacity.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)