Class OMDBCheckpointUtils
java.lang.Object
org.apache.hadoop.ozone.om.snapshot.OMDBCheckpointUtils
Utility class for handling operations related to OM DB Checkpoints.
This includes extracting metadata directory paths, handling snapshot data,
and logging estimated sizes of checkpoint tarball streams.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanincludeSnapshotData(javax.servlet.http.HttpServletRequest request) static voidlogEstimatedTarballSize(Path dbLocation, Set<Path> snapshotPaths)
-
Method Details
-
includeSnapshotData
public static boolean includeSnapshotData(javax.servlet.http.HttpServletRequest request) -
logEstimatedTarballSize
-