Class and Description |
---|
net.openhft.chronicle.core.util.AssertUtil
Use net.openhft.chronicle.assertions.AssertUtil from dependency
net.openhft::(assertions-enabled | assertions-disables) instead.
|
net.openhft.chronicle.core.internal.threads.VanillaThreadLock |
Field and Description |
---|
net.openhft.chronicle.core.io.AbstractCloseable.DISABLE_THREAD_SAFETY |
Method and Description |
---|
net.openhft.chronicle.core.threads.EventLoop.awaitTermination()
EventLoop.stop() and EventLoop.close() both block until the event handlers have finished running, there's no reason to call this explicitly |
net.openhft.chronicle.core.io.AbstractCloseable.clearUsedByThread()
Use @{code singleThreadedCheckReset()} instead
|
net.openhft.chronicle.core.io.AbstractReferenceCounted.clearUsedByThread()
Use singleThreadedCheckReset() instead
|
net.openhft.chronicle.core.Memory.copyMemory(byte[], int, Object, long, int) |
net.openhft.chronicle.core.io.AbstractCloseable.disableThreadSafetyCheck()
Use @{code singleThreadedCheckDisabled()} instead
|
net.openhft.chronicle.core.io.AbstractCloseable.disableThreadSafetyCheck(boolean)
Use @{code disableThreadSafetyCheck(boolean)} instead
|
net.openhft.chronicle.core.io.AbstractCloseable.resetUsedByThread()
Use @{code singleThreadedCheckReset()} instead
|
Constructor and Description |
---|
net.openhft.chronicle.core.util.AbstractInvocationHandler() |
net.openhft.chronicle.core.onoes.ThreadLocalisedExceptionHandler(Slf4jExceptionHandler)
use
ThreadLocalisedExceptionHandler(ExceptionHandler) instead (to be removed in x.24) |
Copyright © 2022. All rights reserved.