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.entryprivate FSLogicalAddressingIndex.PageTableEntry[]FSLogicalAddressingIndex.L2PIndexHeader.pageTableMethods 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.PageFSLogicalAddressingIndex.getL2PPage(FSLogicalAddressingIndex.PageTableEntry tableEntry) voidFSLogicalAddressingIndex.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)