private static class OperationJournal.CaughtUpMarker extends Object
JournalNode payload value used for
caught up markers.| Modifier and Type | Field and Description |
|---|---|
private IfExistsWatcher |
watcher
The watcher to notify
|
| Modifier | Constructor and Description |
|---|---|
private |
CaughtUpMarker(IfExistsWatcher watcher)
Create a new
CaughtUpMarker that
will notify the given watcher. |
private final IfExistsWatcher watcher
private CaughtUpMarker(IfExistsWatcher watcher)
CaughtUpMarker that
will notify the given watcher.NullPointerException - if watcher is
null.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.