public class RightTupleSetsImpl extends Object implements RightTupleSets
| Modifier and Type | Field and Description |
|---|---|
protected RightTuple |
deleteFirst |
protected int |
deleteSize |
protected RightTuple |
insertFirst |
protected int |
insertSize |
protected RightTuple |
updateFirst |
protected int |
updateSize |
| Constructor and Description |
|---|
RightTupleSetsImpl(BetaMemory bm) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(RightTupleSets source) |
void |
addAllDeletes(RightTupleSets tupleSets) |
void |
addAllInserts(RightTupleSets tupleSets) |
void |
addAllUpdates(RightTupleSets tupleSets) |
boolean |
addDelete(RightTuple rightTuple) |
boolean |
addInsert(RightTuple rightTuple) |
boolean |
addUpdate(RightTuple rightTuple) |
void |
clear() |
int |
deleteSize() |
RightTuple |
getDeleteFirst() |
RightTuple |
getInsertFirst() |
RightTuple |
getUpdateFirst() |
int |
insertSize() |
boolean |
isEmpty() |
void |
removeDelete(RightTuple rightTuple) |
void |
removeInsert(RightTuple rightTuple) |
void |
removeUpdate(RightTuple rightTuple) |
void |
resetAll() |
void |
resetDelete() |
void |
resetInsert() |
void |
resetUpdate() |
RightTupleSets |
takeAll() |
String |
toString() |
String |
toStringSizes() |
int |
updateSize() |
protected RightTuple insertFirst
protected volatile int insertSize
protected RightTuple deleteFirst
protected volatile int deleteSize
protected RightTuple updateFirst
protected volatile int updateSize
public RightTupleSetsImpl(BetaMemory bm)
public RightTuple getInsertFirst()
getInsertFirst in interface RightTupleSetspublic RightTuple getDeleteFirst()
getDeleteFirst in interface RightTupleSetspublic RightTuple getUpdateFirst()
getUpdateFirst in interface RightTupleSetspublic void resetInsert()
public void resetDelete()
public void resetUpdate()
public void resetAll()
resetAll in interface RightTupleSetspublic int insertSize()
insertSize in interface RightTupleSetspublic int deleteSize()
deleteSize in interface RightTupleSetspublic int updateSize()
updateSize in interface RightTupleSetspublic boolean addInsert(RightTuple rightTuple)
addInsert in interface RightTupleSetspublic boolean addDelete(RightTuple rightTuple)
addDelete in interface RightTupleSetspublic boolean addUpdate(RightTuple rightTuple)
addUpdate in interface RightTupleSetspublic void removeInsert(RightTuple rightTuple)
public void removeDelete(RightTuple rightTuple)
public void removeUpdate(RightTuple rightTuple)
public void addAllInserts(RightTupleSets tupleSets)
public void addAllDeletes(RightTupleSets tupleSets)
public void addAllUpdates(RightTupleSets tupleSets)
public void addAll(RightTupleSets source)
public void clear()
public RightTupleSets takeAll()
takeAll in interface RightTupleSetspublic String toStringSizes()
toStringSizes in interface RightTupleSetspublic String toString()
toString in interface RightTupleSetstoString in class Objectpublic boolean isEmpty()
isEmpty in interface RightTupleSetsCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.