private static class InterceptorExecutor.InterceptorTimestampPair<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private T |
interceptor |
private long |
timestamp |
Modifier | Constructor and Description |
---|---|
private |
InterceptorTimestampPair(T interceptor,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
private T |
getInterceptor() |
private long |
getTimestamp() |