Uses of Class
org.eclipse.jgit.util.FS.FileStoreAttributes
-
Packages that use FS.FileStoreAttributes Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.util Utility classes. -
-
Uses of FS.FileStoreAttributes in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as FS.FileStoreAttributes Modifier and Type Field Description private FS.FileStoreAttributes
FileSnapshot. fileStoreAttributeCache
measured FileStore attributesMethods in org.eclipse.jgit.internal.storage.file that return FS.FileStoreAttributes Modifier and Type Method Description private FS.FileStoreAttributes
FileSnapshot. fileStoreAttributeCache()
-
Uses of FS.FileStoreAttributes in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util declared as FS.FileStoreAttributes Modifier and Type Field Description static FS.FileStoreAttributes
FS.FileStoreAttributes. FALLBACK_FILESTORE_ATTRIBUTES
Fallback FileStore attributes used when we can't measure the filesystem timestamp resolution.Fields in org.eclipse.jgit.util with type parameters of type FS.FileStoreAttributes Modifier and Type Field 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
Methods in org.eclipse.jgit.util that return FS.FileStoreAttributes Modifier and Type Method Description static FS.FileStoreAttributes
FS.FileStoreAttributes. get(java.nio.file.Path path)
Get the FileStoreAttributes for the given FileStoreprivate static FS.FileStoreAttributes
FS.FileStoreAttributes. getFileStoreAttributes(java.nio.file.Path dir)
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.Methods in org.eclipse.jgit.util that return types with arguments of type FS.FileStoreAttributes Modifier and Type Method Description private static java.util.Optional<FS.FileStoreAttributes>
FS.FileStoreAttributes. readFromConfig(java.nio.file.FileStore s)
Methods in org.eclipse.jgit.util with parameters of type FS.FileStoreAttributes Modifier and Type Method Description private static void
FS.FileStoreAttributes. saveToConfig(java.nio.file.FileStore s, FS.FileStoreAttributes c)
-