Uses of Class
org.tmatesoft.svn.core.internal.io.fs.index.FSLogicalAddressingIndex.PageTableEntry
Packages that use FSLogicalAddressingIndex.PageTableEntry
-
Uses of FSLogicalAddressingIndex.PageTableEntry in org.tmatesoft.svn.core.internal.io.fs.index
Fields in org.tmatesoft.svn.core.internal.io.fs.index declared as FSLogicalAddressingIndex.PageTableEntryModifier and TypeFieldDescriptionFSLogicalAddressingIndex.L2PPageInfo.entry
private FSLogicalAddressingIndex.PageTableEntry[]
FSLogicalAddressingIndex.L2PIndexHeader.pageTable
Methods in org.tmatesoft.svn.core.internal.io.fs.index that return FSLogicalAddressingIndex.PageTableEntryModifier and TypeMethodDescriptionFSLogicalAddressingIndex.L2PPageInfo.getEntry()
FSLogicalAddressingIndex.L2PIndexHeader.getPageTable()
Methods in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSLogicalAddressingIndex.PageTableEntryModifier and TypeMethodDescriptionprivate FSLogicalAddressingIndex.Page
FSLogicalAddressingIndex.getL2PPage
(FSLogicalAddressingIndex.PageTableEntry tableEntry) void
FSLogicalAddressingIndex.L2PPageInfo.setEntry
(FSLogicalAddressingIndex.PageTableEntry entry) Constructors in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSLogicalAddressingIndex.PageTableEntryModifierConstructorDescriptionL2PIndexHeader
(long firstRevision, long revisionCount, long pageSize, long[] pageTableIndex, FSLogicalAddressingIndex.PageTableEntry[] pageTable)