Uses of Class
org.eclipse.jgit.internal.storage.reftable.ReftableConfig
-
Packages that use ReftableConfig Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.reftable -
-
Uses of ReftableConfig in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return ReftableConfig Modifier and Type Method Description ReftableConfigDfsReftableDatabase. getReftableConfig()Get configuration to write new reftables with.ReftableConfigInMemoryRepository.MemRefDatabase. getReftableConfig()Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ReftableConfig Modifier and Type Method Description DfsGarbageCollectorDfsGarbageCollector. setReftableConfig(ReftableConfig cfg)Set configuration to write a reftable.DfsPackCompactorDfsPackCompactor. setReftableConfig(ReftableConfig cfg)Set configuration to write a reftable. -
Uses of ReftableConfig in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type ReftableConfig Modifier and Type Method Description ReftableCompactorReftableCompactor. setConfig(ReftableConfig cfg)Set configuration for the reftable.ReftableWriterReftableWriter. setConfig(ReftableConfig cfg)Set configuration for the writer.Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type ReftableConfig Constructor Description ReftableConfig(ReftableConfig cfg)Copy an existing configuration to a new instance.ReftableWriter(ReftableConfig cfg, OutputStream os)Initialize a writer with a configuration.
-