|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PoisonPill | |
---|---|
groovyx.gpars.dataflow.operator | This package holds classes representing operators and channels necessary for full dataflow concurrency. |
Uses of PoisonPill in groovyx.gpars.dataflow.operator |
---|
Subclasses of PoisonPill in groovyx.gpars.dataflow.operator | |
---|---|
class |
CountingPoisonPill
Represents a non-immediate PoisonPill that counts stopped operators and can be used to wait for all the operators to terminate. |
class |
ImmediateCountingPoisonPill
Represents an immediate PoisonPill that counts stopped operators and can be used to wait for all the operators to terminate. |
Fields in groovyx.gpars.dataflow.operator declared as PoisonPill | |
---|---|
private static PoisonPill |
PoisonPill.immediateInstance
|
private static PoisonPill |
PoisonPill.ourInstance
|
Methods in groovyx.gpars.dataflow.operator that return PoisonPill | |
---|---|
static PoisonPill |
PoisonPill.getImmediateInstance()
Retrieves an immediate poison pill instance |
static PoisonPill |
PoisonPill.getInstance()
Retrieves a non-immediate poison pill instance |
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |