public class TableCommitModificationEvent extends Object
Constructor and Description |
---|
TableCommitModificationEvent(SimpleTransaction transaction,
TableName table_name,
int[] added,
int[] removed)
Constructs the event.
|
Modifier and Type | Method and Description |
---|---|
int[] |
getAddedRows()
Returns the normalized list of all rows that were inserted or updated
in this table of the transaction being committed.
|
int[] |
getRemovedRows()
Returns the normalized list of all rows that were deleted or updated
in this table of the transaction being committed.
|
TableName |
getTableName()
Returns the name of the table.
|
SimpleTransaction |
getTransaction()
Returns the Transaction that represents the view of the database when
the changes to the table have been committed.
|
public TableCommitModificationEvent(SimpleTransaction transaction, TableName table_name, int[] added, int[] removed)
public SimpleTransaction getTransaction()
public TableName getTableName()
public int[] getAddedRows()
public int[] getRemovedRows()
Copyright © 2015. All rights reserved.