public static class DelayedUtil.DelayedContainerWithTimestamp<T> extends DelayedUtil.DelayedContainer<T>
Modifier and Type | Field and Description |
---|---|
private long |
timeout |
Constructor and Description |
---|
DelayedContainerWithTimestamp(T object,
long timeout) |
Modifier and Type | Method and Description |
---|---|
long |
getTimeout() |
void |
setTimeout(long timeout) |
equals, getObject, hashCode, toString
compareTo, getDelay
private long timeout
public DelayedContainerWithTimestamp(T object, long timeout)
public long getTimeout()
public void setTimeout(long timeout)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.