org.jgroups.util
Class SuppressCache.Value

java.lang.Object
  extended by org.jgroups.util.SuppressCache.Value
Enclosing class:
SuppressCache<T>

public static final class SuppressCache.Value
extends java.lang.Object


Field Summary
protected  int count
           
protected  long timestamp
           
 
Constructor Summary
SuppressCache.Value()
           
 
Method Summary
 long age()
           
 int count()
           
 java.lang.String toString()
           
 SuppressCache.Value update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timestamp

protected final long timestamp

count

protected int count
Constructor Detail

SuppressCache.Value

public SuppressCache.Value()
Method Detail

age

public long age()

update

public SuppressCache.Value update()

count

public int count()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.