@Override
 public void handleRebalanceCompleted(
     String cacheName, Address node, int topologyId, Throwable throwable, int viewId)
     throws Exception {
   instance.handleRebalanceCompleted(cacheName, node, topologyId, throwable, viewId);
 }