| Modifier and Type | Field and Description |
|---|---|
int |
obsoleteINCount |
int |
obsoleteLNCount |
int |
obsoleteLNSize |
int |
obsoleteLNSizeCounted |
int |
totalINCount |
int |
totalINSize |
int |
totalLNCount |
int |
totalLNSize |
| Constructor and Description |
|---|
DbFileSummary()
Creates an empty summary.
|
| Modifier and Type | Method and Description |
|---|---|
DbFileSummary |
clone() |
void |
dumpLog(StringBuilder buf,
boolean verbose)
Write the object into the string buffer for log dumping.
|
int |
getLogSize() |
long |
getTransactionId()
Never called.
|
boolean |
logicalEquals(Loggable other) |
void |
readFromLog(ByteBuffer buf,
int entryTypeVersion)
Initialize this object from the data in itemBuf.
|
String |
toString() |
void |
writeToLog(ByteBuffer buf)
Serialize this object into the buffer.
|
public int totalINCount
public int totalINSize
public int totalLNCount
public int totalLNSize
public int obsoleteINCount
public int obsoleteLNCount
public int obsoleteLNSize
public int obsoleteLNSizeCounted
public int getLogSize()
getLogSize in interface LoggableLoggable.getLogSize()public void writeToLog(ByteBuffer buf)
LoggablewriteToLog in interface Loggablebuf - is the destination bufferLoggable.writeToLog(java.nio.ByteBuffer)public void readFromLog(ByteBuffer buf, int entryTypeVersion)
LoggablereadFromLog in interface Loggablebuf - the source bufferentryTypeVersion - the log version of the dataLoggable.readFromLog(java.nio.ByteBuffer, int)public void dumpLog(StringBuilder buf, boolean verbose)
LoggabledumpLog in interface Loggablebuf - destination string bufferverbose - if true, dump the full, verbose versionLoggable.dumpLog(java.lang.StringBuilder, boolean)public long getTransactionId()
getTransactionId in interface LoggableLoggable.getTransactionId()public boolean logicalEquals(Loggable other)
logicalEquals in interface LoggableAlways return false, this item should never be compared.public DbFileSummary clone()
Copyright © 2024. All rights reserved.