Package org.apache.helix

Examples of org.apache.helix.PreConnectCallback


  @Override
  protected final void doStart() {
    _participant = _connection.createParticipant(_clusterId, _participantId);

    // add a preconnect callback
    _participant.addPreConnectCallback(new PreConnectCallback() {
      @Override
      public void onPreConnect() {
        if (initialized) {
          onReconnect();
        } else {
View Full Code Here

TOP

Related Classes of org.apache.helix.PreConnectCallback

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.