public class ReplicaEventLogJanitor extends Thread
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
ReplicaEventLogJanitor(org.apache.directory.server.core.api.DirectoryService directoryService,
Map<Integer,ReplicaEventLog> replicaLogMap) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSleepTime() |
void |
removeEventLog(ReplicaEventLog replicaEventLog) |
void |
run() |
void |
setSleepTime(long sleepTime) |
void |
stopCleaning() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic ReplicaEventLogJanitor(org.apache.directory.server.core.api.DirectoryService directoryService,
Map<Integer,ReplicaEventLog> replicaLogMap)
public void removeEventLog(ReplicaEventLog replicaEventLog)
public void setSleepTime(long sleepTime)
public long getSleepTime()
public void stopCleaning()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.