TupleType - the type of tuple stored hereinpublic interface TupleTable<TupleType> extends TransactionalComponent
| Modifier and Type | Method and Description |
|---|---|
default void |
abort()
Abort a transaction - finish the transaction and undo any changes (if a "write" transaction)
|
void |
add(TupleType t)
Add a tuple to the table
|
void |
clear()
Clear all tuples from this table.
|
void |
delete(TupleType t)
Remove a tuple from the table
|
begin, commit, endvoid add(TupleType t)
t - the tuple to addvoid delete(TupleType t)
t - the tuple to removedefault void abort()
TransactionalComponentabort in interface TransactionalComponentvoid clear()
Licenced under the Apache License, Version 2.0