public interface DistributionControl
Modifier and Type | Method and Description |
---|---|
void |
clearFileCaches(Address address)
Signal agents matching the given address to clear their file caches.
|
void |
sendFile(Address address,
FileContents fileContents)
Send a file to the agents matching the given address.
|
void |
setHighWaterMark(Address address,
CacheHighWaterMark highWaterMark)
Inform agent processes of a checkpoint of the cache state.
|
void clearFileCaches(Address address)
address
- The address of the agents.void sendFile(Address address, FileContents fileContents)
address
- The address of the agents.fileContents
- The file contents.void setHighWaterMark(Address address, CacheHighWaterMark highWaterMark)
address
- The address of the agents.highWaterMark
- A checkpoint of the cache state.Copyright © 2000-2014. All Rights Reserved.