public class FileSystemPersistentAcceptOnceFileListFilter extends AbstractPersistentAcceptOnceFileListFilter<File>
flushableStore, flushOnUpdate, prefix, store| Constructor and Description |
|---|
FileSystemPersistentAcceptOnceFileListFilter(ConcurrentMetadataStore store,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
fileName(File file) |
protected boolean |
fileStillExists(File file)
Check that the file still exists, to avoid a race condition when multi-threaded and
another thread removed the file while we were waiting for the lock.
|
protected long |
modified(File file) |
accept, buildKey, close, flushIfNeeded, isEqual, remove, rollback, setFlushOnUpdatefilterFiles, supportsSingleFileFilteringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterFiles, supportsSingleFileFilteringpublic FileSystemPersistentAcceptOnceFileListFilter(ConcurrentMetadataStore store, String prefix)
protected long modified(File file)
modified in class AbstractPersistentAcceptOnceFileListFilter<File>protected String fileName(File file)
fileName in class AbstractPersistentAcceptOnceFileListFilter<File>protected boolean fileStillExists(File file)
fileStillExists in class AbstractPersistentAcceptOnceFileListFilter<File>file - the file.