Uses of Class
org.eclipse.jgit.internal.storage.reftable.ReftableConfig
Packages that use ReftableConfig
Package
Description
Distributed file system based repository storage.
File based repository storage.
-
Uses of ReftableConfig in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as ReftableConfigModifier and TypeFieldDescriptionprivate ReftableConfig
DfsGarbageCollector.reftableConfig
private ReftableConfig
DfsPackCompactor.reftableConfig
Methods in org.eclipse.jgit.internal.storage.dfs that return ReftableConfigModifier and TypeMethodDescription(package private) static ReftableConfig
DfsPackCompactor.configureReftable
(ReftableConfig cfg, DfsOutputStream out) DfsReftableDatabase.getReftableConfig()
Get configuration to write new reftables with.InMemoryRepository.MemRefDatabase.getReftableConfig()
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ReftableConfigModifier and TypeMethodDescriptionprivate boolean
DfsReftableBatchRefUpdate.canCompactTopOfStack
(ReftableConfig cfg) private ReftableWriter.Stats
DfsReftableBatchRefUpdate.compactTopOfStack
(OutputStream out, ReftableConfig cfg, byte[] newTable) (package private) static ReftableConfig
DfsPackCompactor.configureReftable
(ReftableConfig cfg, DfsOutputStream out) DfsGarbageCollector.setReftableConfig
(ReftableConfig cfg) Set configuration to write a reftable.DfsPackCompactor.setReftableConfig
(ReftableConfig cfg) Set configuration to write a reftable. -
Uses of ReftableConfig in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return ReftableConfig -
Uses of ReftableConfig in org.eclipse.jgit.internal.storage.reftable
Fields in org.eclipse.jgit.internal.storage.reftable declared as ReftableConfigMethods in org.eclipse.jgit.internal.storage.reftable with parameters of type ReftableConfigModifier and TypeMethodDescriptionReftableCompactor.setConfig
(ReftableConfig cfg) Set configuration for the reftable.ReftableWriter.setConfig
(ReftableConfig cfg) Set configuration for the writer.Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type ReftableConfigModifierConstructorDescriptionCopy an existing configuration to a new instance.ReftableWriter
(ReftableConfig cfg, OutputStream os) Initialize a writer with a configuration.