public interface LegacyIndexProviderTransaction extends Closeable
indexes
. Holds transaction state for a specific provider in a transaction.
This interface is implemented by the index provider.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 AutoCloseable
close
in interface Closeable
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.