Package org.apache.drill.exec.proto.UserProtos

Examples of org.apache.drill.exec.proto.UserProtos.UserToBitHandshake


      resultsListener.submissionFailed(ex);
    }
  }

  public void connect(RpcConnectionHandler<ServerConnection> handler, DrillbitEndpoint endpoint) throws RpcException, InterruptedException {
    UserToBitHandshake hs = UserToBitHandshake.newBuilder().setRpcVersion(UserRpcConfig.RPC_VERSION).setSupportListening(true).build();
    this.connectAsClient(handler, hs, endpoint.getAddress(), endpoint.getUserPort());
  }
View Full Code Here

TOP

Related Classes of org.apache.drill.exec.proto.UserProtos.UserToBitHandshake

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.