Uses of Package
groovyx.gpars.dataflow

Packages that use groovyx.gpars.dataflow
groovyx.gpars.activeobject   
groovyx.gpars.actor This package holds classes forming the public actor API. 
groovyx.gpars.dataflow This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads. 
groovyx.gpars.dataflow.expression   
groovyx.gpars.dataflow.impl   
groovyx.gpars.dataflow.operator This package holds classes representing operators and channels necessary for full dataflow concurrency. 
groovyx.gpars.dataflow.operator.component   
groovyx.gpars.dataflow.stream   
groovyx.gpars.group   
groovyx.gpars.util Various utility classes enhancing basic Java concurrency constructs. 
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.activeobject
DataflowVariable
          Represents a thread-safe single-assignment, multi-read variable.
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.actor
Promise
          A unifying future-like interface to dataflow variables, asynchronous functions and active objects.
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.dataflow
DataflowChannel
          A common interface for all dataflow variables, streams or queues
DataflowQueue
          Represents a thread-safe data flow stream.
DataflowReadChannel
          A common interface for all dataflow variables, streams or queues
DataflowVariable
          Represents a thread-safe single-assignment, multi-read variable.
DataflowVariable.RemoteDataflowVariable
           
DataflowWriteChannel
          A common interface for all writable dataflow variables, streams or queues
Promise
          A unifying future-like interface to dataflow variables, asynchronous functions and active objects.
Select
          A Select allows the user to select a value from multiple channels, which have a value available for read at the moment.
SelectResult
          A bean representing the result of the select operation on a Select.
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.dataflow.expression
DataflowReadChannel
          A common interface for all dataflow variables, streams or queues
DataflowWriteChannel
          A common interface for all writable dataflow variables, streams or queues
Promise
          A unifying future-like interface to dataflow variables, asynchronous functions and active objects.
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.dataflow.impl
DataflowChannelListener
          Gets notified about state changes inside DataflowReadChannels
DataflowReadChannel
          A common interface for all dataflow variables, streams or queues
DataflowVariable
          Represents a thread-safe single-assignment, multi-read variable.
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.dataflow.operator
DataflowChannelListener
          Gets notified about state changes inside DataflowReadChannels
DataflowReadChannel
          A common interface for all dataflow variables, streams or queues
DataflowVariable
          Represents a thread-safe single-assignment, multi-read variable.
DataflowWriteChannel
          A common interface for all writable dataflow variables, streams or queues
Promise
          A unifying future-like interface to dataflow variables, asynchronous functions and active objects.
Select
          A Select allows the user to select a value from multiple channels, which have a value available for read at the moment.
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.dataflow.operator.component
DataflowReadChannel
          A common interface for all dataflow variables, streams or queues
DataflowVariable
          Represents a thread-safe single-assignment, multi-read variable.
Promise
          A unifying future-like interface to dataflow variables, asynchronous functions and active objects.
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.dataflow.stream
DataflowChannelListener
          Gets notified about state changes inside DataflowReadChannels
DataflowReadChannel
          A common interface for all dataflow variables, streams or queues
DataflowVariable
          Represents a thread-safe single-assignment, multi-read variable.
DataflowWriteChannel
          A common interface for all writable dataflow variables, streams or queues
Promise
          A unifying future-like interface to dataflow variables, asynchronous functions and active objects.
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.group
DataflowReadChannel
          A common interface for all dataflow variables, streams or queues
DataflowVariable
          Represents a thread-safe single-assignment, multi-read variable.
DataflowWriteChannel
          A common interface for all writable dataflow variables, streams or queues
Promise
          A unifying future-like interface to dataflow variables, asynchronous functions and active objects.
Select
          A Select allows the user to select a value from multiple channels, which have a value available for read at the moment.
 

Classes in groovyx.gpars.dataflow used by groovyx.gpars.util
DataflowVariable
          Represents a thread-safe single-assignment, multi-read variable.
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.