예제 #1
0
 @Override
 public void run() throws Exception {
   if (memberInfos.size() == 3 && getNodeEngine().getThisAddress().getPort() % 3 == 0) {
     Thread.sleep(500);
   }
   super.run();
 }
예제 #2
0
 @Override
 public void write(ObjectDataOutput out, MemberInfoUpdateOperation object) throws IOException {
   object.writeData(out);
 }