private static final class FS.FileStoreAttributeCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.nio.file.FileStore,FS.FileStoreAttributeCache> |
attributeCache |
private static java.time.Duration |
FALLBACK_TIMESTAMP_RESOLUTION
The last modified time granularity of FAT filesystems is 2 seconds.
|
private java.time.Duration |
fsTimestampResolution |
Modifier | Constructor and Description |
---|---|
private |
FileStoreAttributeCache(java.nio.file.Path dir) |
Modifier and Type | Method and Description |
---|---|
(package private) java.time.Duration |
getFsTimestampResolution() |
(package private) static java.time.Duration |
getFsTimestampResolution(java.nio.file.Path file) |
java.lang.String |
toString() |
private static final java.time.Duration FALLBACK_TIMESTAMP_RESOLUTION
private static final java.util.Map<java.nio.file.FileStore,FS.FileStoreAttributeCache> attributeCache
private java.time.Duration fsTimestampResolution