public class SynchronizedRightTupleSets extends RightTupleSetsImpl implements RightTupleSets
deleteFirst, deleteSize, insertFirst, insertSize, updateFirst, updateSize
Constructor and Description |
---|
SynchronizedRightTupleSets(BetaMemory bm) |
Modifier and Type | Method and Description |
---|---|
boolean |
addDelete(RightTuple rightTuple) |
boolean |
addInsert(RightTuple rightTuple) |
boolean |
addUpdate(RightTuple rightTuple) |
Object |
getLock() |
void |
resetAll() |
RightTupleSets |
takeAll()
The returned RightTupleSet, is not thread safe.
|
addAll, addAllDeletes, addAllInserts, addAllUpdates, clear, deleteSize, getDeleteFirst, getInsertFirst, getUpdateFirst, insertSize, isEmpty, removeDelete, removeInsert, removeUpdate, resetDelete, resetInsert, resetUpdate, toString, toStringSizes, updateSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
deleteSize, getDeleteFirst, getInsertFirst, getUpdateFirst, insertSize, isEmpty, toString, toStringSizes, updateSize
public SynchronizedRightTupleSets(BetaMemory bm)
public Object getLock()
public boolean addInsert(RightTuple rightTuple)
addInsert
in interface RightTupleSets
addInsert
in class RightTupleSetsImpl
public boolean addDelete(RightTuple rightTuple)
addDelete
in interface RightTupleSets
addDelete
in class RightTupleSetsImpl
public boolean addUpdate(RightTuple rightTuple)
addUpdate
in interface RightTupleSets
addUpdate
in class RightTupleSetsImpl
public void resetAll()
resetAll
in interface RightTupleSets
resetAll
in class RightTupleSetsImpl
public RightTupleSets takeAll()
takeAll
in interface RightTupleSets
takeAll
in class RightTupleSetsImpl
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.