Uses of Class
org.apache.pulsar.PulsarStandaloneBuilder
-
Packages that use PulsarStandaloneBuilder Package Description org.apache.pulsar 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 PulsarStandaloneBuilder Modifier and Type Method Description static PulsarStandaloneBuilderPulsarStandalone. builder()This method gets a builder to build an embedded pulsar instance i.e.static PulsarStandaloneBuilderPulsarStandaloneBuilder. instance()PulsarStandaloneBuilderPulsarStandaloneBuilder. withAdvertisedAddress(java.lang.String advertisedAddress)PulsarStandaloneBuilderPulsarStandaloneBuilder. withBkDir(java.lang.String bkDir)PulsarStandaloneBuilderPulsarStandaloneBuilder. withBkPort(int bkPort)PulsarStandaloneBuilderPulsarStandaloneBuilder. withConfig(org.apache.pulsar.broker.ServiceConfiguration config)PulsarStandaloneBuilderPulsarStandaloneBuilder. withNoBroker(boolean noBroker)PulsarStandaloneBuilderPulsarStandaloneBuilder. withNoStreamStorage(boolean noStreamStorage)PulsarStandaloneBuilderPulsarStandaloneBuilder. withNumOfBk(int numOfBk)PulsarStandaloneBuilderPulsarStandaloneBuilder. withOnlyBroker(boolean onlyBroker)PulsarStandaloneBuilderPulsarStandaloneBuilder. withStreamStoragePort(int streamStoragePort)PulsarStandaloneBuilderPulsarStandaloneBuilder. withWipeData(boolean wipeData)PulsarStandaloneBuilderPulsarStandaloneBuilder. withZkDir(java.lang.String zkDir)PulsarStandaloneBuilderPulsarStandaloneBuilder. withZkPort(int zkPort)
-