|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectno.feide.moria.store.TicketTTLEvictionAlgorithm.NodeEntry
private static class TicketTTLEvictionAlgorithm.NodeEntry
Represents a cache node.
| Field Summary | |
|---|---|
private java.lang.Long |
evictionTime
Eviction time. |
private org.jboss.cache.Fqn |
fqn
Fully qualified name. |
| Constructor Summary | |
|---|---|
TicketTTLEvictionAlgorithm.NodeEntry(java.lang.Long evictionTime,
org.jboss.cache.Fqn fqn)
Constructs a new instance. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.Long evictionTime
private final org.jboss.cache.Fqn fqn
| Constructor Detail |
|---|
public TicketTTLEvictionAlgorithm.NodeEntry(java.lang.Long evictionTime,
org.jboss.cache.Fqn fqn)
evictionTime - Eviction time.fqn - Fully qualified name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||