public static final class StoragePolicySatisfier.AttemptedItemInfo extends ItemInfo
BlockStorageMovementAttemptedItems.storageMovementAttemptedItems.| Constructor | Description |
|---|---|
AttemptedItemInfo(long rootId,
long trackId,
long lastAttemptedOrReportedTime,
java.util.Set<org.apache.hadoop.hdfs.protocol.Block> blocks,
int retryCount) |
AttemptedItemInfo constructor.
|
getFile, getRetryCount, getStartPath, increRetryCount, isDirpublic AttemptedItemInfo(long rootId,
long trackId,
long lastAttemptedOrReportedTime,
java.util.Set<org.apache.hadoop.hdfs.protocol.Block> blocks,
int retryCount)
rootId - rootId for trackIdtrackId - trackId for file.lastAttemptedOrReportedTime - last attempted or reported timeblocks - scheduled blocksretryCount - file retry countCopyright © 2008–2025 Apache Software Foundation. All rights reserved.