Package com.hazelcast.partition.membergroup

Examples of com.hazelcast.partition.membergroup.SingleMemberGroupFactory


        Hazelcast.shutdownAll();
    }

    @Test
    public void testRandomPartitionGenerator() throws Exception {
        final MemberGroupFactory memberGroupFactory = new SingleMemberGroupFactory();
        test(memberGroupFactory);
    }
View Full Code Here

TOP

Related Classes of com.hazelcast.partition.membergroup.SingleMemberGroupFactory

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.