Uses of Class
org.eclipse.jgit.internal.storage.reftable.ReftableReader
Packages that use ReftableReader
Package
Description
Distributed file system based repository storage.
-
Uses of ReftableReader in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return ReftableReaderModifier and TypeMethodDescriptionOpen reader on the reftable.Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type ReftableReader -
Uses of ReftableReader in org.eclipse.jgit.internal.storage.reftable
Method parameters in org.eclipse.jgit.internal.storage.reftable with type arguments of type ReftableReaderModifier and TypeMethodDescriptionvoid
ReftableCompactor.addAll
(List<ReftableReader> readers) Add all of the tables, in the specified order.Constructor parameters in org.eclipse.jgit.internal.storage.reftable with type arguments of type ReftableReaderModifierConstructorDescriptionMergedReftable
(List<ReftableReader> tableStack) Initialize a merged table reader.