Uses of Interface
org.apache.pulsar.broker.BookKeeperClientFactory
-
Packages that use BookKeeperClientFactory Package Description org.apache.pulsar.broker Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.storage The storage layer for Apache Pulsar. -
-
Uses of BookKeeperClientFactory in org.apache.pulsar.broker
Classes in org.apache.pulsar.broker that implement BookKeeperClientFactory Modifier and Type Class Description classBookKeeperClientFactoryImplMethods in org.apache.pulsar.broker that return BookKeeperClientFactory Modifier and Type Method Description BookKeeperClientFactoryPulsarService. getBookKeeperClientFactory()BookKeeperClientFactoryPulsarService. newBookKeeperClientFactory()Methods in org.apache.pulsar.broker with parameters of type BookKeeperClientFactory Modifier and Type Method Description voidManagedLedgerClientFactory. initialize(org.apache.pulsar.broker.ServiceConfiguration conf, org.apache.pulsar.metadata.api.extended.MetadataStoreExtended metadataStore, org.apache.zookeeper.ZooKeeper zkClient, 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 BookKeeperClientFactory Modifier and Type Method Description static ManagedLedgerStorageManagedLedgerStorage. create(org.apache.pulsar.broker.ServiceConfiguration conf, org.apache.pulsar.metadata.api.extended.MetadataStoreExtended metadataStore, org.apache.zookeeper.ZooKeeper zkClient, 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, org.apache.zookeeper.ZooKeeper zkClient, BookKeeperClientFactory bookkeeperProvider, io.netty.channel.EventLoopGroup eventLoopGroup)Initialize the managed ledger storage.
-