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