com.alibaba.rocketmq.store.config
类 StorePathConfigHelper

java.lang.Object
  继承者 com.alibaba.rocketmq.store.config.StorePathConfigHelper

public class StorePathConfigHelper
extends Object


构造方法摘要
StorePathConfigHelper()
           
 
方法摘要
static String getAbortFile(String rootDir)
           
static String getDelayOffsetStorePath(String rootDir)
           
static String getStoreCheckpoint(String rootDir)
           
static String getStorePathConsumeQueue(String rootDir)
           
static String getStorePathIndex(String rootDir)
           
static String getTranRedoLogStorePath(String rootDir)
           
static String getTranStateTableStorePath(String rootDir)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StorePathConfigHelper

public StorePathConfigHelper()
方法详细信息

getStorePathConsumeQueue

public static String getStorePathConsumeQueue(String rootDir)

getStorePathIndex

public static String getStorePathIndex(String rootDir)

getStoreCheckpoint

public static String getStoreCheckpoint(String rootDir)

getAbortFile

public static String getAbortFile(String rootDir)

getDelayOffsetStorePath

public static String getDelayOffsetStorePath(String rootDir)

getTranStateTableStorePath

public static String getTranStateTableStorePath(String rootDir)

getTranRedoLogStorePath

public static String getTranRedoLogStorePath(String rootDir)


Copyright © 2012–2015. All rights reserved.