public interface SchemaStateOperations
Modifier and Type | Method and Description |
---|---|
<K> boolean |
schemaStateContains(K key)
Check if some key is in the schema state.
|
<K,V> V |
schemaStateGetOrCreate(K key,
Function<K,V> creator)
The schema state is flushed when ever the schema is updated.
|
<K,V> V schemaStateGetOrCreate(K key, Function<K,V> creator)
<K> boolean schemaStateContains(K key)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.