Groovy Documentation

org.linkedin.glu.orchestration.engine.delta.impl
[Java] Class BounceDeltaSystemModelFilter

java.lang.Object
  org.linkedin.glu.orchestration.engine.delta.impl.BounceDeltaSystemModelFilter
All Implemented Interfaces:
DeltaSystemModelFilter

public class BounceDeltaSystemModelFilter

For bounce we take all the entries where the current state is running or stopped and the expected state is 'running'.

Authors:
yan@pongasoft.com


Constructor Summary
BounceDeltaSystemModelFilter(SystemFilter expectedSystemFilter)

Constructor

BounceDeltaSystemModelFilter(SystemFilter expectedSystemFilter, java.lang.String expectedState, java.lang.String bounceState)

Constructor

 
Method Summary
boolean filter(SystemEntry expectedEntry, SystemEntry currentEntry)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

BounceDeltaSystemModelFilter

public BounceDeltaSystemModelFilter(SystemFilter expectedSystemFilter)
Constructor


BounceDeltaSystemModelFilter

public BounceDeltaSystemModelFilter(SystemFilter expectedSystemFilter, java.lang.String expectedState, java.lang.String bounceState)
Constructor


 
Method Detail

filter

@Override
public boolean filter(SystemEntry expectedEntry, SystemEntry currentEntry)


 

Groovy Documentation