Uses of Class
com.github.marschall.spring.batch.inmemory.ClearPoint
-
-
Uses of ClearPoint in com.github.marschall.spring.batch.inmemory
Methods in com.github.marschall.spring.batch.inmemory that return ClearPoint Modifier and Type Method Description ClearPoint
value()
Determines when theInMemoryJobStorage
should be cleared.static ClearPoint
ClearPoint. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClearPoint[]
ClearPoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-