Uses of Interface
org.apache.bookkeeper.mledger.ReadOnlyCursor
-
Packages that use ReadOnlyCursor 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 ReadOnlyCursor in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return ReadOnlyCursor Modifier and Type Method Description ReadOnlyCursorManagedLedgerFactory. openReadOnlyCursor(java.lang.String managedLedgerName, Position startPosition, ManagedLedgerConfig config)Open aReadOnlyCursorpositioned to the earliest entry for the specified managed ledgerMethods in org.apache.bookkeeper.mledger with parameters of type ReadOnlyCursor Modifier and Type Method Description voidAsyncCallbacks.OpenReadOnlyCursorCallback. openReadOnlyCursorComplete(ReadOnlyCursor cursor, java.lang.Object ctx) -
Uses of ReadOnlyCursor in org.apache.bookkeeper.mledger.impl
Classes in org.apache.bookkeeper.mledger.impl that implement ReadOnlyCursor Modifier and Type Class Description classReadOnlyCursorImplMethods in org.apache.bookkeeper.mledger.impl that return ReadOnlyCursor Modifier and Type Method Description ReadOnlyCursorManagedLedgerFactoryImpl. openReadOnlyCursor(java.lang.String managedLedgerName, Position startPosition, ManagedLedgerConfig config)
-