org.apache.s4.core.window
Class OHCLSlot

java.lang.Object
  extended by org.apache.s4.core.window.OHCLSlot
All Implemented Interfaces:
Slot<java.lang.Double>

public class OHCLSlot
extends java.lang.Object
implements Slot<java.lang.Double>


Nested Class Summary
static class OHCLSlot.OHCLSlotFactory
           
 
Constructor Summary
OHCLSlot()
           
 
Method Summary
 void close()
          Compute aggregated data on available gathered slot data, place slot and slot data in immutable state.
 void update(java.lang.Double data)
          Add a single data element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OHCLSlot

public OHCLSlot()
Method Detail

update

public void update(java.lang.Double data)
Description copied from interface: Slot
Add a single data element

Specified by:
update in interface Slot<java.lang.Double>

close

public void close()
Description copied from interface: Slot
Compute aggregated data on available gathered slot data, place slot and slot data in immutable state.

Specified by:
close in interface Slot<java.lang.Double>