public class LuceneCommandApplier
extends org.neo4j.kernel.impl.api.TransactionApplier.Adapter
commands onto one or more indexes from the same
provider.org.neo4j.kernel.impl.api.TransactionApplier.Adapter| Constructor and Description |
|---|
LuceneCommandApplier(LuceneDataSource dataSource,
boolean recovery) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
visitIndexAddNodeCommand(org.neo4j.kernel.impl.index.IndexCommand.AddNodeCommand command) |
boolean |
visitIndexAddRelationshipCommand(org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand command) |
boolean |
visitIndexCreateCommand(org.neo4j.kernel.impl.index.IndexCommand.CreateCommand createCommand) |
boolean |
visitIndexDefineCommand(org.neo4j.kernel.impl.index.IndexDefineCommand indexDefineCommand) |
boolean |
visitIndexDeleteCommand(org.neo4j.kernel.impl.index.IndexCommand.DeleteCommand command) |
boolean |
visitIndexRemoveCommand(org.neo4j.kernel.impl.index.IndexCommand.RemoveCommand command) |
visitLabelTokenCommand, visitNeoStoreCommand, visitNodeCommand, visitNodeCountsCommand, visitPropertyCommand, visitPropertyKeyTokenCommand, visitRelationshipCommand, visitRelationshipCountsCommand, visitRelationshipGroupCommand, visitRelationshipTypeTokenCommand, visitSchemaRuleCommandequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitLabelTokenCommand, visitNeoStoreCommand, visitNodeCommand, visitNodeCountsCommand, visitPropertyCommand, visitPropertyKeyTokenCommand, visitRelationshipCommand, visitRelationshipCountsCommand, visitRelationshipGroupCommand, visitRelationshipTypeTokenCommand, visitSchemaRuleCommandpublic LuceneCommandApplier(LuceneDataSource dataSource, boolean recovery)
public boolean visitIndexAddNodeCommand(org.neo4j.kernel.impl.index.IndexCommand.AddNodeCommand command)
throws IOException
visitIndexAddNodeCommand in interface org.neo4j.kernel.impl.api.CommandVisitorvisitIndexAddNodeCommand in class org.neo4j.kernel.impl.api.CommandVisitor.AdapterIOExceptionpublic boolean visitIndexAddRelationshipCommand(org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand command)
throws IOException
visitIndexAddRelationshipCommand in interface org.neo4j.kernel.impl.api.CommandVisitorvisitIndexAddRelationshipCommand in class org.neo4j.kernel.impl.api.CommandVisitor.AdapterIOExceptionpublic boolean visitIndexRemoveCommand(org.neo4j.kernel.impl.index.IndexCommand.RemoveCommand command)
throws IOException
visitIndexRemoveCommand in interface org.neo4j.kernel.impl.api.CommandVisitorvisitIndexRemoveCommand in class org.neo4j.kernel.impl.api.CommandVisitor.AdapterIOExceptionpublic boolean visitIndexDeleteCommand(org.neo4j.kernel.impl.index.IndexCommand.DeleteCommand command)
throws IOException
visitIndexDeleteCommand in interface org.neo4j.kernel.impl.api.CommandVisitorvisitIndexDeleteCommand in class org.neo4j.kernel.impl.api.CommandVisitor.AdapterIOExceptionpublic boolean visitIndexCreateCommand(org.neo4j.kernel.impl.index.IndexCommand.CreateCommand createCommand)
throws IOException
visitIndexCreateCommand in interface org.neo4j.kernel.impl.api.CommandVisitorvisitIndexCreateCommand in class org.neo4j.kernel.impl.api.CommandVisitor.AdapterIOExceptionpublic boolean visitIndexDefineCommand(org.neo4j.kernel.impl.index.IndexDefineCommand indexDefineCommand)
throws IOException
visitIndexDefineCommand in interface org.neo4j.kernel.impl.api.CommandVisitorvisitIndexDefineCommand in class org.neo4j.kernel.impl.api.CommandVisitor.AdapterIOExceptionpublic void close()
close in interface AutoCloseableclose in class org.neo4j.kernel.impl.api.TransactionApplier.AdapterCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.