| Package | Description |
|---|---|
| org.neo4j.storageengine.api |
| Modifier and Type | Method and Description |
|---|---|
static TransactionApplicationMode |
TransactionApplicationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionApplicationMode[] |
TransactionApplicationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageEngine.apply(CommandsToApply batch,
TransactionApplicationMode mode)
Apply a batch of groups of commands to this storage.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.