Class DfsBlockCache.Ref<T>
java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.Ref<T>
- Enclosing class:
DfsBlockCache
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) final DfsStreamKey
(package private) DfsBlockCache.Ref
(package private) final long
(package private) final long
(package private) T
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
position
final long position -
size
final long size -
value
-
next
DfsBlockCache.Ref next -
hot
volatile boolean hot
-
-
Constructor Details
-
Ref
Ref(DfsStreamKey key, long position, long size, T v)
-
-
Method Details
-
get
T get() -
has
boolean has()
-