org.drools.core.common
Class StreamTupleEntryQueue
java.lang.Object
org.drools.core.common.StreamTupleEntryQueue
public class StreamTupleEntryQueue
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamTupleEntryQueue
public StreamTupleEntryQueue()
peek
public TupleEntry peek()
addInsert
public boolean addInsert(TupleEntry entry)
addUpdate
public boolean addUpdate(TupleEntry entry)
addDelete
public boolean addDelete(TupleEntry entry)
size
public int size()
isEmpty
public boolean isEmpty()
takeAllForFlushing
public TupleEntryQueue takeAllForFlushing()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.