public static class ParForProgramBlock.PartitionFormat extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
ParForProgramBlock.PDataPartitionFormat |
_dpf |
int |
_N |
static ParForProgramBlock.PartitionFormat |
COLUMN_WISE |
static ParForProgramBlock.PartitionFormat |
NONE |
static ParForProgramBlock.PartitionFormat |
ROW_WISE |
Constructor and Description |
---|
PartitionFormat(ParForProgramBlock.PDataPartitionFormat dpf,
int N) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getNumColumns(DataCharacteristics mc) |
long |
getNumParts(DataCharacteristics mc) |
long |
getNumRows(DataCharacteristics mc) |
int |
hashCode() |
boolean |
isBlockwise() |
boolean |
isRowwise() |
String |
toString() |
static ParForProgramBlock.PartitionFormat |
valueOf(String value) |
public static final ParForProgramBlock.PartitionFormat NONE
public static final ParForProgramBlock.PartitionFormat ROW_WISE
public static final ParForProgramBlock.PartitionFormat COLUMN_WISE
public final ParForProgramBlock.PDataPartitionFormat _dpf
public final int _N
public PartitionFormat(ParForProgramBlock.PDataPartitionFormat dpf, int N)
public static ParForProgramBlock.PartitionFormat valueOf(String value)
public boolean isBlockwise()
public boolean isRowwise()
public long getNumParts(DataCharacteristics mc)
public long getNumRows(DataCharacteristics mc)
public long getNumColumns(DataCharacteristics mc)
Copyright © 2020 The Apache Software Foundation. All rights reserved.