public class AutoGrowthSegment<T> extends Object
| 构造器和说明 |
|---|
AutoGrowthSegment() |
| 限定符和类型 | 方法和说明 |
|---|---|
ConcurrentHashSet<AutoGrowthEntity> |
getEntities() |
ITaskQueue<T> |
getThread() |
int |
getThreadIndex() |
void |
setEntities(ConcurrentHashSet<AutoGrowthEntity> entities) |
void |
setThread(ITaskQueue<T> thread) |
void |
setThreadIndex(int threadIndex) |
public ConcurrentHashSet<AutoGrowthEntity> getEntities()
public void setEntities(ConcurrentHashSet<AutoGrowthEntity> entities)
public int getThreadIndex()
public void setThreadIndex(int threadIndex)
public ITaskQueue<T> getThread()
public void setThread(ITaskQueue<T> thread)
Copyright © 2017. All rights reserved.