Class KeyGroupEntry
java.lang.Object
org.apache.flink.runtime.state.restore.KeyGroupEntry
Part of a savepoint representing data for a single state entry in a key group.
-
Method Summary
-
Method Details
-
getKvStateId
public int getKvStateId() -
getKey
public byte[] getKey() -
getValue
public byte[] getValue()
-