Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.OffloadCallback
-
Packages that use AsyncCallbacks.OffloadCallback Package Description org.apache.bookkeeper.mledger Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AsyncCallbacks.OffloadCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.OffloadCallback Modifier and Type Method Description voidManagedLedger. asyncOffloadPrefix(Position pos, AsyncCallbacks.OffloadCallback callback, java.lang.Object ctx)Offload as many entries before position as possible to longterm storage. -
Uses of AsyncCallbacks.OffloadCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.OffloadCallback Modifier and Type Method Description voidManagedLedgerImpl. asyncOffloadPrefix(Position pos, AsyncCallbacks.OffloadCallback callback, java.lang.Object ctx)
-