Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.fs.index |
Modifier and Type | Field and Description |
---|---|
private FSLogicalAddressingIndex.PageTableEntry |
FSLogicalAddressingIndex.L2PPageInfo.entry |
private FSLogicalAddressingIndex.PageTableEntry[] |
FSLogicalAddressingIndex.L2PIndexHeader.pageTable |
Modifier and Type | Method and Description |
---|---|
FSLogicalAddressingIndex.PageTableEntry |
FSLogicalAddressingIndex.L2PPageInfo.getEntry() |
FSLogicalAddressingIndex.PageTableEntry[] |
FSLogicalAddressingIndex.L2PIndexHeader.getPageTable() |
Modifier and Type | Method and Description |
---|---|
private FSLogicalAddressingIndex.Page |
FSLogicalAddressingIndex.getL2PPage(FSLogicalAddressingIndex.PageTableEntry tableEntry) |
void |
FSLogicalAddressingIndex.L2PPageInfo.setEntry(FSLogicalAddressingIndex.PageTableEntry entry) |
Constructor and Description |
---|
L2PIndexHeader(long firstRevision,
long revisionCount,
long pageSize,
long[] pageTableIndex,
FSLogicalAddressingIndex.PageTableEntry[] pageTable) |