com.alibaba.rocketmq.store
类 StoreCheckpoint
java.lang.Object
com.alibaba.rocketmq.store.StoreCheckpoint
public class StoreCheckpoint
- extends Object
记录存储模型最终一致的时间点
- 从以下版本开始:
- 2013-7-21
- 作者:
- shijia.wxr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreCheckpoint
public StoreCheckpoint(String scpPath)
throws IOException
- 抛出:
IOException
shutdown
public void shutdown()
flush
public void flush()
getPhysicMsgTimestamp
public long getPhysicMsgTimestamp()
setPhysicMsgTimestamp
public void setPhysicMsgTimestamp(long physicMsgTimestamp)
getLogicsMsgTimestamp
public long getLogicsMsgTimestamp()
setLogicsMsgTimestamp
public void setLogicsMsgTimestamp(long logicsMsgTimestamp)
getMinTimestampIndex
public long getMinTimestampIndex()
getMinTimestamp
public long getMinTimestamp()
getIndexMsgTimestamp
public long getIndexMsgTimestamp()
setIndexMsgTimestamp
public void setIndexMsgTimestamp(long indexMsgTimestamp)
Copyright © 2012–2015. All rights reserved.