Class GSDirectPersistencyLusWaiter
java.lang.Object
java.lang.Thread
com.gigaspaces.internal.server.space.recovery.direct_persistency.GSDirectPersistencyLusWaiter
- All Implemented Interfaces:
Runnable
Created by yechielf on 05/03/2015.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionGSDirectPersistencyLusWaiter(SpaceImpl spaceImpl, ClusterPolicy clusterPolicy, org.slf4j.Logger logger, JoinManager joinManager, Object terminationMonitor) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidrun()voidwaitForAnotherPrimary(long maxWaitTime) Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Constructor Details
-
GSDirectPersistencyLusWaiter
public GSDirectPersistencyLusWaiter(SpaceImpl spaceImpl, ClusterPolicy clusterPolicy, org.slf4j.Logger logger, JoinManager joinManager, Object terminationMonitor) throws RemoteException - Throws:
RemoteException
-
-
Method Details
-
waitForAnotherPrimary
public void waitForAnotherPrimary(long maxWaitTime) -
run
public void run() -
close
- Throws:
InterruptedException
-