Uses of Class
org.eclipse.jgit.internal.storage.file.ByteWindow
Packages that use ByteWindow
-
Uses of ByteWindow in org.eclipse.jgit.internal.storage.file
Subclasses of ByteWindow in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescription(package private) final classAByteWindowwith an underlying byte array for storage.(package private) final classA window for accessing git packs using aByteBufferfor storage.Fields in org.eclipse.jgit.internal.storage.file declared as ByteWindowModifier and TypeFieldDescriptionprivate ByteWindowWindowCache.StrongRef.referentprivate ByteWindowWindowCursor.windowFields in org.eclipse.jgit.internal.storage.file with type parameters of type ByteWindowModifier and TypeFieldDescriptionprivate final ConcurrentLinkedQueue<WindowCache.PageRef<ByteWindow>>WindowCache.StrongCleanupQueue.queue(package private) final WindowCache.PageRef<ByteWindow>WindowCache.Entry.refThe referenced object.Methods in org.eclipse.jgit.internal.storage.file that return ByteWindowModifier and TypeMethodDescription(package private) static final ByteWindowWindowCache.StrongRef.get()private ByteWindowLookup a cached object, creating and loading it if it doesn't exist.private ByteWindow(package private) ByteWindowPack.mmap(long pos, int size) private ByteWindowWindowCache.scan(WindowCache.Entry n, Pack pack, long position) Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type ByteWindowModifier and TypeMethodDescriptionprivate WindowCache.PageRef<ByteWindow>WindowCache.createRef(Pack p, long o, ByteWindow v) Methods in org.eclipse.jgit.internal.storage.file with parameters of type ByteWindowModifier and TypeMethodDescriptionprivate WindowCache.PageRef<ByteWindow>WindowCache.createRef(Pack p, long o, ByteWindow v) Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type ByteWindowModifier and TypeMethodDescriptionprivate voidWindowCache.clear(WindowCache.PageRef<ByteWindow> ref) booleanWindowCache.CleanupQueue.enqueue(WindowCache.PageRef<ByteWindow> r) booleanWindowCache.SoftCleanupQueue.enqueue(WindowCache.PageRef<ByteWindow> r) booleanWindowCache.StrongCleanupQueue.enqueue(WindowCache.PageRef<ByteWindow> r) Constructors in org.eclipse.jgit.internal.storage.file with parameters of type ByteWindowModifierConstructorDescriptionprotectedSoftRef(Pack pack, long position, ByteWindow v, WindowCache.SoftCleanupQueue queue) protectedStrongRef(Pack pack, long position, ByteWindow v, WindowCache.CleanupQueue queue) Constructor parameters in org.eclipse.jgit.internal.storage.file with type arguments of type ByteWindowModifierConstructorDescription(package private)