Package org.apache.flink.runtime.state
Class FullSnapshotUtil
java.lang.Object
org.apache.flink.runtime.state.FullSnapshotUtil
Utility methods and constants around creating and restoring full snapshots using
FullSnapshotAsyncWriter.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclearMetaDataFollowsFlag(byte[] key) static booleanhasMetaDataFollowsFlag(byte[] key) static voidsetMetaDataFollowsFlagInKey(byte[] key)
-
Field Details
-
FIRST_BIT_IN_BYTE_MASK
public static final int FIRST_BIT_IN_BYTE_MASK- See Also:
-
END_OF_KEY_GROUP_MARK
public static final int END_OF_KEY_GROUP_MARK- See Also:
-
-
Method Details
-
setMetaDataFollowsFlagInKey
public static void setMetaDataFollowsFlagInKey(byte[] key) -
clearMetaDataFollowsFlag
public static void clearMetaDataFollowsFlag(byte[] key) -
hasMetaDataFollowsFlag
public static boolean hasMetaDataFollowsFlag(byte[] key)
-