public static final class WALTailingReader.Result extends Object
| Constructor and Description |
|---|
Result(WALTailingReader.State state,
WAL.Entry entry,
long entryEndPos) |
| Modifier and Type | Method and Description |
|---|---|
WAL.Entry |
getEntry() |
long |
getEntryEndPos() |
WALTailingReader.State |
getState() |
public Result(WALTailingReader.State state, WAL.Entry entry, long entryEndPos)
public WALTailingReader.State getState()
public WAL.Entry getEntry()
public long getEntryEndPos()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.