@Internal public class ExternalizedCheckpointSettings extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
deleteOnCancellation()
Returns
true if externalized checkpoints should be deleted on cancellation. |
boolean |
equals(Object o) |
boolean |
externalizeCheckpoints()
Returns
true if checkpoints should be externalized. |
static ExternalizedCheckpointSettings |
externalizeCheckpoints(boolean deleteOnCancellation) |
int |
hashCode() |
static ExternalizedCheckpointSettings |
none() |
public boolean externalizeCheckpoints()
true
if checkpoints should be externalized.true
if checkpoints should be externalized.public boolean deleteOnCancellation()
true
if externalized checkpoints should be deleted on cancellation.true
if externalized checkpoints should be deleted on cancellation.public static ExternalizedCheckpointSettings externalizeCheckpoints(boolean deleteOnCancellation)
public static ExternalizedCheckpointSettings none()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.