com.espertech.esper.core.context.mgr
Class ContextControllerState

java.lang.Object
  extended by com.espertech.esper.core.context.mgr.ContextControllerState

public class ContextControllerState
extends java.lang.Object


Constructor Summary
ContextControllerState(java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> states, boolean imported, ContextPartitionImportCallback partitionImportCallback)
           
 
Method Summary
 ContextPartitionImportCallback getPartitionImportCallback()
           
 java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> getStates()
           
 boolean isImported()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextControllerState

public ContextControllerState(java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> states,
                              boolean imported,
                              ContextPartitionImportCallback partitionImportCallback)
Method Detail

getStates

public java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> getStates()

isImported

public boolean isImported()

getPartitionImportCallback

public ContextPartitionImportCallback getPartitionImportCallback()

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