All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.statistics.flow.DataInputer.dml Maven / Gradle / Ivy

The newest version!
%1483672830372
@
sname=DataInputer
slabel=DataInputer
sdescriptors=xworker.lang.MetaDescriptor3
smany=true
seditCols=2
sinitialization=false
smodifier=public
sinheritDescription=false
Sdescription=
#$@text#$@

数据输入器

    为流式统计提供数据输入的服务。

需要实现的方法

  • void start(FlowStatistics flowStatistics, DataInputer dataInputer)
    启动输入。改方法通过FlowStatistics调用。
     
  • void stop(FlowStatistics flowStatistics, DataInputer dataInputer)
    停止输入。改方法通过FlowStatistics调用。 

输入数据

    当数据输入器启动后,可以调用DataInputer的相关方法。

  • void input(Object data)
    向FlowStatistics输入数据。
     
  • void inputFinished()
    通知FlowStatistics输入结束。

 

 

 

#$@text#$@ snotXmlAttribute=false sjson_isArray=false sth_createIndex=false sth_registMyChilds=false sth_registDisabled=false sth_mark=false @/@actions sname=actions sdescriptors=xworker.lang.MetaDescriptor3/@actions sinheritDescription=false sth_createIndex=false sth_registMyChilds=false sth_registDisabled=false sth_mark=false sid=actions @/@actions/@start sname=start sunimplementedException=true sinterpretationType=Self sattributeTemplate=false schildsAttributeTemplate=false svarScope=Local sisSynchronized=false sthrowException=true suseOtherAction=false screateLocalVarScope=false ssaveReturn=false sdisableGlobalContext=false sdebugLog=false sdescriptors=xworker.lang.actions.Actions/@NOOP sinheritDescription=false sth_createIndex=false sth_registMyChilds=false sth_registDisabled=false sth_mark=false sid=start @/@actions/@start/@ins sisValidate=false sname=ins sdescriptors=xworker.lang.actions.Inout/@ins sinheritDescription=false sth_createIndex=false sth_registMyChilds=false sth_registDisabled=false sth_mark=false sid=ins @/@actions/@start/@ins/@flowStatistics sname=flowStatistics stype=FlowStatistics stypeCheck=false soptional=true scheck=false scheckLevel=exception sdescriptors=xworker.lang.actions.Inout/@ins/@param sinheritDescription=false sth_createIndex=false sth_registMyChilds=false sth_registDisabled=false sth_mark=false sid=flowStatistics @/@actions/@stop sname=stop sunimplementedException=false sinterpretationType=Self sattributeTemplate=false schildsAttributeTemplate=false svarScope=Local sisSynchronized=false sthrowException=true suseOtherAction=false screateLocalVarScope=false ssaveReturn=false sdisableGlobalContext=false sdebugLog=false sdescriptors=xworker.lang.actions.Actions/@NOOP sinheritDescription=false sth_createIndex=false sth_registMyChilds=false sth_registDisabled=false sth_mark=false sid=stop @/@actions/@stop/@ins sisValidate=false sname=ins sdescriptors=xworker.lang.actions.Inout/@ins sinheritDescription=false sth_createIndex=false sth_registMyChilds=false sth_registDisabled=false sth_mark=false sid=ins @/@actions/@stop/@ins/@flowStatistics sname=flowStatistics stype=FlowStatistics stypeCheck=false soptional=true scheck=false scheckLevel=exception sdescriptors=xworker.lang.actions.Inout/@ins/@param sinheritDescription=false sth_createIndex=false sth_registMyChilds=false sth_registDisabled=false sth_mark=false sid=flowStatistics @/@name sname=name sshowLabel=true sreadOnly=false sinheritDescription=false svalidateAllowBlank=true LvalidateOnBlur=true LallowDecimals=true LallowNegative=true snotXmlAttribute=false sdescriptors=xworker.lang.MetaDescriptor3/@attribute sth_createIndex=false sth_registMyChilds=false sth_registDisabled=false sth_mark=false sid=name @/@label sname=label sshowLabel=true sreadOnly=false sinheritDescription=false svalidateAllowBlank=true LvalidateOnBlur=true LallowDecimals=true LallowNegative=true snotXmlAttribute=false sdescriptors=xworker.lang.MetaDescriptor3/@attribute sth_createIndex=false sth_registMyChilds=false sth_registDisabled=false sth_mark=false sid=label @/@description sname=description sinputtype=html sshowLabel=true sreadOnly=false sinheritDescription=false svalidateAllowBlank=true LvalidateOnBlur=true LallowDecimals=true LallowNegative=true snotXmlAttribute=false sdescriptors=xworker.lang.MetaDescriptor3/@attribute sth_createIndex=false sth_registMyChilds=false sth_registDisabled=false sth_mark=false sid=description




© 2015 - 2025 Weber Informatics LLC | Privacy Policy