Uses of Class
org.apache.bookkeeper.mledger.LedgerOffloader.OffloadHandle.OfferEntryResult
-
Packages that use LedgerOffloader.OffloadHandle.OfferEntryResult Package Description org.apache.bookkeeper.mledger Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of LedgerOffloader.OffloadHandle.OfferEntryResult in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return LedgerOffloader.OffloadHandle.OfferEntryResult Modifier and Type Method Description LedgerOffloader.OffloadHandle.OfferEntryResultLedgerOffloader.OffloadHandle. offerEntry(Entry entry)The caller should manually release entry no matter what the offer result is.static LedgerOffloader.OffloadHandle.OfferEntryResultLedgerOffloader.OffloadHandle.OfferEntryResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LedgerOffloader.OffloadHandle.OfferEntryResult[]LedgerOffloader.OffloadHandle.OfferEntryResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bookkeeper.mledger that return types with arguments of type LedgerOffloader.OffloadHandle.OfferEntryResult Modifier and Type Method Description java.util.concurrent.CompletableFuture<LedgerOffloader.OffloadHandle.OfferEntryResult>LedgerOffloader.OffloadHandle. offerEntryAsync(Entry entry)
-