Uses of Interface
org.apache.pulsar.client.api.RawReader
-
Packages that use RawReader Package Description org.apache.pulsar.client.api Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.client.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.compaction 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 RawReader Modifier and Type Method Description static java.util.concurrent.CompletableFuture<RawReader>RawReader. create(org.apache.pulsar.client.api.PulsarClient client, java.lang.String topic, java.lang.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 Modifier and Type Class Description classRawReaderImpl -
Uses of RawReader in org.apache.pulsar.compaction
Methods in org.apache.pulsar.compaction with parameters of type RawReader Modifier and Type Method Description protected abstract java.util.concurrent.CompletableFuture<java.lang.Long>Compactor. doCompaction(RawReader reader, org.apache.bookkeeper.client.BookKeeper bk)protected java.util.concurrent.CompletableFuture<java.lang.Long>TwoPhaseCompactor. doCompaction(RawReader reader, org.apache.bookkeeper.client.BookKeeper bk)
-