Uses of Class
org.apache.pulsar.PulsarStandaloneBuilder
Packages that use PulsarStandaloneBuilder
-
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(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)