类 CountingCompletionPolicy.CountingBatchContext
- java.lang.Object
- org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
- org.springframework.batch.repeat.context.RepeatContextSupport
- org.springframework.batch.repeat.policy.CountingCompletionPolicy.CountingBatchContext
- 所有已实现的接口:
RepeatContext
,org.springframework.core.AttributeAccessor
protected class CountingCompletionPolicy.CountingBatchContext extends RepeatContextSupport
构造器概要
构造器 构造器 说明 CountingBatchContext(RepeatContext parent)
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 RepeatContextCounter
getCounter()
从类继承的方法 org.springframework.batch.repeat.context.RepeatContextSupport
close, getParent, getStartedCount, increment, isCompleteOnly, isTerminateOnly, registerDestructionCallback, setCompleteOnly, setTerminateOnly
从类继承的方法 org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
attributeNames, equals, getAttribute, hasAttribute, hashCode, removeAttribute, setAttribute, setAttributeIfAbsent, toString
构造器详细资料
CountingBatchContext
public CountingBatchContext(RepeatContext parent)
方法详细资料
getCounter
public RepeatContextCounter getCounter()