Uses of Class
org.eclipse.jgit.internal.storage.reftable.MergedReftable
Packages that use MergedReftable
Package
Description
File based repository storage.
-
Uses of MergedReftable in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return MergedReftable -
Uses of MergedReftable in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable that return MergedReftableModifier and TypeMethodDescriptionprotected abstract MergedReftable
ReftableDatabase.openMergedReftable()
ReftableDatabase lazily initializes its merged reftable on the first read after construction or clearCache() call.