Class InMemoryJobStorage
- java.lang.Object
-
- com.github.marschall.spring.batch.inmemory.InMemoryJobStorage
-
public final class InMemoryJobStorage extends Object
Backing store forInMemoryJobRepositoryandInMemoryJobExplorer.You should create a single
InMemoryJobRepositoryandInMemoryJobExplorerthat share the sameInMemoryJobRepository.Instances of this class are thread-safe.
-
-
Constructor Summary
Constructors Constructor Description InMemoryJobStorage()Default constructor ofInMemoryJobRepository.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Clears all data, affects allInMemoryJobRepositoryandInMemoryJobExplorerbacked by this object.
-
-
-
Constructor Detail
-
InMemoryJobStorage
public InMemoryJobStorage()
Default constructor ofInMemoryJobRepository.
-
-
Method Detail
-
clear
public void clear()
Clears all data, affects allInMemoryJobRepositoryandInMemoryJobExplorerbacked by this object.
-
-