public interface LegacyIndexProviderTransaction extends Closeable
indexes. Holds transaction state for a specific provider in a transaction.
This interface is implemented by the index provider.| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.neo4j.kernel.api.LegacyIndex |
nodeIndex(String indexName,
Map<String,String> configuration) |
org.neo4j.kernel.api.LegacyIndex |
relationshipIndex(String indexName,
Map<String,String> configuration) |
org.neo4j.kernel.api.LegacyIndex nodeIndex(String indexName, Map<String,String> configuration)
org.neo4j.kernel.api.LegacyIndex relationshipIndex(String indexName, Map<String,String> configuration)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.