Modifier and Type | Method and Description |
---|---|
static <OUT,OP extends StreamOperator<OUT>> |
snapshot(OP operator,
int index,
long timestamp,
boolean isExactlyOnceMode,
boolean isUnalignedCheckpoint,
Configuration configuration,
Path savepointPath) |
static <OUT,OP extends StreamOperator<OUT>> |
snapshot(OP operator,
int index,
long timestamp,
boolean isExactlyOnceMode,
boolean isUnalignedCheckpoint,
Configuration configuration,
Path savepointPath,
SavepointFormatType savepointFormatType) |
public static <OUT,OP extends StreamOperator<OUT>> TaggedOperatorSubtaskState snapshot(OP operator, int index, long timestamp, boolean isExactlyOnceMode, boolean isUnalignedCheckpoint, Configuration configuration, Path savepointPath, SavepointFormatType savepointFormatType) throws Exception
Exception
public static <OUT,OP extends StreamOperator<OUT>> TaggedOperatorSubtaskState snapshot(OP operator, int index, long timestamp, boolean isExactlyOnceMode, boolean isUnalignedCheckpoint, Configuration configuration, Path savepointPath) throws Exception
Exception
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.