Uses of Class
org.eclipse.jgit.lib.ObjectDatabase
Packages that use ObjectDatabase
Package
Description
Git fsck support.
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
Transport (fetch/push) for different protocols.
-
Uses of ObjectDatabase in org.eclipse.jgit.internal.fsck
Constructors in org.eclipse.jgit.internal.fsck with parameters of type ObjectDatabaseModifierConstructorDescriptionFsckPackParser
(ObjectDatabase db, ReadableChannel channel) Constructor for FsckPackParser -
Uses of ObjectDatabase in org.eclipse.jgit.internal.storage.dfs
Subclasses of ObjectDatabase in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescriptionclass
Manages objects stored inDfsPackFile
on a storage system.static class
DfsObjDatabase used by InMemoryRepository. -
Uses of ObjectDatabase in org.eclipse.jgit.internal.storage.file
Subclasses of ObjectDatabase in org.eclipse.jgit.internal.storage.fileMethods in org.eclipse.jgit.internal.storage.file that return ObjectDatabase -
Uses of ObjectDatabase in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return ObjectDatabaseModifier and TypeMethodDescriptionabstract ObjectDatabase
Repository.getObjectDatabase()
Get the object database which stores this repository's data.ObjectDatabase.newCachedDatabase()
Create a new cached database instance over this database. -
Uses of ObjectDatabase in org.eclipse.jgit.transport
Constructors in org.eclipse.jgit.transport with parameters of type ObjectDatabaseModifierConstructorDescriptionprotected
PackParser
(ObjectDatabase odb, InputStream src) Initialize a pack parser.