public interface AuxiliaryStoreOperations
Modifier and Type | Method and Description |
---|---|
void |
graphAddStoreProperty(Property property) |
void |
graphChangeStoreProperty(Property previousProperty,
Property property) |
void |
graphRemoveStoreProperty(Property property) |
void |
nodeAddStoreProperty(long nodeId,
Property property) |
void |
nodeChangeStoreProperty(long nodeId,
Property previousProperty,
Property property) |
void |
nodeDelete(long nodeId) |
void |
nodeRemoveStoreProperty(long nodeId,
Property property) |
void |
relationshipAddStoreProperty(long relationshipId,
Property property) |
void |
relationshipChangeStoreProperty(long relationshipId,
Property previousProperty,
Property property) |
void |
relationshipDelete(long relationshipId) |
void |
relationshipRemoveStoreProperty(long relationshipId,
Property property) |
void nodeAddStoreProperty(long nodeId, Property property) throws PropertyNotFoundException
PropertyNotFoundException
void nodeChangeStoreProperty(long nodeId, Property previousProperty, Property property) throws PropertyNotFoundException
PropertyNotFoundException
void relationshipAddStoreProperty(long relationshipId, Property property) throws PropertyNotFoundException
PropertyNotFoundException
void relationshipChangeStoreProperty(long relationshipId, Property previousProperty, Property property) throws PropertyNotFoundException
PropertyNotFoundException
void nodeRemoveStoreProperty(long nodeId, Property property) throws PropertyNotFoundException
PropertyNotFoundException
void relationshipRemoveStoreProperty(long relationshipId, Property property) throws PropertyNotFoundException
PropertyNotFoundException
void graphAddStoreProperty(Property property) throws PropertyNotFoundException
PropertyNotFoundException
void graphChangeStoreProperty(Property previousProperty, Property property) throws PropertyNotFoundException
PropertyNotFoundException
void graphRemoveStoreProperty(Property property)
void nodeDelete(long nodeId)
void relationshipDelete(long relationshipId)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.