public static class BlockStorageMovementNeeded.DirPendingWorkInfo
extends java.lang.Object
| Constructor | Description |
|---|---|
DirPendingWorkInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addPendingWorkCount(int count) |
Increment the pending work count for directory.
|
void |
decrementPendingWorkCount() |
Decrement the pending work count for directory one track info is
completed.
|
boolean |
isDirWorkDone() |
Return true if all the pending work is done and directory fully
scanned, otherwise false.
|
void |
markScanCompleted() |
Mark directory scan is completed.
|
public void addPendingWorkCount(int count)
public void decrementPendingWorkCount()
public boolean isDirWorkDone()
public void markScanCompleted()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.