Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReader
Packages that use DfsReader
Package
Description
Distributed file system based repository storage.
-
Uses of DfsReader in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsReaderModifier and TypeFieldDescriptionprivate final DfsReaderBlockBasedFile.LazyChannel.ctxprivate DfsReaderDfsGarbageCollector.ctxprivate final DfsReaderDfsInserter.Reader.ctxprivate final DfsReaderDfsReftable.CacheSource.ctxprivate DfsReaderDfsReftableDatabase.ctx(package private) final DfsReaderPackInputStream.ctxMethods in org.eclipse.jgit.internal.storage.dfs that return DfsReaderModifier and TypeMethodDescriptionDfsObjDatabase.newReader()Create a newObjectReaderto read existing objects.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReaderModifier and TypeMethodDescriptionprivate voidDfsPackCompactor.addObjectsToPack(PackWriter pw, DfsReader ctx, ProgressMonitor pm) private voidDfsPackCompactor.compactPacks(DfsReader ctx, ProgressMonitor pm) private voidDfsPackCompactor.compactReftables(DfsReader ctx) (package private) voidDfsCachedPack.copyAsIs(PackOutputStream out, DfsReader ctx) (package private) voidDfsPackFile.copyAsIs(PackOutputStream out, DfsObjectToPack src, boolean validate, DfsReader ctx) (package private) voidDfsPackFile.copyPackAsIs(PackOutputStream out, DfsReader ctx) private voidDfsPackFile.copyPackThroughCache(PackOutputStream out, DfsReader ctx, ReadableChannel rc) private byte[]DfsPackFile.decompress(long position, int sz, DfsReader ctx) private longDfsPackFile.findDeltaBase(DfsReader ctx, ObjectId baseId) (package private) longDfsPackFile.findOffset(DfsReader ctx, AnyObjectId id) (package private) ObjectLoaderDfsPackFile.get(DfsReader ctx, AnyObjectId id) Get an object from this pack.DfsPackFile.getBitmapIndex(DfsReader ctx) Get the BitmapIndex for this PackFile.(package private) byte[]DfsPackFile.getDeltaHeader(DfsReader wc, long pos) (package private) longDfsPackFile.getObjectCount(DfsReader ctx) Obtain the total number of objects available in this pack.(package private) longDfsPackFile.getObjectSize(DfsReader ctx, long pos) (package private) longDfsPackFile.getObjectSize(DfsReader ctx, AnyObjectId id) (package private) intDfsPackFile.getObjectType(DfsReader ctx, long pos) (package private) DfsBlockDfsBlockCache.getOrLoad(BlockBasedFile file, long position, DfsReader ctx, DfsBlockCache.ReadableChannelSupplier fileChannel) Look up a cached object, creating and loading it if it doesn't exist.(package private) DfsBlockBlockBasedFile.getOrLoadBlock(long pos, DfsReader ctx) DfsPackFile.getPackIndex(DfsReader ctx) Get the PackIndex for this PackFile.(package private) PackReverseIndexDfsPackFile.getReverseIdx(DfsReader ctx) booleanDfsPackFile.hasObject(DfsReader ctx, AnyObjectId id) Check if an object is stored within this pack.private PackIndex(package private) byte[](package private) ObjectLoaderprivate DfsBlockCache.Ref<PackBitmapIndex>DfsPackFile.loadBitmapIndex(DfsReader ctx, DfsStreamKey bitmapKey) private DfsBlockCache.Ref<PackIndex>DfsPackFile.loadPackIndex(DfsReader ctx, DfsStreamKey idxKey) private DfsBlockCache.Ref<PackReverseIndex>DfsPackFile.loadReverseIdx(DfsReader ctx, DfsStreamKey revKey, PackIndex idx) Open reader on the reftable.static DfsReftableStackDfsReftableStack.open(DfsReader ctx, List<DfsReftable> files) Opens a stack of tables for reading.private void(package private) DfsBlockBlockBasedFile.readOneBlock(long pos, DfsReader ctx, ReadableChannel rc) (package private) voidDfsPackFile.representation(DfsObjectRepresentation r, long pos, DfsReader ctx, PackReverseIndex rev) (package private) voidDfsPackFile.resolve(DfsReader ctx, Set<ObjectId> matches, AbbreviatedObjectId id, int matchLimit) private List<DfsPackCompactor.ObjectIdWithOffset>DfsPackCompactor.toInclude(DfsPackFile src, DfsReader ctx) private voidDfsFsck.verifyPack(ProgressMonitor pm, FsckError errors, DfsReader ctx, DfsPackFile pack, ReadableChannel ch) Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReaderModifierConstructorDescription(package private)CacheSource(DfsReftable file, DfsBlockCache cache, DfsReader ctx) (package private)DeltaBaseCache(DfsReader reader) (package private)LazyChannel(DfsReader ctx, DfsPackDescription desc, PackExt ext) (package private)PackInputStream(DfsPackFile pack, long pos, DfsReader ctx)