Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.optimistic |
Modifier and Type | Class and Description |
---|---|
class |
PessimisticUnversionedNode<K,V>
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
VersionedNode<K,V>
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Method and Description |
---|---|
protected UnversionedNode<K,V> |
AbstractNodeFactory.createInternalNode(Object childName,
Fqn fqn,
NodeSPI<K,V> parent,
Map<K,V> data) |
protected UnversionedNode<K,V> |
PessimisticNodeFactory.createInternalNode(Object childName,
Fqn fqn,
NodeSPI<K,V> parent,
Map<K,V> data)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UnversionedNode.copyInternals(UnversionedNode n) |
Modifier and Type | Method and Description |
---|---|
protected UnversionedNode<K,V> |
OptimisticNodeFactory.createInternalNode(Object childName,
Fqn fqn,
NodeSPI<K,V> parent,
Map<K,V> data)
Deprecated.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.