com.alibaba.rocketmq.tools.command.message
类 Store

java.lang.Object
  继承者 com.alibaba.rocketmq.tools.command.message.Store

public class Store
extends Object


字段摘要
static int MessageMagicCode
           
 
构造方法摘要
Store(String cStorePath, int cSize, String lStorePath, int lSize)
           
 
方法摘要
 ConsumeQueue findConsumeQueue(String topic, int queueId)
           
 boolean load()
           
 void traval(boolean openAll)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

MessageMagicCode

public static final int MessageMagicCode
另请参见:
常量字段值
构造方法详细信息

Store

public Store(String cStorePath,
             int cSize,
             String lStorePath,
             int lSize)
方法详细信息

load

public boolean load()

findConsumeQueue

public ConsumeQueue findConsumeQueue(String topic,
                                     int queueId)

traval

public void traval(boolean openAll)


Copyright © 2012-2014. All Rights Reserved.