Package | Description |
---|---|
org.apache.river.fiddler |
Provides the server side of an implementation of the lookup discovery service
(see
). |
org.apache.river.mercury |
Provides implementations of the
EventMailbox service.
|
org.apache.river.norm |
Provides implementations of
LeaseRenewalService . |
org.apache.river.reggie |
Provides implementations of
ServiceRegistrar . |
Modifier and Type | Field and Description |
---|---|
private ReadersWriter |
FiddlerImpl.concurrentObj
Concurrent object to control read and write access
|
Modifier and Type | Field and Description |
---|---|
private ReadersWriter |
MailboxImpl.concurrentObj
Concurrent object (lock) to control read and write access
|
Modifier and Type | Field and Description |
---|---|
private ReadersWriter |
PersistentStore.mutatorLock
No mutation of persistent state can occur during a snapshot,
however, we can have multiple mutators, use
ReadersWriter object to manage this invariant. |
Modifier and Type | Field and Description |
---|---|
private ReadersWriter |
RegistrarImpl.concurrentObj
Concurrent object to control read and write access
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.