$batch
$batch :
A remove-from-index operation
__construct(\Everyman\Neo4j\Batch $batch, \Everyman\Neo4j\Index $index, \Everyman\Neo4j\PropertyContainer $entity, string $key, string $value, integer $opId)
Build the operation
\Everyman\Neo4j\Batch | $batch | |
\Everyman\Neo4j\Index | $index | |
\Everyman\Neo4j\PropertyContainer | $entity | |
string | $key | |
string | $value | |
integer | $opId |
getEntity() : \Everyman\Neo4j\PropertyContainer
Return the associated entity
reserve() : boolean
Reserve this operation to prevent it from being double-committed Once an operation has been reserved, future reserve calls will return false, indicating it has already been reserved.
This is mostly useful during commit to prevent an operation being sent twice
true if reservation succeeded