FileBackedDictionary to interface with the filesystem.See: Description
| Interface | Description |
|---|---|
| FileManager |
FileManager defines the interface between the FileBackedDictionary and the file system. |
| Class | Description |
|---|---|
| FileManagerImpl |
An implementation of
FileManager that reads files from the local file system. |
| RemoteFileManager |
An object of this class can serve as a
FileManager for remote FileBackedDictionary
instantiations using RMI. |
FileBackedDictionary to interface with the filesystem.Copyright © 2023. All rights reserved.