Package | Description |
---|---|
org.alfresco.repo.domain.node | |
org.alfresco.repo.domain.node.ibatis | |
org.alfresco.repo.node.index |
Modifier and Type | Class and Description |
---|---|
class |
TransactionEntity
Bean to represent alf_transaction data.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
NodeDAO.getTxnById(Long txnId)
Retrieves a specific transaction.
|
Transaction |
AbstractNodeDAOImpl.getTxnById(Long txnId) |
protected abstract Transaction |
AbstractNodeDAOImpl.selectLastTxnBeforeCommitTime(Long maxCommitTime) |
protected abstract Transaction |
AbstractNodeDAOImpl.selectTxnById(Long txnId) |
Modifier and Type | Method and Description |
---|---|
List<Transaction> |
NodeDAO.getOneTxnsByCommitTimeDescending(Long fromTimeInclusive,
Long toTimeExclusive,
boolean remoteOnly)
Get one last transaction in a given time range.
|
List<Transaction> |
NodeDAO.getTxnsByCommitTimeAscending(List<Long> includeTxnIds)
Get a specific list of transactions ordered by commit time.
|
List<Transaction> |
AbstractNodeDAOImpl.getTxnsByCommitTimeAscending(List<Long> includeTxnIds) |
List<Transaction> |
NodeDAO.getTxnsByCommitTimeAscending(Long fromTimeInclusive,
Long toTimeExclusive,
int count,
List<Long> excludeTxnIds,
boolean remoteOnly)
Get all transactions in a given time range.
|
List<Transaction> |
AbstractNodeDAOImpl.getTxnsByCommitTimeAscending(Long fromTimeInclusive,
Long toTimeExclusive,
int count,
List<Long> excludeTxnIds,
boolean remoteOnly) |
List<Transaction> |
NodeDAO.getTxnsByCommitTimeDescending(Long fromTimeInclusive,
Long toTimeExclusive,
int count,
List<Long> excludeTxnIds,
boolean remoteOnly)
Get all transactions in a given time range.
|
List<Transaction> |
AbstractNodeDAOImpl.getTxnsByCommitTimeDescending(Long fromTimeInclusive,
Long toTimeExclusive,
int count,
List<Long> excludeTxnIds,
boolean remoteOnly) |
protected abstract List<Transaction> |
AbstractNodeDAOImpl.selectTxns(Long fromTimeInclusive,
Long toTimeExclusive,
Integer count,
List<Long> includeTxnIds,
List<Long> excludeTxnIds,
Long excludeServerId,
Boolean ascending) |
Modifier and Type | Method and Description |
---|---|
protected Transaction |
NodeDAOImpl.selectLastTxnBeforeCommitTime(Long maxCommitTime) |
protected Transaction |
NodeDAOImpl.selectTxnById(Long txnId) |
Modifier and Type | Method and Description |
---|---|
List<Transaction> |
NodeDAOImpl.getOneTxnsByCommitTimeDescending(Long fromTimeInclusive,
Long toTimeExclusive,
boolean remoteOnly)
Get most recent transaction made in a given commit time range
|
protected List<Transaction> |
NodeDAOImpl.selectTxns(Long fromTimeInclusive,
Long toTimeExclusive,
Integer count,
List<Long> includeTxnIds,
List<Long> excludeTxnIds,
Long excludeServerId,
Boolean ascending) |
Modifier and Type | Method and Description |
---|---|
AbstractReindexComponent.InIndex |
AbstractReindexComponent.isTxnPresentInIndex(Transaction txn)
Determines if a given transaction is definitely in the index or not.
|
AbstractReindexComponent.InIndex |
AbstractReindexComponent.isTxnPresentInIndex(Transaction txn,
boolean readThrough) |
Modifier and Type | Method and Description |
---|---|
protected AbstractReindexComponent.InIndex |
FullIndexRecoveryComponent.areAllTxnsInEndSample(List<Transaction> txns) |
protected AbstractReindexComponent.InIndex |
FullIndexRecoveryComponent.areTxnsInStartSample(List<Transaction> txns) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.