public class SynchronizedLeftTupleSets extends LeftTupleSetsImpl implements LeftTupleSets
Constructor and Description |
---|
SynchronizedLeftTupleSets() |
Modifier and Type | Method and Description |
---|---|
boolean |
addDelete(LeftTuple leftTuple) |
boolean |
addInsert(LeftTuple leftTuple) |
boolean |
addUpdate(LeftTuple leftTuple) |
Object |
getLock() |
void |
resetAll() |
LeftTupleSets |
takeAll()
The returned LeftTupleSet, 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
addAll, addAllDeletes, addAllInserts, addAllUpdates, deleteSize, getDeleteFirst, getInsertFirst, getUpdateFirst, insertSize, isEmpty, removeDelete, removeInsert, removeUpdate, toStringSizes, updateSize
public Object getLock()
public boolean addInsert(LeftTuple leftTuple)
addInsert
in interface LeftTupleSets
addInsert
in class LeftTupleSetsImpl
public boolean addDelete(LeftTuple leftTuple)
addDelete
in interface LeftTupleSets
addDelete
in class LeftTupleSetsImpl
public boolean addUpdate(LeftTuple leftTuple)
addUpdate
in interface LeftTupleSets
addUpdate
in class LeftTupleSetsImpl
public void resetAll()
resetAll
in interface LeftTupleSets
resetAll
in class LeftTupleSetsImpl
public LeftTupleSets takeAll()
takeAll
in interface LeftTupleSets
takeAll
in class LeftTupleSetsImpl
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.