Uses of Interface
org.apache.pulsar.broker.BookKeeperClientFactory
Packages that use BookKeeperClientFactory
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
The storage layer for Apache Pulsar.
-
Uses of BookKeeperClientFactory in org.apache.pulsar.broker
Classes in org.apache.pulsar.broker that implement BookKeeperClientFactoryMethods in org.apache.pulsar.broker that return BookKeeperClientFactoryModifier and TypeMethodDescriptionPulsarService.getBookKeeperClientFactory()PulsarService.newBookKeeperClientFactory()Methods in org.apache.pulsar.broker with parameters of type BookKeeperClientFactoryModifier and TypeMethodDescriptionvoidManagedLedgerClientFactory.initialize(org.apache.pulsar.broker.ServiceConfiguration conf, org.apache.pulsar.metadata.api.extended.MetadataStoreExtended metadataStore, BookKeeperClientFactory bookkeeperProvider, io.netty.channel.EventLoopGroup eventLoopGroup) -
Uses of BookKeeperClientFactory in org.apache.pulsar.broker.storage
Methods in org.apache.pulsar.broker.storage with parameters of type BookKeeperClientFactoryModifier 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.voidManagedLedgerStorage.initialize(org.apache.pulsar.broker.ServiceConfiguration conf, org.apache.pulsar.metadata.api.extended.MetadataStoreExtended metadataStore, BookKeeperClientFactory bookkeeperProvider, io.netty.channel.EventLoopGroup eventLoopGroup) Initialize the managed ledger storage.