Uses of Interface
org.apache.pulsar.broker.storage.ManagedLedgerStorage
Packages that use ManagedLedgerStorage
Package
Description
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 ManagedLedgerStorageModifier and TypeMethodDescriptionprotected ManagedLedgerStoragePulsarService.newManagedLedgerStorage() -
Uses of ManagedLedgerStorage in org.apache.pulsar.broker.storage
Methods in org.apache.pulsar.broker.storage that return ManagedLedgerStorageModifier and TypeMethodDescriptionstatic ManagedLedgerStorageManagedLedgerStorage.create(ServiceConfiguration conf, org.apache.pulsar.metadata.api.extended.MetadataStoreExtended metadataStore, BookKeeperClientFactory bkProvider, io.netty.channel.EventLoopGroup eventLoopGroup, io.opentelemetry.api.OpenTelemetry openTelemetry) Initialize theManagedLedgerStoragefrom the provided resources.