Package | Description |
---|---|
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.document |
Modifier and Type | Method and Description |
---|---|
static ReferrerCounts |
ReferrerCounts.create(Map<NodeKey,Integer> strongCountsByReferrerKey,
Map<NodeKey,Integer> weakCountsByReferrerKey)
Create a new instance of the snapshot.
|
ReferrerCounts |
ReferrerCounts.MutableReferrerCounts.freeze()
Freeze this mutable object and create a new immutable
ReferrerCounts . |
ReferrerCounts |
CachedNode.getReferrerCounts(NodeCache cache)
Get a snapshot of the referrers that have REFERENCE and/or WEAK_REFERENCE properties pointing to this node.
|
Constructor and Description |
---|
MutableReferrerCounts(ReferrerCounts counts) |
Modifier and Type | Method and Description |
---|---|
ReferrerCounts |
SessionNode.getReferrerCounts(NodeCache cache) |
ReferrerCounts |
LazyCachedNode.getReferrerCounts(NodeCache cache) |
ReferrerCounts |
SessionNode.ReferrerChanges.getReferrerCounts(ReferrerCounts persisted) |
Modifier and Type | Method and Description |
---|---|
ReferrerCounts |
SessionNode.ReferrerChanges.getReferrerCounts(ReferrerCounts persisted) |
Copyright © 2008–2017 JBoss, a division of Red Hat. All rights reserved.