Class InterceptorExecutor.InterceptorTimestampPair<T>

  • Enclosing class:
    InterceptorExecutor<T>

    private static class InterceptorExecutor.InterceptorTimestampPair<T>
    extends java.lang.Object
    Holder of interceptor instance and timestamp of the interceptor invocation (in ns).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T interceptor  
      private long timestamp  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InterceptorTimestampPair​(T interceptor, long timestamp)  
    • Field Detail

      • interceptor

        private final T interceptor
      • timestamp

        private final long timestamp
    • Constructor Detail

      • InterceptorTimestampPair

        private InterceptorTimestampPair​(T interceptor,
                                         long timestamp)
    • Method Detail

      • getInterceptor

        private T getInterceptor()
      • getTimestamp

        private long getTimestamp()