See: Description
| Interface | Description |
|---|---|
| BeforeDfsPackIndexLoadedListener |
Receives
BeforeDfsPackIndexLoadedEvents. |
| DfsPacksChangedListener |
Receives
DfsPacksChangedEvents. |
| ReadableChannel |
Readable random access byte channel from a file.
|
| Class | Description |
|---|---|
| BeforeDfsPackIndexLoadedEvent |
Describes the
DfsPackFile just before its index is loaded. |
| DfsBlockCache |
Caches slices of a
BlockBasedFile in memory for faster read access. |
| DfsBlockCacheConfig |
Configuration parameters for
DfsBlockCache. |
| DfsCachedPack |
A DfsPackFile available for reuse as-is.
|
| DfsFsck |
Verify the validity and connectivity of a DFS repository.
|
| DfsGarbageCollector |
Repack and garbage collect a repository.
|
| DfsInserter |
Inserts objects into the DFS.
|
| DfsObjDatabase |
Manages objects stored in
DfsPackFile on a storage system. |
| DfsObjDatabase.PackList |
Snapshot of packs scanned in a single pass.
|
| DfsOutputStream |
Output stream to create a file on the DFS.
|
| DfsPackCompactor |
Combine several pack files into one pack.
|
| DfsPackDescription |
Description of a DFS stored pack/index file.
|
| DfsPackFile |
A Git version 2 pack file representation.
|
| DfsPackParser |
Parses a pack stream into the DFS, by creating a new pack and index.
|
| DfsPacksChangedEvent |
Describes a change to the list of packs in a
DfsRepository. |
| DfsReader |
Reader to access repository content through.
|
| DfsReaderIoStats |
IO statistics for a
DfsReader. |
| DfsReaderIoStats.Accumulator |
POJO to accumulate IO statistics.
|
| DfsReaderOptions |
Options controlling how objects are read from a DFS stored repository.
|
| DfsRefDatabase | |
| DfsRefDatabase.RefCache |
Collection of references managed by this database.
|
| DfsReftable |
A reftable stored in
DfsBlockCache. |
| DfsRepository |
A Git repository on a DFS.
|
| DfsRepositoryBuilder<B extends DfsRepositoryBuilder,R extends DfsRepository> |
Constructs a
DfsRepository. |
| DfsRepositoryDescription |
A description of a Git repository on a DFS.
|
| DfsStreamKey |
Key used by
DfsBlockCache to disambiguate streams. |
| DfsText |
Translation bundle for the DFS storage implementation.
|
| InMemoryRepository |
Git repository stored entirely in the local process memory.
|
| InMemoryRepository.Builder |
Builder for in-memory repositories.
|
| InMemoryRepository.MemObjDatabase |
DfsObjDatabase used by InMemoryRepository.
|
| ReftableStack |
Tracks multiple open
Reftable instances. |
| Enum | Description |
|---|---|
| DfsObjDatabase.PackSource |
Sources for a pack file.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.