Class TransactionMetaStoreHandler

java.lang.Object
org.apache.pulsar.client.impl.TransactionMetaStoreHandler
All Implemented Interfaces:
io.netty.util.TimerTask, Closeable, AutoCloseable

public class TransactionMetaStoreHandler extends Object implements Closeable, io.netty.util.TimerTask
Handler for transaction meta store.
  • Field Details

    • timer

      protected final io.netty.util.Timer timer
    • client

      protected final PulsarClientImpl client
    • topic

      protected final String topic
    • redirectedClusterURI

      protected volatile URI redirectedClusterURI
  • Constructor Details

  • Method Details