Groovy Documentation

org.linkedin.glu.orchestration.engine.delta
[Java] Interface SystemEntryDelta


public interface SystemEntryDelta

Authors:
yan@pongasoft.com


Field Summary
static java.lang.String DELTA_STATE_KEY

Represents the state of the delta itself (ex: 'notDeployed', 'unexpected', 'notExpectedState', 'expectedState', 'delta', 'error')

static java.lang.String DELTA_STATUS_INFO_KEY

static java.lang.String DELTA_STATUS_KEY

static java.lang.String ENTRY_STATE_KEY

Represents the state of the entry (= the state from the state machine backing up this entry)

static java.lang.String ERROR_KEY

static java.lang.String PARENT_KEY

 

Field Detail

DELTA_STATE_KEY

public static final java.lang.String DELTA_STATE_KEY
Represents the state of the delta itself (ex: 'notDeployed', 'unexpected', 'notExpectedState', 'expectedState', 'delta', 'error')


DELTA_STATUS_INFO_KEY

public static final java.lang.String DELTA_STATUS_INFO_KEY


DELTA_STATUS_KEY

public static final java.lang.String DELTA_STATUS_KEY


ENTRY_STATE_KEY

public static final java.lang.String ENTRY_STATE_KEY
Represents the state of the entry (= the state from the state machine backing up this entry)


ERROR_KEY

public static final java.lang.String ERROR_KEY


PARENT_KEY

public static final java.lang.String PARENT_KEY


 

Groovy Documentation