| Package | Description |
|---|---|
| dlock.lockable | |
| getInitialImage | |
| hydra.blackboard | |
| parReg.colocation |
| Modifier and Type | Field and Description |
|---|---|
protected SharedCounters |
BaseWrapper.counters |
| Modifier and Type | Field and Description |
|---|---|
protected SharedCounters |
InitImageTest.sc |
| Modifier and Type | Class and Description |
|---|---|
class |
AnySharedCountersImpl
Facade over a transport-specific implementation of shared counters
(
RmiSharedCountersImpl). |
class |
SharedCountersImpl
Manages a set of indexed counters.
|
| Modifier and Type | Method and Description |
|---|---|
static SharedCounters |
AnySharedCountersImpl.bind(String name,
int type,
long[] initialValues)
Binds a fixed number of shared counters with the specified initial
values in the location appropriate to the transport type
(rmiregistry for RMI).
|
SharedCounters |
Blackboard.createSharedCounters(String name,
String type,
String[] cnames,
long[] cvals)
Creates a fixed number of shared counters and stores them in a location
appropriate to the blackboard's transport type (rmiregistry for RMI and
namespace for GemFire).
|
SharedCounters |
Blackboard.getSharedCounters()
Gets the shared counters associated with this blackboard.
|
static SharedCounters |
AnySharedCountersImpl.lookup(String name,
int type)
Looks up the shared counters in the location appropriate to the transport type
(rmiregistry for RMI).
|
| Modifier and Type | Field and Description |
|---|---|
protected SharedCounters |
ParRegColocation.sc |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.