|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.domian.util.slf4j.AbstractLoggingObject net.sourceforge.domian.util.concurrent.task.Task net.sourceforge.domian.util.concurrent.task.PartitionRepositoryTask<T>
public abstract class PartitionRepositoryTask<T extends Entity>
Abstract super class for tasks to be executed by a ConcurrentTaskExecutor<PartitionRepositoryTask>
.
Field Summary | |
---|---|
protected PartitionRepository<T> |
repository
|
Fields inherited from class net.sourceforge.domian.util.concurrent.task.Task |
---|
barrier, threadNumber, threadNumberGenerator |
Constructor Summary | |
---|---|
PartitionRepositoryTask(PartitionRepository<T> repository)
|
Method Summary |
---|
Methods inherited from class net.sourceforge.domian.util.concurrent.task.Task |
---|
doConcurrentTask, resetThreadNumber, run, setBarrier |
Methods inherited from class net.sourceforge.domian.util.slf4j.AbstractLoggingObject |
---|
getLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PartitionRepository<T extends Entity> repository
Constructor Detail |
---|
public PartitionRepositoryTask(PartitionRepository<T> repository)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |