Package org.tarantool.core.cmd

Examples of org.tarantool.core.cmd.Ping


  /** {@inheritDoc} */
  @Override
  public Boolean ping() {
    try {
      transport.execute(new Ping(id.get()));
      return true;
    } finally {
      returnConnection();
    }

View Full Code Here

TOP

Related Classes of org.tarantool.core.cmd.Ping

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.