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 void
FSTransactionRoot. 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 FSP2LEntry
FSP2LProtoIndex. 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 int
FSLogicalAddressingIndex. compareEntryOffset(FSP2LEntry entry, long offset)
void
FSP2LProtoIndex. 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 int
FSLogicalAddressingIndex. searchLowerBound(java.util.List<FSP2LEntry> list, long key)
-