Package | Description |
---|---|
org.apache.giraph.bsp.checkpoints |
Package of generic bulk synchronous processing objects.
|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCheckpointSupportedChecker
Default checkpoint supported checker.
|
class |
DisabledCheckpointSupportedChecker
Disable all checkpoints.
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<CheckpointSupportedChecker> |
GiraphConstants.CHECKPOINT_SUPPORTED_CHECKER
Defines if and when checkpointing is supported by this job.
|
Modifier and Type | Method and Description |
---|---|
void |
GiraphConfiguration.setCheckpointSupportedChecker(Class<? extends CheckpointSupportedChecker> clazz)
Set runtime checkpoint support checker.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.