Interface StopCallback
- All Known Subinterfaces:
AggregationService
,AIRegistryAggregation
,EvalRootState
,ResultSetProcessor
,ResultSetProcessorAggregateGrouped
,ResultSetProcessorRowForAll
,ResultSetProcessorRowPerEvent
,ResultSetProcessorRowPerGroup
,ResultSetProcessorRowPerGroupRollup
,ResultSetProcessorSimple
- All Known Implementing Classes:
AggregationServiceNull
,AggSvcGroupAllWTableImpl
,AggSvcGroupByWTableBase
,AggSvcGroupByWTableImpl
,AggSvcGroupByWTableRollupMultiKeyImpl
,AggSvcGroupByWTableRollupSingleKeyImpl
,AIRegistryAggregationMap
,AIRegistryAggregationMultiPerm
,AIRegistryAggregationSingle
,EvalRootStateNode
,OnExprViewTableBase
,OnExprViewTableDelete
,OnExprViewTableMerge
,OnExprViewTableMergeInsertUnmatched
,OnExprViewTableSelect
,OnExprViewTableUpdate
,ResultSetProcessorHandThroughImpl
,StopCallbackNoAction
public interface StopCallback
General purpose callback to stop a resource and free it's underlying resources.
-
Method Summary
-
Method Details
-
stop
void stop()Stops the underlying resources.
-