| Package | Description | 
|---|---|
| org.apache.tephra.persist | 
 This package contains interfaces and implementations for persisting transaction state. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TransactionSnapshot | 
TransactionSnapshot.copyFrom(long snapshotTime,
        long readPointer,
        long writePointer,
        InvalidTxList invalidTxList,
        NavigableMap<Long,TransactionManager.InProgressTx> inProgress,
        Map<Long,TransactionManager.ChangeSet> committing,
        NavigableMap<Long,TransactionManager.ChangeSet> committed)
Creates a new  
TransactionSnapshot instance with copies of all of the individual collections. | 
static TransactionSnapshot | 
TransactionSnapshot.copyFrom(long snapshotTime,
        long readPointer,
        long writePointer,
        InvalidTxList invalidTxList,
        NavigableMap<Long,TransactionManager.InProgressTx> inProgress,
        Map<Long,TransactionManager.ChangeSet> committing,
        NavigableMap<Long,TransactionManager.ChangeSet> committed)
Creates a new  
TransactionSnapshot instance with copies of all of the individual collections. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.