appl.parallel.data
Class WritableGridArrayPartition
java.lang.Object
appl.parallel.data.WritableGridArrayPartition
public abstract class WritableGridArrayPartition
- extends Object
A WritableGridArrayPartition extends the WritableGridArray
so that
it can be used in parallel computation. Every partition represents a
rectangle-shaped part of a father-grid. It has information about its bounds
and about its father-grid. The partition may be used for data transfer
between computing resources. It is very fast, because it is not proxyied
by a DataProxy
, but uses the WritableGridArray
directly.
- Author:
- Dominik Appl
- See Also:
WritableGridArrayPartition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WritableGridArrayPartition
public WritableGridArrayPartition()