接口的使用
org.apache.bookkeeper.mledger.ManagedLedger
使用ManagedLedger的程序包
程序包
说明
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中ManagedLedger的使用
修饰符和类型方法说明ManagedCursor.getManagedLedger()GetManagedLedgerattached with cursor.Open a managed ledger.ManagedLedgerFactory.open(String name, ManagedLedgerConfig config) Open a managed ledger.修饰符和类型方法说明voidAsyncCallbacks.OpenLedgerCallback.openLedgerComplete(ManagedLedger ledger, Object ctx) LedgerOffloader.streamingOffload(ManagedLedger ml, UUID uid, long beginLedger, long beginEntry, Map<String, String> driverMetadata) Begin offload the passed in ledgers to longterm storage, it will finish when a segment reached it's size or time. -
org.apache.bookkeeper.mledger.impl中ManagedLedger的使用
修饰符和类型方法说明ManagedCursorImpl.getManagedLedger()ManagedLedgerFactoryImpl.open(String name, ManagedLedgerConfig config)