public class FSTransactionItemIndex
extends java.lang.Object
implements java.io.Closeable
Modifier and Type | Method and Description |
---|---|
long |
allocateItemIndex(long offset) |
void |
close() |
static java.io.File |
getIndexPath(FSFS fsfs,
java.lang.String txnId) |
static FSTransactionItemIndex |
open(FSFS fsfs,
java.lang.String txnId) |
public static FSTransactionItemIndex open(FSFS fsfs, java.lang.String txnId) throws SVNException
SVNException
public static java.io.File getIndexPath(FSFS fsfs, java.lang.String txnId)
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
public long allocateItemIndex(long offset) throws SVNException
SVNException
Copyright © 2020. All rights reserved.