| Package | Description |
|---|---|
| org.neo4j.io.fs | |
| org.neo4j.io.fs.watcher |
| Modifier and Type | Method and Description |
|---|---|
FileWatcher |
DefaultFileSystemAbstraction.fileWatcher() |
FileWatcher |
DelegateFileSystemAbstraction.fileWatcher() |
FileWatcher |
FileSystemAbstraction.fileWatcher()
Create file watcher that provides possibilities to monitor directories on underlying file system
abstraction
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFileSystemWatcher
File watcher that monitors registered directories state using possibilities provided by
WatchService. |
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 |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.