Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Authors: Yu Li, Pengfei Li

Introduction

CopyOnWriteSkipListStateMap is an implementation of skip list with copy-on-write support. This data structure is used to store state for off-heap/on-disk in SpillableHeapKeyedStateBackend. Like CopyOnWriteStateMap, copy-on-write support makes it possible to snapshot asynchronously.

...