Uses of Class
org.tmatesoft.svn.core.internal.io.fs.index.FSP2LEntry
-
Packages that use FSP2LEntry Package Description org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.fs.index -
-
Uses of FSP2LEntry in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSP2LEntry Modifier and Type Method Description voidFSTransactionRoot. storeP2LIndexEntry(FSP2LEntry entry) -
Uses of FSP2LEntry in org.tmatesoft.svn.core.internal.io.fs.index
Methods in org.tmatesoft.svn.core.internal.io.fs.index that return FSP2LEntry Modifier and Type Method Description FSP2LEntryFSP2LProtoIndex. readEntry()Methods in org.tmatesoft.svn.core.internal.io.fs.index that return types with arguments of type FSP2LEntry Modifier and Type Method Description java.util.List<FSP2LEntry>FSLogicalAddressingIndex. lookupP2LEntries(long revision, long blockStart, long blockEnd)Methods in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSP2LEntry Modifier and Type Method Description static intFSLogicalAddressingIndex. compareEntryOffset(FSP2LEntry entry, long offset)voidFSP2LProtoIndex. writeEntry(FSP2LEntry entry)Method parameters in org.tmatesoft.svn.core.internal.io.fs.index with type arguments of type FSP2LEntry Modifier and Type Method Description static intFSLogicalAddressingIndex. searchLowerBound(java.util.List<FSP2LEntry> list, long key)
-