Uses of Interface
org.apache.pulsar.broker.storage.ManagedLedgerStorage
Packages that use ManagedLedgerStorage
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
The storage layer for Apache Pulsar.
-
Uses of ManagedLedgerStorage in org.apache.pulsar.broker
Classes in org.apache.pulsar.broker that implement ManagedLedgerStorageMethods in org.apache.pulsar.broker that return ManagedLedgerStorage -
Uses of ManagedLedgerStorage in org.apache.pulsar.broker.storage
Methods in org.apache.pulsar.broker.storage that return ManagedLedgerStorageModifier and TypeMethodDescriptionstatic ManagedLedgerStorageManagedLedgerStorage.create(org.apache.pulsar.broker.ServiceConfiguration conf, org.apache.pulsar.metadata.api.extended.MetadataStoreExtended metadataStore, BookKeeperClientFactory bkProvider, io.netty.channel.EventLoopGroup eventLoopGroup) Initialize theManagedLedgerStoragefrom the provided resources.