Neo4j Enterprise

Uses of Class
org.neo4j.kernel.api.index.NodePropertyUpdate

Packages that use NodePropertyUpdate
org.neo4j.kernel.api.index   
 

Uses of NodePropertyUpdate in org.neo4j.kernel.api.index
 

Methods in org.neo4j.kernel.api.index that return NodePropertyUpdate
static NodePropertyUpdate NodePropertyUpdate.add(long nodeId, long propertyKeyId, Object value, long[] labels)
           
static NodePropertyUpdate NodePropertyUpdate.change(long nodeId, long propertyKeyId, Object valueBefore, long[] labelsBefore, Object valueAfter, long[] labelsAfter)
           
static NodePropertyUpdate NodePropertyUpdate.remove(long nodeId, long propertyKeyId, Object value, long[] labels)
           
 

Method parameters in org.neo4j.kernel.api.index with type arguments of type NodePropertyUpdate
 void IndexAccessor.recover(Iterable<NodePropertyUpdate> updates)
          Apply a set of changes to this index.
 void IndexAccessor.Adapter.recover(Iterable<NodePropertyUpdate> updates)
           
 void IndexPopulator.update(Iterable<NodePropertyUpdate> updates)
          Apply a set of changes to this index, generally this will be a set of changes from a transaction.
 void IndexPopulator.Adapter.update(Iterable<NodePropertyUpdate> updates)
           
 void IndexAccessor.updateAndCommit(Iterable<NodePropertyUpdate> updates)
          Apply a set of changes to this index.
 void IndexAccessor.Adapter.updateAndCommit(Iterable<NodePropertyUpdate> updates)
           
 


Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.