java.lang.Object
org.apache.pulsar.broker.transaction.buffer.impl.TableView<T>

public class TableView<T> extends Object
Compared with the more generic TableView, this table view - Provides just a single public method that reads the latest value synchronously. - Maintains multiple long-lived readers that will be expired after some time (1 minute by default).