コード例 #1
0
ファイル: TestApp.java プロジェクト: karanbatra/hazelcast
 public static void main(String[] args) throws Exception {
   TestApp testApp = new TestApp(Hazelcast.newHazelcastInstance(null));
   testApp.start(args);
 }