| Package | Description |
|---|---|
| org.apache.river.outrigger |
This is an implementation of a JavaSpaces technology-enabled service.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ReadIfExistsWatcher
Subclass of
QueryWatcher for non-transactional if
exists reads. |
(package private) class |
TakeIfExistsWatcher
Subclass of
QueryWatcher for takeIfExists
queries. |
(package private) class |
TransactableReadIfExistsWatcher
Subclass of
QueryWatcher for and transactional
readIfExists queries. |
| Modifier and Type | Field and Description |
|---|---|
private IfExistsWatcher |
OperationJournal.CaughtUpMarker.watcher
The watcher to notify
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
OperationJournal.markCaughtUp(IfExistsWatcher watcher)
Schedules a job that will call the
caughtUp method
on the passed IfExistsWatcher after the last
posted EntryTransition is processed. |
| Constructor and Description |
|---|
CaughtUpMarker(IfExistsWatcher watcher)
Create a new
CaughtUpMarker that
will notify the given watcher. |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.