Uses of Class
com.iohao.net.framework.core.flow.internal.StatActionInOut.StatAction
Packages that use StatActionInOut.StatAction
Package
Description
Provides internal flow-plugin implementations that participate in the framework execution
pipeline and support extensible request-processing behavior.
-
Uses of StatActionInOut.StatAction in com.iohao.net.framework.core.flow.internal
Methods in com.iohao.net.framework.core.flow.internal that return StatActionInOut.StatActionModifier and TypeMethodDescriptionStatActionInOut.StatActionRegion.getStatAction(CmdInfo cmdInfo) Get or create theStatActionInOut.StatActionfor the given command.Methods in com.iohao.net.framework.core.flow.internal that return types with arguments of type StatActionInOut.StatActionModifier and TypeMethodDescriptionStatActionInOut.StatActionRegion.stream()Return a stream of allStatActionInOut.StatActionvalues.Methods in com.iohao.net.framework.core.flow.internal with parameters of type StatActionInOut.StatActionModifier and TypeMethodDescriptionvoidStatActionInOut.StatActionChangeListener.changed(StatActionInOut.StatAction statAction, long time, FlowContext flowContext) Called after the StatAction statistics record is updateddefault voidStatActionInOut.StatActionChangeListener.flow(StatActionInOut.StatAction statAction, long time, FlowContext flowContext) StatAction update listener flowdefault booleanStatActionInOut.StatActionChangeListener.triggerUpdateTimeRange(StatActionInOut.StatAction statAction, long time, FlowContext flowContext) Trigger condition, a prerequisite for triggering the updateTimeRange methoddefault voidStatActionInOut.StatActionChangeListener.updateTimeRange(StatActionInOut.StatAction statAction, long time, FlowContext flowContext) Called while the StatAction statistics record is being updated, called when the trigger method returns trueMethod parameters in com.iohao.net.framework.core.flow.internal with type arguments of type StatActionInOut.StatActionModifier and TypeMethodDescriptionvoidStatActionInOut.StatActionRegion.forEach(BiConsumer<CmdInfo, StatActionInOut.StatAction> action) Iterate over all collected statistics.