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 TypeClassDescriptionclassManages objects stored inDfsPackFileon a storage system.static classDfsObjDatabase 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) classThe cached instance of anObjectDirectory.(package private) classclassTraditional 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 ObjectDatabaseRepository.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 ObjectDatabasePackParser.objectDatabaseObject database used for loading existing objects.Constructors in org.eclipse.jgit.transport with parameters of type ObjectDatabaseModifierConstructorDescriptionprotectedPackParser(ObjectDatabase odb, InputStream src) Initialize a pack parser.