Package org.linkedin.glu.orchestration.engine.delta

Examples of org.linkedin.glu.orchestration.engine.delta.SystemModelDelta


        new SingleDeltaBuilder(_deltaProcessor,
                               newExpectedModel,
                               _latestDelta.getUnfilteredExpectedModel(),
                               new SystemEntryKeyDeltaSystemModelFilter(_newFilteredKeys));

      SystemModelDelta delta = _latestDelta.build();

      deltas.add(delta);
    }

    return deltas;
View Full Code Here

TOP

Related Classes of org.linkedin.glu.orchestration.engine.delta.SystemModelDelta

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.