Uses of Interface
org.apache.pulsar.client.api.RawReader
Packages that use RawReader
Package
Description
-
Uses of RawReader in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return types with arguments of type RawReaderModifier and TypeMethodDescriptionstatic CompletableFuture<RawReader>RawReader.create(org.apache.pulsar.client.api.PulsarClient client, String topic, String subscription) Create a raw reader for a topic.static CompletableFuture<RawReader>RawReader.create(org.apache.pulsar.client.api.PulsarClient client, String topic, String subscription, boolean createTopicIfDoesNotExist) static CompletableFuture<RawReader>RawReader.create(org.apache.pulsar.client.api.PulsarClient client, ConsumerConfigurationData<byte[]> consumerConfiguration, boolean createTopicIfDoesNotExist) -
Uses of RawReader in org.apache.pulsar.client.impl
Classes in org.apache.pulsar.client.impl that implement RawReader -
Uses of RawReader in org.apache.pulsar.compaction
Methods in org.apache.pulsar.compaction with parameters of type RawReaderModifier and TypeMethodDescriptionprotected CompletableFuture<Long>AbstractTwoPhaseCompactor.doCompaction(RawReader reader, BookKeeper bk) protected abstract CompletableFuture<Long>Compactor.doCompaction(RawReader reader, BookKeeper bk)