| Package | Description |
|---|---|
| edu.snu.coral.common.ir.edge.executionproperty | |
| edu.snu.coral.runtime.executor.data |
| Modifier and Type | Method and Description |
|---|---|
static UsedDataHandlingProperty.Value |
UsedDataHandlingProperty.Value.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsedDataHandlingProperty.Value[] |
UsedDataHandlingProperty.Value.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static UsedDataHandlingProperty |
UsedDataHandlingProperty.of(UsedDataHandlingProperty.Value value)
Static method exposing the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockManagerWorker.commitBlock(String blockId,
DataStoreProperty.Value blockStore,
List<Long> partitionSizeInfo,
String srcIRVertexId,
int expectedReadTotal,
UsedDataHandlingProperty.Value usedDataHandling)
Notifies that all writes for a block is end.
|
Copyright © 2018. All rights reserved.