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() |
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 RightTuple getInsertFirst()
getInsertFirst
in interface RightTupleSets
public RightTuple getDeleteFirst()
getDeleteFirst
in interface RightTupleSets
public RightTuple getUpdateFirst()
getUpdateFirst
in interface RightTupleSets
public void resetInsert()
public void resetDelete()
public void resetUpdate()
public void resetAll()
resetAll
in interface RightTupleSets
public int insertSize()
insertSize
in interface RightTupleSets
public int deleteSize()
deleteSize
in interface RightTupleSets
public int updateSize()
updateSize
in interface RightTupleSets
public boolean addInsert(RightTuple rightTuple)
addInsert
in interface RightTupleSets
public boolean addDelete(RightTuple rightTuple)
addDelete
in interface RightTupleSets
public boolean addUpdate(RightTuple rightTuple)
addUpdate
in interface RightTupleSets
public 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 RightTupleSets
public String toStringSizes()
toStringSizes
in interface RightTupleSets
public String toString()
toString
in interface RightTupleSets
toString
in class Object
public boolean isEmpty()
isEmpty
in interface RightTupleSets
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.