Uses of Interface
org.apache.pulsar.client.api.RawReader
Packages that use RawReader
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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. -
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 abstract CompletableFuture<Long>Compactor.doCompaction(RawReader reader, org.apache.bookkeeper.client.BookKeeper bk) protected CompletableFuture<Long>TwoPhaseCompactor.doCompaction(RawReader reader, org.apache.bookkeeper.client.BookKeeper bk)