|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelIdArray | |
|---|---|
| org.neo4j.kernel.impl.core | |
| org.neo4j.kernel.impl.nioneo.xa | |
| org.neo4j.kernel.impl.persistence | |
| org.neo4j.kernel.impl.util | |
| Uses of RelIdArray in org.neo4j.kernel.impl.core |
|---|
| Methods in org.neo4j.kernel.impl.core that return RelIdArray | |
|---|---|
RelIdArray |
NodeManager.getCowRelationshipAddMap(org.neo4j.kernel.impl.core.NodeImpl node,
String string)
|
RelIdArray |
LockReleaser.getCowRelationshipAddMap(org.neo4j.kernel.impl.core.NodeImpl node,
String type)
|
RelIdArray |
NodeManager.getCowRelationshipAddMap(org.neo4j.kernel.impl.core.NodeImpl node,
String string,
boolean create)
|
RelIdArray |
LockReleaser.getCowRelationshipAddMap(org.neo4j.kernel.impl.core.NodeImpl node,
String type,
boolean create)
|
| Methods in org.neo4j.kernel.impl.core that return types with arguments of type RelIdArray | |
|---|---|
ArrayMap<String,RelIdArray> |
NodeManager.getCowRelationshipAddMap(org.neo4j.kernel.impl.core.NodeImpl node)
|
ArrayMap<String,RelIdArray> |
LockReleaser.getCowRelationshipAddMap(org.neo4j.kernel.impl.core.NodeImpl node)
|
| Uses of RelIdArray in org.neo4j.kernel.impl.nioneo.xa |
|---|
| Methods in org.neo4j.kernel.impl.nioneo.xa that return RelIdArray | |
|---|---|
RelIdArray |
WriteTransaction.getCreatedNodes()
|
| Uses of RelIdArray in org.neo4j.kernel.impl.persistence |
|---|
| Methods in org.neo4j.kernel.impl.persistence that return RelIdArray | |
|---|---|
RelIdArray |
PersistenceManager.getCreatedNodes()
|
RelIdArray |
NeoStoreTransaction.getCreatedNodes()
Returns an array view of the ids of the nodes that have been created in this transaction. |
| Uses of RelIdArray in org.neo4j.kernel.impl.util |
|---|
| Subclasses of RelIdArray in org.neo4j.kernel.impl.util | |
|---|---|
static class |
RelIdArray.EmptyRelIdArray
|
class |
RelIdArrayWithLoops
|
| Fields in org.neo4j.kernel.impl.util declared as RelIdArray | |
|---|---|
static RelIdArray |
RelIdArray.EMPTY
|
| Methods in org.neo4j.kernel.impl.util that return RelIdArray | |
|---|---|
RelIdArray |
RelIdArrayWithLoops.addAll(RelIdArray source)
|
RelIdArray |
RelIdArray.addAll(RelIdArray source)
|
RelIdArray |
RelIdArrayWithLoops.downgradeIfPossible()
|
RelIdArray |
RelIdArray.downgradeIfPossible()
|
static RelIdArray |
RelIdArray.empty(String type)
|
static RelIdArray |
RelIdArray.from(RelIdArray src,
RelIdArray add,
Collection<Long> remove)
|
RelIdArray |
CombinedRelIdIterator.getIds()
|
RelIdArray |
RelIdArray.RelIdIteratorImpl.getIds()
|
RelIdArray |
RelIdIterator.getIds()
|
RelIdArray |
RelIdArrayWithLoops.newSimilarInstance()
|
RelIdArray |
RelIdArray.newSimilarInstance()
|
RelIdArray |
RelIdArrayWithLoops.shrink()
|
RelIdArray |
RelIdArray.shrink()
|
RelIdArray |
RelIdArrayWithLoops.upgradeIfNeeded(RelIdArray capabilitiesToMatch)
|
RelIdArray |
RelIdArray.upgradeIfNeeded(RelIdArray capabilitiesToMatch)
|
| Methods in org.neo4j.kernel.impl.util with parameters of type RelIdArray | |
|---|---|
RelIdArray |
RelIdArrayWithLoops.addAll(RelIdArray source)
|
RelIdArray |
RelIdArray.addAll(RelIdArray source)
|
protected void |
RelIdArray.append(RelIdArray source,
RelIdArray.DirectionWrapper direction)
|
static RelIdArray |
RelIdArray.from(RelIdArray src,
RelIdArray add,
Collection<Long> remove)
|
RelIdIterator |
CombinedRelIdIterator.updateSource(RelIdArray newSource)
|
RelIdIterator |
RelIdArray.RelIdIteratorImpl.updateSource(RelIdArray newSource)
|
RelIdIterator |
RelIdIterator.updateSource(RelIdArray newSource)
|
RelIdArray |
RelIdArrayWithLoops.upgradeIfNeeded(RelIdArray capabilitiesToMatch)
|
RelIdArray |
RelIdArray.upgradeIfNeeded(RelIdArray capabilitiesToMatch)
|
| Constructors in org.neo4j.kernel.impl.util with parameters of type RelIdArray | |
|---|---|
CombinedRelIdIterator(String type,
RelIdArray.DirectionWrapper direction,
RelIdArray src,
RelIdArray add,
Collection<Long> remove)
|
|
RelIdArray(RelIdArray from)
|
|
RelIdArrayWithLoops(RelIdArray from)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||