public interface IntermediateResultInfo
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getNumPartitions()
Get number of partitions for this result.
|
int |
getNumSubpartitions(int partitionIndex)
Get number of subpartitions for the given partition.
|
IntermediateDataSetID |
getResultId()
Get the intermediate result id.
|
boolean |
isBroadcast()
Whether it is a broadcast result.
|
boolean |
isPointwise()
Whether it is a pointwise result.
|
IntermediateDataSetID getResultId()
boolean isBroadcast()
boolean isPointwise()
int getNumPartitions()
int getNumSubpartitions(int partitionIndex)
partitionIndex - the partition indexCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.