|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexCommand | |
|---|---|
| org.neo4j.kernel.impl.index | |
| Uses of IndexCommand in org.neo4j.kernel.impl.index |
|---|
| Subclasses of IndexCommand in org.neo4j.kernel.impl.index | |
|---|---|
static class |
IndexCommand.AddCommand
|
static class |
IndexCommand.AddRelationshipCommand
|
static class |
IndexCommand.CreateCommand
|
static class |
IndexCommand.DeleteCommand
|
static class |
IndexCommand.RemoveCommand
|
| Methods in org.neo4j.kernel.impl.index that return IndexCommand | |
|---|---|
IndexCommand |
IndexDefineCommand.add(String indexName,
Class<?> entityType,
long entityId,
String key,
Object value)
|
IndexCommand |
IndexDefineCommand.addRelationship(String indexName,
Class<?> entityType,
long entityId,
String key,
Object value,
long startNode,
long endNode)
|
IndexCommand |
IndexDefineCommand.create(String indexName,
Class<?> entityType,
Map<String,String> config)
|
IndexCommand |
IndexDefineCommand.delete(String indexName,
Class<?> entityType)
|
IndexCommand |
IndexDefineCommand.remove(String indexName,
Class<?> entityType,
long entityId,
String key,
Object value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||