Uses of Class
org.apache.hadoop.ozone.container.common.impl.StorageLocationReport.Builder
Packages that use StorageLocationReport.Builder
Package
Description
This package is contains Ozone container implementation.
This package contains volume/ disk related classes.
-
Uses of StorageLocationReport.Builder in org.apache.hadoop.ozone.container.common.impl
Methods in org.apache.hadoop.ozone.container.common.impl that return StorageLocationReport.BuilderModifier and TypeMethodDescriptionStorageLocationReport.newBuilder()Returns StorageLocation.Builder instance.StorageLocationReport.Builder.setCapacity(long capacityValue) Sets the capacity of volume.StorageLocationReport.Builder.setCommitted(long committed) Sets the committed bytes count.StorageLocationReport.Builder.setFailed(boolean failedValue) Sets whether the volume failed or not.StorageLocationReport.Builder.setFreeSpaceToSpare(long freeSpaceToSpare) Sets the free space available to spare.Sets the storageId.StorageLocationReport.Builder.setRemaining(long remainingValue) Sets the remaining free space value.StorageLocationReport.Builder.setScmUsed(long scmUsedValue) Sets the scmUsed Value.StorageLocationReport.Builder.setStorageLocation(String storageLocationValue) Sets the storageLocation.StorageLocationReport.Builder.setStorageType(org.apache.hadoop.fs.StorageType storageTypeValue) Sets the storageType. -
Uses of StorageLocationReport.Builder in org.apache.hadoop.ozone.container.common.volume
Methods in org.apache.hadoop.ozone.container.common.volume that return StorageLocationReport.BuilderModifier and TypeMethodDescriptionprotected StorageLocationReport.BuilderHddsVolume.reportBuilder()protected StorageLocationReport.BuilderStorageVolume.reportBuilder()