public class LogBufferUnblocker extends Object
| Constructor and Description |
|---|
LogBufferUnblocker() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
unblock(UnsafeBuffer[] termBuffers,
UnsafeBuffer logMetaDataBuffer,
long blockedPosition,
int termLength)
Attempt to unblock a log buffer at given position.
|
public static boolean unblock(UnsafeBuffer[] termBuffers, UnsafeBuffer logMetaDataBuffer, long blockedPosition, int termLength)
termBuffers - for current blockedOffset.logMetaDataBuffer - for log buffer.blockedPosition - to attempt to unblock.termLength - of the buffer for each term in the log.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.