Connection represents a shared cluster connection from the
global connection pool.
public interface Connection {
// Public Methods public abstract State currentState();
public abstract int nodeId();
public abstract String systemName();
}
4.3.1.13.2 currentState()
public abstract State currentState();
Currect state of this connection
public abstract int nodeId();
Node id of this connection.
public abstract String systemName();
System Name of the connected cluster.