public class PhysicalStateHandleID
extends org.apache.flink.util.StringBasedID
Different state objects (e.g. different files) representing the same piece of data must have
different IDs (e.g. file names). This is different from KeyedStateHandle.getStateHandleId() which returns the same ID.
StateHandleID,
Serialized Form| Constructor and Description |
|---|
PhysicalStateHandleID(String keyString) |
public PhysicalStateHandleID(String keyString)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.