Uses of Class
org.eclipse.jgit.internal.storage.reftable.ReftableConfig
Packages that use ReftableConfig
Package
Description
Distributed file system based repository storage.
-
Uses of ReftableConfig in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return ReftableConfigModifier and TypeMethodDescriptionDfsReftableDatabase.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 TypeMethodDescriptionDfsGarbageCollector.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.reftable
Methods 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.