Class PrimaryKeySanitizer
java.lang.Object
io.datarouter.storage.node.adapter.sanitization.sanitizer.PrimaryKeySanitizer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckForNullPrimaryKeyValues(io.datarouter.model.key.primary.PrimaryKey<?> pk) static voidlogForNullPrimaryKeyValues(io.datarouter.model.key.primary.PrimaryKey<?> pk)
-
Constructor Details
-
PrimaryKeySanitizer
public PrimaryKeySanitizer()
-
-
Method Details
-
checkForNullPrimaryKeyValues
public static void checkForNullPrimaryKeyValues(io.datarouter.model.key.primary.PrimaryKey<?> pk) -
logForNullPrimaryKeyValues
public static void logForNullPrimaryKeyValues(io.datarouter.model.key.primary.PrimaryKey<?> pk)
-