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.file File based repository storage.org.eclipse.jgit.internal.storage.reftable -
-
Uses of ReftableConfig in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as ReftableConfig Modifier and Type Field Description private ReftableConfigDfsGarbageCollector. reftableConfigprivate ReftableConfigDfsPackCompactor. reftableConfigMethods in org.eclipse.jgit.internal.storage.dfs that return ReftableConfig Modifier and Type Method Description (package private) static ReftableConfigDfsPackCompactor. configureReftable(ReftableConfig cfg, DfsOutputStream out)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 private booleanDfsReftableBatchRefUpdate. canCompactTopOfStack(ReftableConfig cfg)private ReftableWriter.StatsDfsReftableBatchRefUpdate. compactTopOfStack(java.io.OutputStream out, ReftableConfig cfg, byte[] newTable)(package private) static ReftableConfigDfsPackCompactor. configureReftable(ReftableConfig cfg, DfsOutputStream out)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.file
Methods in org.eclipse.jgit.internal.storage.file that return ReftableConfig Modifier and Type Method Description private ReftableConfigFileReftableStack. reftableConfig() -
Uses of ReftableConfig in org.eclipse.jgit.internal.storage.reftable
Fields in org.eclipse.jgit.internal.storage.reftable declared as ReftableConfig Modifier and Type Field Description private ReftableConfigReftableWriter. configMethods 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, java.io.OutputStream os)Initialize a writer with a configuration.
-