|
Log4j 1.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.expres.broker.correlation.strategy.AbstractCorrelationStrategy
pl.psnc.expres.broker.correlation.strategy.RoundRobinStrategy
public class RoundRobinStrategy
RoundRobinStrategy
class - round robin scheduling strategy for
assigning resources required for correlation.
Field Summary |
---|
Fields inherited from class pl.psnc.expres.broker.correlation.strategy.AbstractCorrelationStrategy |
---|
log |
Constructor Summary | |
---|---|
RoundRobinStrategy(CorrelationJobValue corJobValue)
Creates a new instance of round robin scheduling strategy for correlation nodes |
Method Summary | |
---|---|
pl.psnc.expres.model.resource.ResourceValue |
nextCorrelator()
Get next instance of correlation value which will be doing the software correlation |
pl.psnc.expres.model.resource.ResourceValue |
previousCorrelator()
Get instance of correlation value which was schedulled for the correlation |
Methods inherited from class pl.psnc.expres.broker.correlation.strategy.AbstractCorrelationStrategy |
---|
getCorJobValue, getCorrelatorArray, getCorrelatorCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoundRobinStrategy(CorrelationJobValue corJobValue) throws pl.psnc.vlab.exception.ResourceNotFoundException
corJobValue
- correlation job details
pl.psnc.vlab.exception.ResourceNotFoundException
- thrown when correlation nodes could not
be foundMethod Detail |
---|
public pl.psnc.expres.model.resource.ResourceValue nextCorrelator()
ICorrelationStrategy
public pl.psnc.expres.model.resource.ResourceValue previousCorrelator()
ICorrelationStrategy
|
Log4j 1.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |