Class KeyGroupEntry

java.lang.Object
org.apache.flink.runtime.state.restore.KeyGroupEntry

@Internal public class KeyGroupEntry extends Object
Part of a savepoint representing data for a single state entry in a key group.
  • Method Details

    • getKvStateId

      public int getKvStateId()
    • getKey

      public byte[] getKey()
    • getValue

      public byte[] getValue()