Class ReplicationModeChangeLogger.ReplicationLogContext

java.lang.Object
io.confluent.kafka.replication.push.ReplicationModeChangeLogger.ReplicationLogContext
Enclosing class:
ReplicationModeChangeLogger

public static class ReplicationModeChangeLogger.ReplicationLogContext extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReplicationLogContext(org.apache.kafka.common.TopicIdPartition topicIdPartition, int replica, long brokerEpoch, int leaderEpoch, long replicationSessionId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ReplicationLogContext

      public ReplicationLogContext(org.apache.kafka.common.TopicIdPartition topicIdPartition, int replica, long brokerEpoch, int leaderEpoch, long replicationSessionId)
  • Method Details