Package org.robotninjas.barge

Examples of org.robotninjas.barge.NettyReplica


  }

  @Override
  public ListenableFuture<NettyRpcChannel> makeObject(Object key) throws Exception {
    Preconditions.checkArgument(key instanceof NettyReplica);
    NettyReplica replica = (NettyReplica) key;
    return client.connectAsync(replica.address());
  }
View Full Code Here

TOP

Related Classes of org.robotninjas.barge.NettyReplica

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.