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 class
AByteWindow
with an underlying byte array for storage.(package private) final class
A window for accessing git packs using aByteBuffer
for storage.Fields in org.eclipse.jgit.internal.storage.file declared as ByteWindowModifier and TypeFieldDescriptionprivate ByteWindow
WindowCache.StrongRef.referent
private ByteWindow
WindowCursor.window
Fields 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.ref
The referenced object.Methods in org.eclipse.jgit.internal.storage.file that return ByteWindowModifier and TypeMethodDescription(package private) static final ByteWindow
WindowCache.StrongRef.get()
private ByteWindow
Lookup a cached object, creating and loading it if it doesn't exist.private ByteWindow
(package private) ByteWindow
Pack.mmap
(long pos, int size) private ByteWindow
WindowCache.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 void
WindowCache.clear
(WindowCache.PageRef<ByteWindow> ref) boolean
WindowCache.CleanupQueue.enqueue
(WindowCache.PageRef<ByteWindow> r) boolean
WindowCache.SoftCleanupQueue.enqueue
(WindowCache.PageRef<ByteWindow> r) boolean
WindowCache.StrongCleanupQueue.enqueue
(WindowCache.PageRef<ByteWindow> r) Constructors in org.eclipse.jgit.internal.storage.file with parameters of type ByteWindowModifierConstructorDescriptionprotected
SoftRef
(Pack pack, long position, ByteWindow v, WindowCache.SoftCleanupQueue queue) protected
StrongRef
(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)