接口的使用
org.apache.bookkeeper.mledger.ReadOnlyCursor
使用ReadOnlyCursor的程序包
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.bookkeeper.mledger中ReadOnlyCursor的使用
修饰符和类型方法说明ManagedLedgerFactory.openReadOnlyCursor(String managedLedgerName, Position startPosition, ManagedLedgerConfig config) Open aReadOnlyCursorpositioned to the earliest entry for the specified managed ledger.修饰符和类型方法说明voidAsyncCallbacks.OpenReadOnlyCursorCallback.openReadOnlyCursorComplete(ReadOnlyCursor cursor, Object ctx) -
org.apache.bookkeeper.mledger.impl中ReadOnlyCursor的使用
修饰符和类型方法说明ManagedLedgerFactoryImpl.openReadOnlyCursor(String managedLedgerName, Position startPosition, ManagedLedgerConfig config)