public class TierUtils
extends java.lang.Object
Constructor and Description |
---|
TierUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<kafka.log.TierLogSegment> |
tieredSegments(java.util.NavigableSet<java.lang.Long> tieredOffsets,
TierPartitionState partitionState,
java.util.Optional<TierObjectStore> objectStore) |
static java.util.Optional<kafka.log.TierLogSegment> |
tierLogSegmentForOffset(TierPartitionState partitionState,
long offset,
java.util.Optional<TierObjectStore> objectStore) |
public static java.util.Optional<kafka.log.TierLogSegment> tierLogSegmentForOffset(TierPartitionState partitionState, long offset, java.util.Optional<TierObjectStore> objectStore)
public static java.util.Iterator<kafka.log.TierLogSegment> tieredSegments(java.util.NavigableSet<java.lang.Long> tieredOffsets, TierPartitionState partitionState, java.util.Optional<TierObjectStore> objectStore)