程序包 org.apache.bookkeeper.mledger
package org.apache.bookkeeper.mledger
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-
类说明Definition of all the callbacks used for the ManagedLedger asynchronous API.An Entry represent a ledger entry data and its associated position.Interface for offloading ledgers to long-term storage.Used to store driver info, buffer entries, mark progress, etc.LedgerOffloaderFactory<T extends LedgerOffloader>Factory to create
LedgerOffloaderto offload ledgers into long-term storage.A ManagedCursor is a persisted cursor inside a ManagedLedger.JMX Bean interface for ManagedCursor stats.A ManagedLedger it's a superset of a BookKeeper ledger concept.Configuration class for a ManagedLedger.A factory to open/create managed ledgers and delete them.Configuration for aManagedLedgerFactory.JMX Bean interface for ManagedLedgerFactory stats.Management Bean for aManagedLedger.A Position is a pointer to a specific entry into the managed ledger.Contains callback that can be registered withManagedLedgerto wait for new entries to be available.