public class TermBlockScanner
extends java.lang.Object
| Constructor and Description |
|---|
TermBlockScanner() |
| Modifier and Type | Method and Description |
|---|---|
static int |
scan(org.agrona.concurrent.UnsafeBuffer termBuffer,
int termOffset,
int limit)
Scan a term buffer for a block of message fragments from an offset up to a limit.
|
public static int scan(org.agrona.concurrent.UnsafeBuffer termBuffer,
int termOffset,
int limit)
termBuffer - to scan for message fragments.termOffset - at which the scan should begin.limit - at which the scan should stop.Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.