Package | Description |
---|---|
oracle.toplink.essentials.internal.helper.linkedlist | |
oracle.toplink.essentials.internal.identitymaps | |
oracle.toplink.essentials.internal.sessions |
Modifier and Type | Method and Description |
---|---|
LinkedNode |
ExposedNodeLinkedList.addFirst(Object o)
Inserts the given contents at the beginning of this list.
|
LinkedNode |
ExposedNodeLinkedList.addLast(Object o)
Appends the given contents to the end of this list.
|
Modifier and Type | Method and Description |
---|---|
void |
ExposedNodeLinkedList.moveFirst(LinkedNode node)
Allows a node to be efficiently moved first.
|
void |
ExposedNodeLinkedList.remove(LinkedNode n)
Allows a node to be efficiently removed.
|
Modifier and Type | Field and Description |
---|---|
protected LinkedNode |
HardCacheWeakIdentityMap.ReferenceCacheKey.referenceNode |
Modifier and Type | Method and Description |
---|---|
LinkedNode |
HardCacheWeakIdentityMap.ReferenceCacheKey.getReferenceCacheNode() |
Modifier and Type | Method and Description |
---|---|
void |
HardCacheWeakIdentityMap.ReferenceCacheKey.setReferenceCacheNode(LinkedNode referenceNode) |
Modifier and Type | Field and Description |
---|---|
protected LinkedNode |
MergeManager.queueNode
Stores the node that holds this mergemanager within the WriteLocksManager queue
|
Modifier and Type | Method and Description |
---|---|
LinkedNode |
MergeManager.getQueueNode()
INTENRAL:
Used to get the node that this merge manager is stored in, within the WriteLocksManager write lockers queue
|
Modifier and Type | Method and Description |
---|---|
void |
MergeManager.setQueueNode(LinkedNode node)
INTENRAL:
Used to set the node that this merge manager is stored in, within the WriteLocksManager write lockers queue
|
Copyright © 2022. All rights reserved.