Uses of Class
org.eclipse.jgit.internal.storage.reftable.ReftableReader
-
Packages that use ReftableReader Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.reftable -
-
Uses of ReftableReader in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return ReftableReader Modifier and Type Method Description ReftableReader
DfsReftable. open(DfsReader ctx)
Open reader on the reftable.Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type ReftableReader Modifier and Type Method Description List<ReftableReader>
DfsReftableStack. readers()
Get unmodifiable list of tables -
Uses of ReftableReader in org.eclipse.jgit.internal.storage.reftable
Method parameters in org.eclipse.jgit.internal.storage.reftable with type arguments of type ReftableReader Modifier and Type Method Description void
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 ReftableReader Constructor Description MergedReftable(List<ReftableReader> tableStack)
Initialize a merged table reader.
-