# File lib/connection_pool/monotonic_time.rb, line 22
      def get_time
        java.lang.System.nanoTime() / 1_000_000_000.0
      end