| Modifier and Type | Field and Description | 
|---|---|
ParForProgramBlock.PDataPartitionFormat | 
ParForProgramBlock.PartitionFormat._dpf  | 
| Modifier and Type | Method and Description | 
|---|---|
static ParForProgramBlock.PDataPartitionFormat | 
ParForProgramBlock.PDataPartitionFormat.parsePDataPartitionFormat(String s)
Note: Robust version of valueOf in order to return NONE without exception
 if misspelled or non-existing and for case-insensitivity. 
 | 
static ParForProgramBlock.PDataPartitionFormat | 
ParForProgramBlock.PDataPartitionFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ParForProgramBlock.PDataPartitionFormat[] | 
ParForProgramBlock.PDataPartitionFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
PartitionFormat(ParForProgramBlock.PDataPartitionFormat dpf,
               int N)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParForProgramBlock.PDataPartitionFormat | 
MatrixObject.getPartitionFormat()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MatrixObject.setPartitioned(ParForProgramBlock.PDataPartitionFormat format,
              int n)  | 
| Modifier and Type | Method and Description | 
|---|---|
static MatrixBlock | 
DataPartitioner.createReuseMatrixBlock(ParForProgramBlock.PDataPartitionFormat dpf,
                      int rows,
                      int cols)  | 
| Constructor and Description | 
|---|
DataPartitionerRemoteSparkMapper(DataCharacteristics mc,
                                Types.FileFormat fmt,
                                ParForProgramBlock.PDataPartitionFormat dpf,
                                int n)  | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.