| Package | Description |
|---|---|
| org.neo4j.io.fs | |
| org.neo4j.io.fs.watcher |
| Modifier and Type | Method and Description |
|---|---|
FileWatcher |
DelegateFileSystemAbstraction.fileWatcher() |
FileWatcher |
FileSystemAbstraction.fileWatcher()
Create file watcher that provides possibilities to monitor directories on underlying file system
abstraction
|
FileWatcher |
DefaultFileSystemAbstraction.fileWatcher() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFileSystemWatcher
File watcher that monitors registered directories state using possibilities provided by
WatchService. |
class |
RestartableFileSystemWatcher
File system delegate that will remember all the files that it was asked to watch
and will register them in real delegate during
RestartableFileSystemWatcher.startWatching() call. |
class |
SilentFileWatcher
Silent file watcher implementation that do not perform any monitoring and can't observe any directories status or
content update.
|
| Modifier and Type | Field and Description |
|---|---|
static FileWatcher |
FileWatcher.SILENT_WATCHER |
| Constructor and Description |
|---|
RestartableFileSystemWatcher(FileWatcher delegate) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.