public interface TransactionRecovery
TransactionRecovery is a process that runs in the background and read's from the transaction
write-ahead log to determine which transactions have not been successfully persisted against all
backends. It then attempts to recover such transactions.
This process is started via com.thinkaurelius.titan.core.TitanFactory#| Modifier and Type | Method and Description |
|---|---|
void |
shutdown()
Shuts down the transaction recovery process
|
void shutdown()
throws TitanException
TitanExceptionCopyright © 2012–2015. All rights reserved.