| Modifier and Type | Method and Description |
|---|---|
CheckpointedStateScope |
SegmentFileStateHandle.getScope() |
CheckpointedStateScope |
PhysicalFile.getScope() |
| Constructor and Description |
|---|
PhysicalFile(org.apache.flink.core.fs.FSDataOutputStream outputStream,
org.apache.flink.core.fs.Path filePath,
PhysicalFile.PhysicalFileDeleter deleter,
CheckpointedStateScope scope) |
SegmentFileStateHandle(org.apache.flink.core.fs.Path filePath,
long startPos,
long stateSize,
CheckpointedStateScope scope)
Creates a new segment file state for the given file path.
|
| Modifier and Type | Method and Description |
|---|---|
static CheckpointedStateScope |
CheckpointedStateScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointedStateScope[] |
CheckpointedStateScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CheckpointStreamFactory.canFastDuplicate(StreamStateHandle stateHandle,
CheckpointedStateScope scope)
Tells if we can duplicate the given
StreamStateHandle into the path corresponding to
the given CheckpointedStateScope. |
CheckpointStateOutputStream |
CheckpointStreamFactory.createCheckpointStateOutputStream(CheckpointedStateScope scope)
Creates an new
CheckpointStateOutputStream. |
static CheckpointStreamWithResultProvider |
CheckpointStreamWithResultProvider.createDuplicatingStream(long checkpointId,
CheckpointedStateScope checkpointedStateScope,
CheckpointStreamFactory primaryStreamFactory,
LocalRecoveryDirectoryProvider secondaryStreamDirProvider) |
static CheckpointStreamWithResultProvider |
CheckpointStreamWithResultProvider.createSimpleStream(CheckpointedStateScope checkpointedStateScope,
CheckpointStreamFactory primaryStreamFactory) |
List<StreamStateHandle> |
CheckpointStreamFactory.duplicate(List<StreamStateHandle> stateHandles,
CheckpointedStateScope scope)
Duplicates
StreamStateHandle into the path corresponding to * the given CheckpointedStateScope. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FsMergingCheckpointStorageLocation.canFastDuplicate(StreamStateHandle stateHandle,
CheckpointedStateScope scope) |
boolean |
FsCheckpointStreamFactory.canFastDuplicate(StreamStateHandle stateHandle,
CheckpointedStateScope scope) |
FileMergingCheckpointStateOutputStream |
FsMergingCheckpointStorageLocation.createCheckpointStateOutputStream(CheckpointedStateScope scope) |
FsCheckpointStreamFactory.FsCheckpointStateOutputStream |
FsCheckpointStreamFactory.createCheckpointStateOutputStream(CheckpointedStateScope scope) |
List<StreamStateHandle> |
FsMergingCheckpointStorageLocation.duplicate(List<StreamStateHandle> stateHandles,
CheckpointedStateScope scope) |
List<StreamStateHandle> |
FsCheckpointStreamFactory.duplicate(List<StreamStateHandle> stateHandles,
CheckpointedStateScope scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MemCheckpointStreamFactory.canFastDuplicate(StreamStateHandle stateHandle,
CheckpointedStateScope scope) |
CheckpointStateOutputStream |
MemCheckpointStreamFactory.createCheckpointStateOutputStream(CheckpointedStateScope scope) |
List<StreamStateHandle> |
MemCheckpointStreamFactory.duplicate(List<StreamStateHandle> stateHandles,
CheckpointedStateScope scope) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.