29303132333435
public class HazelcastCommandLine { public static void main(String args[]) throws Exception { Config conf = HazelcastConfigBuilder.build(SploutConfiguration.get()); new TestApp(Hazelcast.newHazelcastInstance(conf)).start(args); }