Uses of Class
org.apache.hadoop.hbase.quotas.FileArchiverNotifierImpl.SnapshotWithSize
Packages that use FileArchiverNotifierImpl.SnapshotWithSize
-
Uses of FileArchiverNotifierImpl.SnapshotWithSize in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type FileArchiverNotifierImpl.SnapshotWithSizeModifier and TypeMethodDescription(package private) List<FileArchiverNotifierImpl.SnapshotWithSize>FileArchiverNotifierImpl.computeSnapshotSizes(List<String> snapshots) Computes the size of each snapshot against the table referenced bythis.Method parameters in org.apache.hadoop.hbase.quotas with type arguments of type FileArchiverNotifierImpl.SnapshotWithSizeModifier and TypeMethodDescription(package private) voidFileArchiverNotifierImpl.persistSnapshotSizes(Table table, List<FileArchiverNotifierImpl.SnapshotWithSize> snapshotSizes) Writes the snapshot sizes to the providedtable.