Uses of Class
org.apache.hadoop.ozone.om.OmSnapshot
Packages that use OmSnapshot
Package
Description
This package contains the Ozone Manager classes.
This package contains OM Snapshot related classes.
Package containing filter to perform reclaimable check on snapshots.
-
Uses of OmSnapshot in org.apache.hadoop.ozone.om
Methods in org.apache.hadoop.ozone.om that return types with arguments of type OmSnapshotModifier and TypeMethodDescriptionorg.apache.ratis.util.function.UncheckedAutoCloseableSupplier<OmSnapshot> OmSnapshotManager.getActiveSnapshot(String volumeName, String bucketName, String snapshotName) org.apache.ratis.util.function.UncheckedAutoCloseableSupplier<OmSnapshot> OmSnapshotManager.getSnapshot(String volumeName, String bucketName, String snapshotName) org.apache.ratis.util.function.UncheckedAutoCloseableSupplier<OmSnapshot> OmSnapshotManager.getSnapshot(UUID snapshotId) Returns OmSnapshot object and skips active check. -
Uses of OmSnapshot in org.apache.hadoop.ozone.om.snapshot
Methods in org.apache.hadoop.ozone.om.snapshot that return types with arguments of type OmSnapshotModifier and TypeMethodDescriptionorg.apache.ratis.util.function.UncheckedAutoCloseableSupplier<OmSnapshot> Get or load OmSnapshot.Methods in org.apache.hadoop.ozone.om.snapshot with parameters of type OmSnapshotModifier and TypeMethodDescriptionSnapshotDiffManager.getSSTFileListForSnapshot(OmSnapshot snapshot, List<String> tablesToLookUp) SnapshotDiffManager.getSSTFileMapForSnapshot(OmSnapshot snapshot, List<String> tablesToLookUp) Constructor parameters in org.apache.hadoop.ozone.om.snapshot with type arguments of type OmSnapshotModifierConstructorDescriptionSnapshotCache(com.google.common.cache.CacheLoader<UUID, OmSnapshot> cacheLoader, int cacheSizeLimit, OMMetrics omMetrics, long cleanupInterval, boolean compactNonSnapshotDiffTables, org.apache.hadoop.ozone.om.lock.IOzoneManagerLock lock) -
Uses of OmSnapshot in org.apache.hadoop.ozone.om.snapshot.filter
Methods in org.apache.hadoop.ozone.om.snapshot.filter that return types with arguments of type OmSnapshotModifier and TypeMethodDescriptionprotected org.apache.ratis.util.function.UncheckedAutoCloseableSupplier<OmSnapshot> ReclaimableFilter.getPreviousOmSnapshot(int index)