Package | Description |
---|---|
groovyx.gpars.actor |
This package holds classes forming the public actor API.
|
groovyx.gpars.actor.impl |
This package holds classes some non-public aspects of actor implementation.
|
groovyx.gpars.dataflow |
This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads.
|
groovyx.gpars.dataflow.expression | |
groovyx.gpars.remote |
This package holds classes implementing the remote actors functionality.
|
Modifier and Type | Field and Description |
---|---|
private RemoteHost |
Actor.RemoteActor.remoteHost |
Modifier and Type | Field and Description |
---|---|
private RemoteHost |
MessageStream.RemoteMessageStream.remoteHost |
Constructor and Description |
---|
MessageStream.RemoteMessageStream(RemoteHost host) |
Modifier and Type | Field and Description |
---|---|
private RemoteHost |
DataflowVariable.RemoteDataflowVariable.remoteHost |
Constructor and Description |
---|
DataflowVariable.RemoteDataflowVariable(RemoteHost host) |
Modifier and Type | Field and Description |
---|---|
private RemoteHost |
RemoteDataflowExpression.remoteHost |
Modifier and Type | Field and Description |
---|---|
private RemoteHost |
RemoteConnection.host |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.util.UUID,RemoteHost> |
LocalHost.remoteHosts
Hosts known to the provider
|
Modifier and Type | Method and Description |
---|---|
RemoteHost |
RemoteConnection.getHost() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteConnection.setHost(RemoteHost host) |