Drools :: Core 6.2.0.CR4

org.drools.core.common
Class StreamTupleEntryQueue

java.lang.Object
  extended by org.drools.core.common.StreamTupleEntryQueue

public class StreamTupleEntryQueue
extends Object


Constructor Summary
StreamTupleEntryQueue()
           
 
Method Summary
 boolean addDelete(TupleEntry entry)
           
 boolean addInsert(TupleEntry entry)
           
 boolean addUpdate(TupleEntry entry)
           
 boolean isEmpty()
           
 TupleEntry peek()
           
 int size()
           
 TupleEntryQueue takeAllForFlushing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamTupleEntryQueue

public StreamTupleEntryQueue()
Method Detail

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()

Drools :: Core 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.