ehcache

net.sf.ehcache.store.chm
Class SelectableConcurrentHashMap.HashEntry

java.lang.Object
  extended by net.sf.ehcache.store.chm.SelectableConcurrentHashMap.HashEntry
Enclosing class:
SelectableConcurrentHashMap

public static class SelectableConcurrentHashMap.HashEntry
extends Object


Field Summary
 boolean accessed
           
 int hash
           
 Object key
           
 SelectableConcurrentHashMap.HashEntry next
           
 long sizeOf
           
 Element value
           
 
Constructor Summary
protected SelectableConcurrentHashMap.HashEntry(Object key, int hash, SelectableConcurrentHashMap.HashEntry next, Element value, long sizeOf)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public final Object key

hash

public final int hash

next

public final SelectableConcurrentHashMap.HashEntry next

value

public volatile Element value

sizeOf

public volatile long sizeOf

accessed

public volatile boolean accessed
Constructor Detail

SelectableConcurrentHashMap.HashEntry

protected SelectableConcurrentHashMap.HashEntry(Object key,
                                                int hash,
                                                SelectableConcurrentHashMap.HashEntry next,
                                                Element value,
                                                long sizeOf)

ehcache

Copyright 2001-2014, Terracotta, Inc.