| Interface | Description |
|---|---|
| RmiSharedCondition |
Rmi interface for
SharedCondition |
| RmiSharedCounters |
The RMI interface for
SharedCounters. |
| RmiSharedLock |
The RMI interface for
SharedLock. |
| RmiSharedMap |
The RMI interface for
SharedMap. |
| SharedCondition |
A condition object useful for synchronizing between Hydra VMs.
|
| SharedCounters | |
| SharedLock |
A nonreentrant lock useful for synchronizing across hydra client VMs.
|
| SharedMap |
Variant of the
Map interface, suitable for using as a
facade over RMI and GemFire versions of Map. |
| Class | Description |
|---|---|
| AnyCyclicBarrier |
A cyclic barrier for use in synchronizing between hydra threads or VMs.
|
| AnySharedCountersImpl |
Facade over a transport-specific implementation of shared counters
(
RmiSharedCountersImpl). |
| AnySharedLockImpl |
Facade over a transport-specific implementation of shared lock
(
RmiSharedLockImpl). |
| AnySharedMapImpl |
Facade over a transport-specific implementation of a shared map
(
RmiSharedMapImpl). |
| Blackboard |
A class used for communication between vms.
|
| RmiSharedCountersImpl |
Maintains a set of remotely shared thread-safe counters.
|
| RmiSharedLockImpl |
Maintains a remotely shared lock for a blackboard instance.
|
| RmiSharedMapImpl |
Maintains a remotely shared thread-safe map.
|
| SharedCountersImpl |
Manages a set of indexed counters.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.