Class InternalPoolConnection

    • Constructor Detail

      • InternalPoolConnection

        public InternalPoolConnection​(Connection connection)
        Constructor.
        Parameters:
        connection - connection to retrieve connection options
    • Method Detail

      • getLastUsed

        public AtomicLong getLastUsed()
        Indicate last time this pool connection has been used.
        Returns:
        current last used time (nano).
      • lastUsedToNow

        public void lastUsedToNow()
        Set last poolConnection use to now.