Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.io.fs.index |
Modifier and Type | Method and Description |
---|---|
private FSP2LEntry |
FSOutputStream.lookupEntry(java.util.List<FSP2LEntry> entries,
long offset,
java.lang.Object hint) |
private FSP2LEntry |
FSOutputStream.lookupP2LEntry(FSFile revFile,
long revision,
long offset) |
Modifier and Type | Method and Description |
---|---|
void |
FSTransactionRoot.storeP2LIndexEntry(FSP2LEntry entry) |
Modifier and Type | Method and Description |
---|---|
private FSP2LEntry |
FSOutputStream.lookupEntry(java.util.List<FSP2LEntry> entries,
long offset,
java.lang.Object hint) |
Modifier and Type | Method and Description |
---|---|
FSP2LEntry |
FSP2LProtoIndex.readEntry() |
Modifier and Type | Method and Description |
---|---|
private java.util.List<FSP2LEntry> |
FSLogicalAddressingIndex.getP2LPage(long startRevision,
long startOffset,
long nextOffset,
long pageStart,
long pageSize) |
java.util.List<FSP2LEntry> |
FSLogicalAddressingIndex.lookupP2LEntries(long revision,
long blockStart,
long blockEnd) |
Modifier and Type | Method and Description |
---|---|
static int |
FSLogicalAddressingIndex.compareEntryOffset(FSP2LEntry entry,
long offset) |
void |
FSP2LProtoIndex.writeEntry(FSP2LEntry entry) |
Modifier and Type | Method and Description |
---|---|
private void |
FSLogicalAddressingIndex.appendP2LEntries(java.util.List<FSP2LEntry> entries,
java.util.List<FSP2LEntry> pageEntries,
long blockStart,
long blockEnd) |
private void |
FSLogicalAddressingIndex.appendP2LEntries(java.util.List<FSP2LEntry> entries,
java.util.List<FSP2LEntry> pageEntries,
long blockStart,
long blockEnd) |
private void |
FSLogicalAddressingIndex.readEntryToList(FSPackedNumbersStream packedNumbersStream,
long[] itemOffset,
long[] lastRevision,
long[] lastCompound,
java.util.List<FSP2LEntry> result) |
static int |
FSLogicalAddressingIndex.searchLowerBound(java.util.List<FSP2LEntry> list,
long key) |