public class NoOpConsistencyGuard extends Object implements ConsistencyGuard
ConsistencyGuard.FileVisibility| Constructor and Description |
|---|
NoOpConsistencyGuard() |
| Modifier and Type | Method and Description |
|---|---|
void |
waitTillAllFilesAppear(String dirPath,
List<String> files) |
void |
waitTillAllFilesDisappear(String dirPath,
List<String> files) |
void |
waitTillFileAppears(StoragePath filePath) |
void |
waitTillFileDisappears(StoragePath filePath) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwaitTillpublic void waitTillFileAppears(StoragePath filePath)
waitTillFileAppears in interface ConsistencyGuardpublic void waitTillFileDisappears(StoragePath filePath)
waitTillFileDisappears in interface ConsistencyGuardpublic void waitTillAllFilesAppear(String dirPath, List<String> files)
waitTillAllFilesAppear in interface ConsistencyGuardpublic void waitTillAllFilesDisappear(String dirPath, List<String> files)
waitTillAllFilesDisappear in interface ConsistencyGuardCopyright © 2024 The Apache Software Foundation. All rights reserved.