com.alibaba.rocketmq.store
类 CommitLog.GroupCommitRequest

java.lang.Object
  继承者 com.alibaba.rocketmq.store.CommitLog.GroupCommitRequest
包容类:
CommitLog

public class CommitLog.GroupCommitRequest
extends Object


构造方法摘要
CommitLog.GroupCommitRequest(long nextOffset)
           
 
方法摘要
 long getNextOffset()
           
 boolean waitForFlush(long timeout)
           
 void wakeupCustomer(boolean flushOK)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CommitLog.GroupCommitRequest

public CommitLog.GroupCommitRequest(long nextOffset)
方法详细信息

getNextOffset

public long getNextOffset()

wakeupCustomer

public void wakeupCustomer(boolean flushOK)

waitForFlush

public boolean waitForFlush(long timeout)


Copyright © 2012–2015. All rights reserved.