Package | Description |
---|---|
net.sf.ehcache.store.chm |
CHM package.
|
Modifier and Type | Field and Description |
---|---|
SelectableConcurrentHashMap.HashEntry |
SelectableConcurrentHashMap.HashEntry.next |
protected SelectableConcurrentHashMap.HashEntry[] |
SelectableConcurrentHashMap.Segment.table
The per-segment table.
|
Modifier and Type | Method and Description |
---|---|
protected SelectableConcurrentHashMap.HashEntry |
SelectableConcurrentHashMap.Segment.createHashEntry(Object key,
int hash,
SelectableConcurrentHashMap.HashEntry next,
Element value,
long sizeOf,
boolean pinned) |
protected SelectableConcurrentHashMap.HashEntry |
SelectableConcurrentHashMap.Segment.getFirst(int hash)
Returns properly casted first entry of bin for given hash.
|
protected SelectableConcurrentHashMap.HashEntry |
SelectableConcurrentHashMap.Segment.relinkHashEntry(SelectableConcurrentHashMap.HashEntry e,
SelectableConcurrentHashMap.HashEntry next) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<SelectableConcurrentHashMap.HashEntry> |
SelectableConcurrentHashMap.Segment.iterator() |
Modifier and Type | Method and Description |
---|---|
protected SelectableConcurrentHashMap.HashEntry |
SelectableConcurrentHashMap.Segment.createHashEntry(Object key,
int hash,
SelectableConcurrentHashMap.HashEntry next,
Element value,
long sizeOf,
boolean pinned) |
protected void |
SelectableConcurrentHashMap.Segment.preRemove(SelectableConcurrentHashMap.HashEntry e) |
protected SelectableConcurrentHashMap.HashEntry |
SelectableConcurrentHashMap.Segment.relinkHashEntry(SelectableConcurrentHashMap.HashEntry e,
SelectableConcurrentHashMap.HashEntry next) |
Constructor and Description |
---|
SelectableConcurrentHashMap.HashEntry(Object key,
int hash,
SelectableConcurrentHashMap.HashEntry next,
Element value,
long sizeOf,
boolean pinned) |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.