public static class PeriodicMaterializationManager.MaterializationRunnable extends Object
Runnable representing the materialization and the associated metadata.| Constructor and Description |
|---|
MaterializationRunnable(RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> materializationRunnable,
long materializationID,
org.apache.flink.runtime.state.changelog.SequenceNumber materializedTo) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaterializationID() |
org.apache.flink.runtime.state.changelog.SequenceNumber |
getMaterializedTo() |
public MaterializationRunnable(RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> materializationRunnable, long materializationID, org.apache.flink.runtime.state.changelog.SequenceNumber materializedTo)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.