Class OffsetsCache
java.lang.Object
org.apache.bookkeeper.mledger.offload.jcloud.impl.OffsetsCache
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclose()getIfPresent(long ledgerId, long entryId) voidput(long ledgerId, long entryId, long currentPosition)
-
Constructor Details
-
OffsetsCache
public OffsetsCache()
-
-
Method Details
-
put
public void put(long ledgerId, long entryId, long currentPosition) -
getIfPresent
-
clear
public void clear() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-