com.alibaba.rocketmq.store
类 AllocateMapedFileService
java.lang.Object
com.alibaba.rocketmq.common.ServiceThread
com.alibaba.rocketmq.store.AllocateMapedFileService
- 所有已实现的接口:
- Runnable
public class AllocateMapedFileService
- extends ServiceThread
Create MapedFile in advance
- 从以下版本开始:
- 2013-7-21
- 作者:
- shijia.wxr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllocateMapedFileService
public AllocateMapedFileService()
putRequestAndReturnMapedFile
public MapedFile putRequestAndReturnMapedFile(String nextFilePath,
String nextNextFilePath,
int fileSize)
getServiceName
public String getServiceName()
- 指定者:
- 类
ServiceThread 中的 getServiceName
shutdown
public void shutdown()
- 覆盖:
- 类
ServiceThread 中的 shutdown
run
public void run()
Copyright © 2012–2015. All rights reserved.