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 ClearPointvalue()Determines when theInMemoryJobStorageshould be cleared.static ClearPointClearPoint. 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.
-