static class StatsFileReader.CheckpointCounter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
endCkptLsn |
int |
postStartLNCount |
int |
postStartLNTxnCount |
int |
postStartMapLNCount |
int |
postStartMapLNTxnCount |
int |
preStartLNCount |
int |
preStartLNTxnCount |
int |
preStartMapLNCount |
int |
preStartMapLNTxnCount |
long |
startCkptLsn |
| Constructor and Description |
|---|
CheckpointCounter() |
| Modifier and Type | Method and Description |
|---|---|
void |
increment(FileReader reader,
byte currentEntryTypeNum) |
public long startCkptLsn
public long endCkptLsn
public int preStartLNTxnCount
public int preStartLNCount
public int preStartMapLNTxnCount
public int preStartMapLNCount
public int postStartLNTxnCount
public int postStartLNCount
public int postStartMapLNTxnCount
public int postStartMapLNCount
public void increment(FileReader reader, byte currentEntryTypeNum)
Copyright (c) 2004-2012 Oracle. All rights reserved.