Uses of Class
com.espertech.esper.schedule.ScheduleSlot

Packages that use ScheduleSlot
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.metrics.instrumentation EPL instrumentation helpers. 
com.espertech.esper.pattern.observer Pattern observer classes the observe timer events 
com.espertech.esper.schedule Package for timer callback scheduling 
com.espertech.esper.view.ext Extension views that providing services such as sorting, which don't fit much into other categories. 
com.espertech.esper.view.window Window views are in this package 
 

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

Methods in com.espertech.esper.core.context.mgr that return ScheduleSlot
 ScheduleSlot ContextControllerInitTermFactory.allocateSlot()
           
 

Constructors in com.espertech.esper.core.context.mgr with parameters of type ScheduleSlot
ContextControllerConditionCrontab(StatementContext statementContext, ScheduleSlot scheduleSlot, ContextDetailConditionCrontab spec, ContextControllerConditionCallback callback, ContextInternalFilterAddendum filterAddendum)
           
ContextControllerConditionTimePeriod(java.lang.String contextName, AgentInstanceContext agentInstanceContext, ScheduleSlot scheduleSlot, ContextDetailConditionTimePeriod spec, ContextControllerConditionCallback callback, ContextInternalFilterAddendum filterAddendum)
           
 

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

Methods in com.espertech.esper.core.service with parameters of type ScheduleSlot
 void SchedulingServiceAudit.add(long afterMSec, ScheduleHandle handle, ScheduleSlot slot)
           
 void SchedulingServiceAudit.remove(ScheduleHandle handle, ScheduleSlot slot)
           
 

Uses of ScheduleSlot in com.espertech.esper.epl.db
 

Constructors in com.espertech.esper.epl.db with parameters of type ScheduleSlot
DataCacheExpiringImpl(double maxAgeSec, double purgeIntervalSec, ConfigurationCacheReferenceType cacheReferenceType, SchedulingService schedulingService, ScheduleSlot scheduleSlot, EPStatementAgentInstanceHandle epStatementAgentInstanceHandle)
          Ctor.
 

Uses of ScheduleSlot in com.espertech.esper.metrics.instrumentation
 

Methods in com.espertech.esper.metrics.instrumentation with parameters of type ScheduleSlot
 void InstrumentationDefault.qScheduleAdd(long currentTime, long afterMSec, ScheduleHandle handle, ScheduleSlot slot)
           
 void Instrumentation.qScheduleAdd(long currentTime, long afterMSec, ScheduleHandle handle, ScheduleSlot slot)
           
 void InstrumentationDefault.qScheduleRemove(ScheduleHandle handle, ScheduleSlot slot)
           
 void Instrumentation.qScheduleRemove(ScheduleHandle handle, ScheduleSlot slot)
           
 

Uses of ScheduleSlot in com.espertech.esper.pattern.observer
 

Fields in com.espertech.esper.pattern.observer declared as ScheduleSlot
protected  ScheduleSlot TimerScheduleObserver.scheduleSlot
           
 

Uses of ScheduleSlot in com.espertech.esper.schedule
 

Methods in com.espertech.esper.schedule that return ScheduleSlot
 ScheduleSlot ScheduleBucket.allocateSlot()
          Returns a new slot in the bucket.
 ScheduleSlot ScheduleBucket.allocateSlot(int slotNumber)
          Returns a new slot in the bucket, given a slot number
 ScheduleSlot ScheduleSetEntry.getSlot()
          Returns schedule slot.
 

Methods in com.espertech.esper.schedule with parameters of type ScheduleSlot
 void SchedulingServiceImpl.add(long afterMSec, ScheduleHandle handle, ScheduleSlot slot)
           
 void SchedulingService.add(long afterMSec, ScheduleHandle handle, ScheduleSlot slot)
          Add a callback for after the given milliseconds from the current time.
 int ScheduleSlot.compareTo(ScheduleSlot scheduleCallbackSlot)
           
 void SchedulingServiceImpl.remove(ScheduleHandle handle, ScheduleSlot slot)
           
 void SchedulingService.remove(ScheduleHandle handle, ScheduleSlot slot)
          Remove a handle.
 

Constructors in com.espertech.esper.schedule with parameters of type ScheduleSlot
ScheduleSetEntry(java.lang.Long time, ScheduleSlot slot, ScheduleHandle handle)
          Ctor.
 

Uses of ScheduleSlot in com.espertech.esper.view.ext
 

Fields in com.espertech.esper.view.ext declared as ScheduleSlot
protected  ScheduleSlot TimeOrderView.scheduleSlot
           
 

Uses of ScheduleSlot in com.espertech.esper.view.window
 

Fields in com.espertech.esper.view.window declared as ScheduleSlot
protected  ScheduleSlot TimeLengthBatchView.scheduleSlot
           
protected  ScheduleSlot TimeBatchViewRStream.scheduleSlot
           
protected  ScheduleSlot TimeBatchView.scheduleSlot
           
protected  ScheduleSlot TimeAccumViewRStream.scheduleSlot
           
protected  ScheduleSlot TimeAccumView.scheduleSlot
           
protected  ScheduleSlot FirstTimeView.scheduleSlot
           
protected  ScheduleSlot ExpressionViewBase.scheduleSlot
           
 


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