Package | Description |
---|---|
org.wildfly.swarm.batch.jberet | |
org.wildfly.swarm.config | |
org.wildfly.swarm.config.batch.jberet |
Modifier and Type | Method and Description |
---|---|
BatchFraction |
BatchFraction.defaultJobRepository(InMemoryJobRepository<?> jobRepository)
Adds the in-memory job repository as the default job repository.
|
Modifier and Type | Method and Description |
---|---|
InMemoryJobRepository |
BatchJBeret.BatchJBeretResources.inMemoryJobRepository(String key) |
Modifier and Type | Method and Description |
---|---|
List<InMemoryJobRepository> |
BatchJBeret.BatchJBeretResources.inMemoryJobRepositories()
Get the list of InMemoryJobRepository resources
|
Modifier and Type | Method and Description |
---|---|
T |
BatchJBeret.inMemoryJobRepository(InMemoryJobRepository value)
Add the InMemoryJobRepository object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
BatchJBeret.inMemoryJobRepositories(List<InMemoryJobRepository> value)
Add all InMemoryJobRepository objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryJobRepository<T extends InMemoryJobRepository<T>>
A job repository that stores job information in memory.
|
interface |
InMemoryJobRepositoryConsumer<T extends InMemoryJobRepository<T>> |
interface |
InMemoryJobRepositorySupplier<T extends InMemoryJobRepository> |
Modifier and Type | Method and Description |
---|---|
InMemoryJobRepository |
InMemoryJobRepositorySupplier.get()
Constructed instance of InMemoryJobRepository resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.