Package com.netflix.priam

Examples of com.netflix.priam.FakePriamInstanceFactory


        instances.add("fakeinstance8");
        instances.add("fakeinstance9");

        membership = new FakeMembership(instances);
        config = new FakeConfiguration("fake", "fake-app", "az1", "fakeinstance1");
        factory = new FakePriamInstanceFactory(config);
        sleeper = new FakeSleeper();
    }
View Full Code Here

TOP

Related Classes of com.netflix.priam.FakePriamInstanceFactory

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.