|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SplittableResource
A resource that is splittable must provide some information to work with SplitMap
s.
Important is the with and the height of the resource to be splitted.
Method Summary | |
---|---|
DataLoader |
getLocalLoader()
Returns the loader which is responible for loading the data. |
int |
getRootID()
Should return a unique ID for this resource. |
int |
getSplitHeight()
|
int |
getSplitWidth()
|
Methods inherited from interface appl.parallel.spmd.split.DataPartition |
---|
getEmpty, getPartition, getPartitionBounds, setPartition |
Method Detail |
---|
int getRootID()
hashcode
of the object.
getRootID
in interface DataPartition
DataLoader getLocalLoader()
int getSplitHeight()
int getSplitWidth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |