org.sakaiproject.search.journal.api
Interface IndexMergeTransaction

All Superinterfaces:
IndexTransaction
All Known Implementing Classes:
IndexMergeTransactionImpl

public interface IndexMergeTransaction
extends IndexTransaction

This transaction represents a merge operation on the local index from the journal store

Author:
ieb

Field Summary
 
Fields inherited from interface org.sakaiproject.search.transaction.api.IndexTransaction
STATUS_ACTIVE, STATUS_COMMITTED, STATUS_COMMITTING, STATUS_MARKED_ROLLBACK, STATUS_NO_TRANSACTION, STATUS_PREPARED, STATUS_PREPARING, STATUS_ROLLEDBACK, STATUS_ROLLING_BACK, STATUS_UNKNOWN, TRANSACTION_ACTIVE, TRANSACTION_STATUS
 
Method Summary
 long getJournalEntry()
           
 void setJournalEntry(long nextJournalEntry)
           
 
Methods inherited from interface org.sakaiproject.search.transaction.api.IndexTransaction
clear, close, commit, get, getStatus, getTransactionId, open, prepare, put, rollback
 

Method Detail

getJournalEntry

long getJournalEntry()
Returns:

setJournalEntry

void setJournalEntry(long nextJournalEntry)
Parameters:
nextJournalEntry -


Copyright © 2003-2012 Sakai Project. All Rights Reserved.