com.espertech.esper.epl.spec
Class ContextDetailHash

java.lang.Object
  extended by com.espertech.esper.epl.spec.ContextDetailHash
All Implemented Interfaces:
ContextDetail, java.io.Serializable

public class ContextDetailHash
extends java.lang.Object
implements ContextDetail

See Also:
Serialized Form

Constructor Summary
ContextDetailHash(java.util.List<ContextDetailHashItem> items, int granularity, boolean preallocate)
           
 
Method Summary
 java.util.List<FilterSpecCompiled> getFilterSpecsIfAny()
           
 int getGranularity()
           
 java.util.List<ContextDetailHashItem> getItems()
           
 boolean isPreallocate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextDetailHash

public ContextDetailHash(java.util.List<ContextDetailHashItem> items,
                         int granularity,
                         boolean preallocate)
Method Detail

getItems

public java.util.List<ContextDetailHashItem> getItems()

isPreallocate

public boolean isPreallocate()

getGranularity

public int getGranularity()

getFilterSpecsIfAny

public java.util.List<FilterSpecCompiled> getFilterSpecsIfAny()
Specified by:
getFilterSpecsIfAny in interface ContextDetail

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com