|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.storage.dht.DhtReader.Statistics.ChunkAccess
public static final class DhtReader.Statistics.ChunkAccess
Summary describing how a chunk was accessed.
Field Summary | |
---|---|
ChunkKey |
chunkKey
Chunk this access block describes. |
int |
cntCopyObjectAsIs_InvalidChunk
Number of times the reader tried to copy an object from this chunk, but discovered the chunk was corrupt or did not contain the object as expected. |
int |
cntCopyObjectAsIs_PrefetchMiss
Number of times the reader needed this chunk to copy an object as-is into a pack stream, but the prefetcher didn't have it ready. |
int |
cntPrefetcher_Load
Number of times the prefetcher loaded from the database. |
int |
cntPrefetcher_OutOfOrder
Number of times the prefetcher ordering was wrong. |
int |
cntPrefetcher_Revisited
Number of times the reader asked the prefetcher for the same chunk after it was already consumed from the prefetcher. |
int |
cntPrefetcher_WaitedForLoad
Number of times the reader had to stall to wait for a chunk that is currently being prefetched to finish loading and become ready. |
int |
cntReader_Load
Number of times chunk was loaded sequentially. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final ChunkKey chunkKey
public int cntReader_Load
public int cntPrefetcher_Load
public int cntPrefetcher_OutOfOrder
public int cntPrefetcher_WaitedForLoad
public int cntPrefetcher_Revisited
public int cntCopyObjectAsIs_PrefetchMiss
cntPrefetcher_OutOfOrder
or
cntPrefetcher_Revisited
.
public int cntCopyObjectAsIs_InvalidChunk
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |