@Immutable public class RepositoryConfiguration.Sequencing extends Object
Modifier | Constructor and Description |
---|---|
protected |
Sequencing(Document sequencing) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxPoolSize()
Get the maximum number of threads that can be spawned for sequencing at the same time
|
List<RepositoryConfiguration.Component> |
getSequencers()
Get the ordered list of sequencers.
|
protected List<RepositoryConfiguration.Component> |
getSequencers(Problems problems) |
String |
getThreadPoolName()
Get the name of the thread pool that should be used for sequencing work.
|
protected void |
validateSequencers(Problems problems)
Get the ordered list of sequencers.
|
protected Sequencing(Document sequencing)
public String getThreadPoolName()
public int getMaxPoolSize()
public List<RepositoryConfiguration.Component> getSequencers()
protected List<RepositoryConfiguration.Component> getSequencers(Problems problems)
protected void validateSequencers(Problems problems)
problems
- the container for problems reading the sequencer information; may not be nullCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.