public static class IndexUpdaterFactory.StandardIndexUpdater extends Object implements IndexUpdater, Closeable
| Constructor and Description |
|---|
StandardIndexUpdater(@NotNull net.openhft.chronicle.core.values.LongValue indexValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
net.openhft.chronicle.core.values.LongValue |
index() |
void |
update(long index)
Update the persistent index of the named tailer.
|
public StandardIndexUpdater(@NotNull
@NotNull net.openhft.chronicle.core.values.LongValue indexValue)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void update(long index)
IndexUpdaterupdate in interface IndexUpdaterindex - new index valuepublic net.openhft.chronicle.core.values.LongValue index()
index in interface IndexUpdaterCopyright © 2023. All rights reserved.