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 ReftableConfig
DfsGarbageCollector. reftableConfig
private ReftableConfig
DfsPackCompactor. reftableConfig
Methods in org.eclipse.jgit.internal.storage.dfs that return ReftableConfig Modifier and Type Method Description (package private) static ReftableConfig
DfsPackCompactor. configureReftable(ReftableConfig cfg, DfsOutputStream out)
ReftableConfig
DfsReftableDatabase. getReftableConfig()
Get configuration to write new reftables with.ReftableConfig
InMemoryRepository.MemRefDatabase. getReftableConfig()
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ReftableConfig Modifier and Type Method Description private boolean
DfsReftableBatchRefUpdate. canCompactTopOfStack(ReftableConfig cfg)
private ReftableWriter.Stats
DfsReftableBatchRefUpdate. compactTopOfStack(java.io.OutputStream out, ReftableConfig cfg, byte[] newTable)
(package private) static ReftableConfig
DfsPackCompactor. configureReftable(ReftableConfig cfg, DfsOutputStream out)
DfsGarbageCollector
DfsGarbageCollector. setReftableConfig(ReftableConfig cfg)
Set configuration to write a reftable.DfsPackCompactor
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 Modifier and Type Method Description private ReftableConfig
FileReftableStack. 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 ReftableConfig
ReftableWriter. config
Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type ReftableConfig Modifier and Type Method Description ReftableCompactor
ReftableCompactor. setConfig(ReftableConfig cfg)
Set configuration for the reftable.ReftableWriter
ReftableWriter. 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.
-