Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
private FS.FileStoreAttributes |
FileSnapshot.fileStoreAttributeCache
measured FileStore attributes
|
Modifier and Type | Field and Description |
---|---|
static FS.FileStoreAttributes |
FS.FileStoreAttributes.FALLBACK_FILESTORE_ATTRIBUTES
Fallback FileStore attributes used when we can't measure the
filesystem timestamp resolution.
|
Modifier and Type | Field and Description |
---|---|
private static SimpleLruCache<java.nio.file.Path,FS.FileStoreAttributes> |
FS.FileStoreAttributes.attrCacheByPath |
private static java.util.Map<java.nio.file.FileStore,FS.FileStoreAttributes> |
FS.FileStoreAttributes.attributeCache |
Modifier and Type | Method and Description |
---|---|
static FS.FileStoreAttributes |
FS.FileStoreAttributes.get(java.nio.file.Path path)
Get the FileStoreAttributes for the given FileStore
|
static FS.FileStoreAttributes |
FS.getFileStoreAttributes(java.nio.file.Path dir)
Get cached FileStore attributes, if not yet available measure them using
a probe file under the given directory.
|
private static FS.FileStoreAttributes |
FS.FileStoreAttributes.getFileStoreAttributes(java.nio.file.Path dir) |
Modifier and Type | Method and Description |
---|---|
private static java.util.Optional<FS.FileStoreAttributes> |
FS.FileStoreAttributes.readFromConfig(java.nio.file.FileStore s) |
Modifier and Type | Method and Description |
---|---|
private static void |
FS.FileStoreAttributes.saveToConfig(java.nio.file.FileStore s,
FS.FileStoreAttributes c) |