com.alibaba.rocketmq.tools.monitor
类 DeleteMsgsEvent

java.lang.Object
  继承者 com.alibaba.rocketmq.tools.monitor.DeleteMsgsEvent

public class DeleteMsgsEvent
extends Object


构造方法摘要
DeleteMsgsEvent()
           
 
方法摘要
 long getEventTimestamp()
           
 com.alibaba.rocketmq.common.protocol.topic.OffsetMovedEvent getOffsetMovedEvent()
           
 void setEventTimestamp(long eventTimestamp)
           
 void setOffsetMovedEvent(com.alibaba.rocketmq.common.protocol.topic.OffsetMovedEvent offsetMovedEvent)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

DeleteMsgsEvent

public DeleteMsgsEvent()
方法详细信息

getOffsetMovedEvent

public com.alibaba.rocketmq.common.protocol.topic.OffsetMovedEvent getOffsetMovedEvent()

setOffsetMovedEvent

public void setOffsetMovedEvent(com.alibaba.rocketmq.common.protocol.topic.OffsetMovedEvent offsetMovedEvent)

getEventTimestamp

public long getEventTimestamp()

setEventTimestamp

public void setEventTimestamp(long eventTimestamp)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2012–2015. All rights reserved.