Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
OStorageRemotePushThread(ORemotePushHandler storage,
String host,
int retryDelay,
long requestTimeout) |
Modifier and Type | Method and Description |
---|---|
void |
handleException(Throwable throwable) |
void |
run() |
void |
shutdown() |
<T extends OBinaryResponse> |
subscribe(OBinaryRequest<T> request,
OStorageRemoteSession session) |
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, yield
public OStorageRemotePushThread(ORemotePushHandler storage, String host, int retryDelay, long requestTimeout)
public void handleException(Throwable throwable)
public <T extends OBinaryResponse> T subscribe(OBinaryRequest<T> request, OStorageRemoteSession session)
public void shutdown()
Copyright © 2009–2020 OrientDB. All rights reserved.