Uses of Class
org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionSparkScheme
-
Packages that use DataPartitionSparkScheme Package Description org.apache.sysds.runtime.controlprogram.paramserv.dp -
-
Uses of DataPartitionSparkScheme in org.apache.sysds.runtime.controlprogram.paramserv.dp
Subclasses of DataPartitionSparkScheme in org.apache.sysds.runtime.controlprogram.paramserv.dp Modifier and Type Class Description class
DCSparkScheme
Spark Disjoint_Contiguous data partitioner:class
DRRSparkScheme
Spark Disjoint_Round_Robin data partitioner:class
DRSparkScheme
Spark data partitioner Disjoint_Random: For the current row block, find all the shifted place for each row (WorkerID => (row block ID, matrix)class
ORSparkScheme
Spark data partitioner Overlap_Reshuffle:
-