Package | Description |
---|---|
net.grinder.console.communication |
Console communication.
|
net.grinder.messages.agent |
Messages that can be sent to the agent process.
|
net.grinder.messages.console |
Messages that can be sent to the console.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionControl.setHighWaterMark(Address address,
CacheHighWaterMark highWaterMark)
Inform agent processes of a checkpoint of the cache state.
|
void |
DistributionControlImplementation.setHighWaterMark(Address address,
CacheHighWaterMark highWaterMark)
Inform agent processes of a checkpoint of the cache state.
|
Modifier and Type | Method and Description |
---|---|
CacheHighWaterMark |
DistributionCacheCheckpointMessage.getCacheHighWaterMark()
Return the cache check point.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CacheHighWaterMark.isForSameCache(CacheHighWaterMark other)
Return whether this
CacheHighWaterMark was generated for the
same cache as the given CacheHighWaterMark . |
Constructor and Description |
---|
DistributionCacheCheckpointMessage(CacheHighWaterMark highWaterMark)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CacheHighWaterMark |
CacheStatusReport.getCacheHighWaterMark()
Accessor for the cache status.
|
CacheHighWaterMark |
AgentProcessReportMessage.getCacheHighWaterMark()
Accessor for the cache status.
|
CacheHighWaterMark |
AgentAndCacheReport.getCacheHighWaterMark()
Accessor for the cache status.
|
Constructor and Description |
---|
AgentProcessReportMessage(ProcessReport.State state,
CacheHighWaterMark cacheHighWaterMark)
Creates a new
AgentProcessReportMessage instance. |
Copyright © 2000-2014. All Rights Reserved.