java.lang.Object
org.apache.bookkeeper.mledger.offload.jcloud.impl.OffsetsCache
All Implemented Interfaces:
AutoCloseable

public class OffsetsCache extends Object implements AutoCloseable
  • Constructor Details

    • OffsetsCache

      public OffsetsCache()
  • Method Details

    • put

      public void put(long ledgerId, long entryId, long currentPosition)
    • getIfPresent

      public Long getIfPresent(long ledgerId, long entryId)
    • clear

      public void clear()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable