Package | Description |
---|---|
org.apache.jackrabbit.core.nodetype |
Modifier and Type | Method and Description |
---|---|
EffectiveNodeTypeCache.Key |
EffectiveNodeTypeCacheImpl.findBest(EffectiveNodeTypeCache.Key key)
Searches the best key k for which the given
key is a super
set, i.e. |
EffectiveNodeTypeCache.Key |
EffectiveNodeTypeCache.findBest(EffectiveNodeTypeCache.Key key)
Searches the best key k for which the given
key is a super
set, i.e. |
EffectiveNodeTypeCache.Key |
BitSetENTCacheImpl.findBest(EffectiveNodeTypeCache.Key key)
Searches the best key k for which the given
key is a super
set, i.e. |
EffectiveNodeTypeCache.Key |
EffectiveNodeTypeCacheImpl.getKey(Name[] ntNames)
Returns a key for an effective node type that consists of the given
node type names.
|
EffectiveNodeTypeCache.Key |
EffectiveNodeTypeCache.getKey(Name[] ntNames)
Returns a key for an effective node type that consists of the given
node type names.
|
EffectiveNodeTypeCache.Key |
BitSetENTCacheImpl.getKey(Name[] ntNames)
Returns a key for an effective node type that consists of the given
node type names.
|
EffectiveNodeTypeCache.Key |
EffectiveNodeTypeCache.Key.subtract(EffectiveNodeTypeCache.Key otherKey)
Creates a new key as a result of a subtract operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EffectiveNodeTypeCacheImpl.contains(EffectiveNodeTypeCache.Key key)
Checks if the effective node type for the given key exists.
|
boolean |
EffectiveNodeTypeCache.contains(EffectiveNodeTypeCache.Key key)
Checks if the effective node type for the given key exists.
|
boolean |
EffectiveNodeTypeCache.Key.contains(EffectiveNodeTypeCache.Key otherKey)
Checks if the
otherKey is contained in this one. |
boolean |
BitSetENTCacheImpl.contains(EffectiveNodeTypeCache.Key key)
Checks if the effective node type for the given key exists.
|
EffectiveNodeTypeCache.Key |
EffectiveNodeTypeCacheImpl.findBest(EffectiveNodeTypeCache.Key key)
Searches the best key k for which the given
key is a super
set, i.e. |
EffectiveNodeTypeCache.Key |
EffectiveNodeTypeCache.findBest(EffectiveNodeTypeCache.Key key)
Searches the best key k for which the given
key is a super
set, i.e. |
EffectiveNodeTypeCache.Key |
BitSetENTCacheImpl.findBest(EffectiveNodeTypeCache.Key key)
Searches the best key k for which the given
key is a super
set, i.e. |
EffectiveNodeType |
EffectiveNodeTypeCacheImpl.get(EffectiveNodeTypeCache.Key key)
Returns the effective node type for the given key or
null if
the desired node type is not cached. |
EffectiveNodeType |
EffectiveNodeTypeCache.get(EffectiveNodeTypeCache.Key key)
Returns the effective node type for the given key or
null if
the desired node type is not cached. |
EffectiveNodeType |
BitSetENTCacheImpl.get(EffectiveNodeTypeCache.Key key)
Returns the effective node type for the given key or
null if
the desired node type is not cached. |
void |
EffectiveNodeTypeCacheImpl.put(EffectiveNodeTypeCache.Key key,
EffectiveNodeType ent)
Puts an effective node type to the cache for the given key.
|
void |
EffectiveNodeTypeCache.put(EffectiveNodeTypeCache.Key key,
EffectiveNodeType ent)
Puts an effective node type to the cache for the given key.
|
void |
BitSetENTCacheImpl.put(EffectiveNodeTypeCache.Key key,
EffectiveNodeType ent)
Puts an effective node type to the cache for the given key.
|
EffectiveNodeTypeCache.Key |
EffectiveNodeTypeCache.Key.subtract(EffectiveNodeTypeCache.Key otherKey)
Creates a new key as a result of a subtract operation.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.