Uses of Class
org.apache.pulsar.PulsarStandaloneBuilder
Packages that use PulsarStandaloneBuilder
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of PulsarStandaloneBuilder in org.apache.pulsar
Methods in org.apache.pulsar that return PulsarStandaloneBuilderModifier and TypeMethodDescriptionstatic PulsarStandaloneBuilderPulsarStandalone.builder()This method gets a builder to build an embedded pulsar instance i.e.static PulsarStandaloneBuilderPulsarStandaloneBuilder.instance()PulsarStandaloneBuilder.withAdvertisedAddress(String advertisedAddress) PulsarStandaloneBuilder.withBkPort(int bkPort) PulsarStandaloneBuilder.withConfig(org.apache.pulsar.broker.ServiceConfiguration config) PulsarStandaloneBuilder.withNoBroker(boolean noBroker) PulsarStandaloneBuilder.withNoStreamStorage(boolean noStreamStorage) PulsarStandaloneBuilder.withNumOfBk(int numOfBk) PulsarStandaloneBuilder.withOnlyBroker(boolean onlyBroker) PulsarStandaloneBuilder.withStreamStoragePort(int streamStoragePort) PulsarStandaloneBuilder.withWipeData(boolean wipeData) PulsarStandaloneBuilder.withZkPort(int zkPort)