streamcruncher.test.func.generic
Class TumblingWF1PartitionEvtWtTest

java.lang.Object
  extended by streamcruncher.test.func.OrderGenenerator
      extended by streamcruncher.test.func.generic.OrderGeneratorTest
          extended by streamcruncher.test.func.generic.TumblingWF1PartitionEvtWtTest

public abstract class TumblingWF1PartitionEvtWtTest
extends OrderGeneratorTest

This Test demonstrates the "Event Weights" feature. Each Event from the Stream is assigned a weight of "0.1". So, only after 10 events or more have accumulated will the Query run. The Query's schedule-time is very large (almost infinite). Therefore, only a total Event weight of 1.0 or more can fire the Query.


Constructor Summary
TumblingWF1PartitionEvtWtTest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TumblingWF1PartitionEvtWtTest

public TumblingWF1PartitionEvtWtTest()


Copyright © 2006 - 2008 Ashwin Jayaprakash. All Rights Reserved. (Docs generated on 3-November-2007 )