public abstract class GridAbsClosure extends Object implements Runnable, Serializable
no-arg and no return value closure. This closure
that has void return type and no arguments (free variables).
Note that this class implements GridComputeJob interface for convenience and can be
used in GridComputeTask implementations directly, if needed, as an alternative to
GridComputeJobAdapter.
GridFunc,
Serialized Form| Constructor and Description |
|---|
GridAbsClosure() |
Copyright © 2014. All rights reserved.