org.modeshape.jcr.cache
Class ChildReferences.NoSnsIndexesContext
java.lang.Object
org.modeshape.jcr.cache.ChildReferences.NoSnsIndexesContext
- All Implemented Interfaces:
- ChildReferences.Context
- Enclosing interface:
- ChildReferences
@ThreadSafe
public static final class ChildReferences.NoSnsIndexesContext
- extends Object
- implements ChildReferences.Context
A ChildReferences.Context
implementation that has no changes and that always returns '1' for the SNS index.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChildReferences.NoSnsIndexesContext
public ChildReferences.NoSnsIndexesContext()
consume
public int consume(Name name,
NodeKey key)
- Description copied from interface:
ChildReferences.Context
- Consume the next child with the supplied name and key.
- Specified by:
consume
in interface ChildReferences.Context
- Parameters:
name
- the name of the node; may not be nullkey
- the key for the node; may not be null
- Returns:
- the same-name-sibling index for this node; always positive
changes
public ChildReferences.Changes changes()
- Description copied from interface:
ChildReferences.Context
- Get the set of changes for this context.
- Specified by:
changes
in interface ChildReferences.Context
- Returns:
- the changes; never null
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.