Package io.delta.kernel.internal.hook
Class CheckpointHook
Object
io.delta.kernel.internal.hook.CheckpointHook
- All Implemented Interfaces:
PostCommitHook
Write a new checkpoint at the version committed by the txn.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.delta.kernel.hook.PostCommitHook
PostCommitHook.PostCommitHookType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidthreadSafeInvoke(Engine engine) Invokes the post commit operation whose implementation must be thread safe.
-
Constructor Details
-
CheckpointHook
-
-
Method Details
-
threadSafeInvoke
Description copied from interface:PostCommitHookInvokes the post commit operation whose implementation must be thread safe.- Specified by:
threadSafeInvokein interfacePostCommitHook- Throws:
IOException
-
getType
- Specified by:
getTypein interfacePostCommitHook
-