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, visitSchemaRuleCommand
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visitLabelTokenCommand, visitNeoStoreCommand, visitNodeCommand, visitNodeCountsCommand, visitPropertyCommand, visitPropertyKeyTokenCommand, visitRelationshipCommand, visitRelationshipCountsCommand, visitRelationshipGroupCommand, visitRelationshipTypeTokenCommand, visitSchemaRuleCommand
public 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.CommandVisitor
visitIndexAddNodeCommand
in class org.neo4j.kernel.impl.api.CommandVisitor.Adapter
IOException
public boolean visitIndexAddRelationshipCommand(org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand command) throws IOException
visitIndexAddRelationshipCommand
in interface org.neo4j.kernel.impl.api.CommandVisitor
visitIndexAddRelationshipCommand
in class org.neo4j.kernel.impl.api.CommandVisitor.Adapter
IOException
public boolean visitIndexRemoveCommand(org.neo4j.kernel.impl.index.IndexCommand.RemoveCommand command) throws IOException
visitIndexRemoveCommand
in interface org.neo4j.kernel.impl.api.CommandVisitor
visitIndexRemoveCommand
in class org.neo4j.kernel.impl.api.CommandVisitor.Adapter
IOException
public boolean visitIndexDeleteCommand(org.neo4j.kernel.impl.index.IndexCommand.DeleteCommand command) throws IOException
visitIndexDeleteCommand
in interface org.neo4j.kernel.impl.api.CommandVisitor
visitIndexDeleteCommand
in class org.neo4j.kernel.impl.api.CommandVisitor.Adapter
IOException
public boolean visitIndexCreateCommand(org.neo4j.kernel.impl.index.IndexCommand.CreateCommand createCommand) throws IOException
visitIndexCreateCommand
in interface org.neo4j.kernel.impl.api.CommandVisitor
visitIndexCreateCommand
in class org.neo4j.kernel.impl.api.CommandVisitor.Adapter
IOException
public boolean visitIndexDefineCommand(org.neo4j.kernel.impl.index.IndexDefineCommand indexDefineCommand) throws IOException
visitIndexDefineCommand
in interface org.neo4j.kernel.impl.api.CommandVisitor
visitIndexDefineCommand
in class org.neo4j.kernel.impl.api.CommandVisitor.Adapter
IOException
public void close()
close
in interface AutoCloseable
close
in class org.neo4j.kernel.impl.api.TransactionApplier.Adapter
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.