public final class JournalResult
extends java.lang.Object
Constructor and Description |
---|
JournalResult() |
Modifier and Type | Method and Description |
---|---|
long |
getBlockAddr1() |
long |
getBlockAddr2() |
BlockStore |
getBlockStore() |
int |
getLength1() |
int |
getLength2() |
int |
getOffset1() |
int |
getOffset2() |
void |
init1(BlockStore blockStore,
long blockAddr,
int offset,
int len) |
void |
init2(long blockAddr,
int offset,
int len) |
java.lang.String |
toString() |
public final void init1(BlockStore blockStore, long blockAddr, int offset, int len)
public final void init2(long blockAddr, int offset, int len)
public final BlockStore getBlockStore()
public final long getBlockAddr1()
public final int getOffset1()
public final int getLength1()
public final long getBlockAddr2()
public final int getOffset2()
public final int getLength2()
public java.lang.String toString()
toString
in class java.lang.Object