Uses of Interface
com.espertech.esper.client.SafeIterator

Packages that use SafeIterator
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.client.scopetest Test framework classes. 
com.espertech.esper.collection Internal collection classes 
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.context.util Context partition utility or reference classes. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
 

Uses of SafeIterator in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return SafeIterator
 SafeIterator<EventBean> EPIterable.safeIterator()
          Returns a concurrency-safe iterator that iterates over events representing statement results (pull API) in the face of concurrent event processing by further threads.
 SafeIterator<EventBean> EPStatement.safeIterator(ContextPartitionSelector selector)
          For use with statements that have a context declared and that may therefore have multiple context partitions, allows to safe-iterate over context partitions selectively.
 

Uses of SafeIterator in com.espertech.esper.client.scopetest
 

Methods in com.espertech.esper.client.scopetest with parameters of type SafeIterator
static void EPAssertionUtil.assertPropsPerRow(java.util.Iterator<EventBean> iterator, SafeIterator<EventBean> safeIterator, java.lang.String[] propertyNames, java.lang.Object[][] expected)
          Compare the property values returned by events of both iterators with the expected values, using exact-order semantics.
static void EPAssertionUtil.assertPropsPerRowAnyOrder(java.util.Iterator<EventBean> iterator, SafeIterator<EventBean> safeIterator, java.lang.String[] propertyNames, java.lang.Object[][] expected)
          Compare the property values returned by events of both iterators with the expected values, using any-order semantics.
static void EPAssertionUtil.assertPropsPerRowAnyOrder(SafeIterator<EventBean> safeIterator, java.lang.String[] propertyNames, java.lang.Object[][] expected)
          Compare the property values returned by events of the iterator with the expected values, using any-order semantics.
 

Uses of SafeIterator in com.espertech.esper.collection
 

Classes in com.espertech.esper.collection that implement SafeIterator
 class SafeIteratorImpl<E>
          Implements the safe iterator.
 class SafeIteratorNull<E>
           
 class SafeIteratorWTableImpl<E>
          Implements the safe iterator.
 

Fields in com.espertech.esper.collection declared as SafeIterator
static SafeIterator<EventBean> SafeIteratorNull.NULL_EVENT_ITER
           
 

Uses of SafeIterator in com.espertech.esper.core.context.mgr
 

Classes in com.espertech.esper.core.context.mgr that implement SafeIterator
 class AgentInstanceArraySafeIterator
           
 

Methods in com.espertech.esper.core.context.mgr that return SafeIterator
 SafeIterator<EventBean> ContextManagerNested.safeIterator(java.lang.String statementId)
           
 SafeIterator<EventBean> ContextManagerImpl.safeIterator(java.lang.String statementId)
           
 SafeIterator<EventBean> ContextManagerNested.safeIterator(java.lang.String statementId, ContextPartitionSelector selector)
           
 SafeIterator<EventBean> ContextManagerImpl.safeIterator(java.lang.String statementId, ContextPartitionSelector selector)
           
 

Uses of SafeIterator in com.espertech.esper.core.context.util
 

Methods in com.espertech.esper.core.context.util that return SafeIterator
 SafeIterator<EventBean> ContextIteratorHandler.safeIterator(java.lang.String statementId)
           
 SafeIterator<EventBean> ContextDescriptor.safeIterator(java.lang.String statementId)
           
 SafeIterator<EventBean> ContextIteratorHandler.safeIterator(java.lang.String statementId, ContextPartitionSelector selector)
           
 SafeIterator<EventBean> ContextDescriptor.safeIterator(java.lang.String statementId, ContextPartitionSelector selector)
           
 

Uses of SafeIterator in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return SafeIterator
 SafeIterator<EventBean> EPStatementImpl.safeIterator()
           
 SafeIterator<EventBean> EPStatementImpl.safeIterator(ContextPartitionSelector selector)
           
 


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