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.fileModifier and TypeClassDescription(package private) class
The cached instance of anObjectDirectory
.(package private) class
class
Traditional file system basedObjectDatabase
.Methods in org.eclipse.jgit.internal.storage.file that return ObjectDatabaseModifier and TypeMethodDescriptionCachedObjectDirectory.newCachedDatabase()
Create a new cached database instance over this database.ObjectDirectory.newCachedDatabase()
Create a new cached database instance over this database. -
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
Fields in org.eclipse.jgit.transport declared as ObjectDatabaseModifier and TypeFieldDescriptionprivate final ObjectDatabase
PackParser.objectDatabase
Object database used for loading existing objects.Constructors in org.eclipse.jgit.transport with parameters of type ObjectDatabaseModifierConstructorDescriptionprotected
PackParser
(ObjectDatabase odb, InputStream src) Initialize a pack parser.