public interface PersistenceEnvironmentInfo
Modifier and Type | Method | Description |
---|---|---|
File |
getPersistenceActiveDirectory() |
Return the directory under which cached data is actively persisted
by the environment.
|
long |
getPersistenceActiveSpaceUsed() |
Return the total size in bytes used by the persistence layer to
persist mutating cache operations.
|
File |
getPersistenceSnapshotDirectory() |
Return the directory under which copies of cached data are persisted
by the environment.
|
File |
getPersistenceTrashDirectory() |
Return the directory under which potentially corrupted persisted data
is stored by the environment.
|
File getPersistenceActiveDirectory()
File getPersistenceSnapshotDirectory()
File getPersistenceTrashDirectory()
long getPersistenceActiveSpaceUsed()