| Modifier and Type | Class and Description |
|---|---|
class |
InvalidElementException
Exception thrown when an element is invalid for the executing operation or when an operation could not be performed
on an element.
|
class |
InvalidIDException
Titan represents element identifiers as longs, but not all numbers
in the representable space of longs are valid.
|
class |
QueryException
Exception thrown when a user defined query (e.g.
|
class |
TitanConfigurationException
Exception thrown due to invalid configuration options or when errors
occur during the configuration and initialization of Titan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TitanGraph.close()
Closes the graph database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionRecovery.shutdown()
Shuts down the transaction recovery process
|
void |
LogProcessorFramework.shutdown()
Closes all log processors, their associated logs, and the backing graph instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceUnavailableException
This exception is thrown if a resource is being accessed that is unavailable.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
BackendOperation.execute(BackendOperation.Transactional<R> exe,
BackendOperation.TransactionalProvider provider,
TimestampProvider times,
java.time.Duration maxTime) |
static <V> V |
BackendOperation.execute(Callable<V> exe,
java.time.Duration totalWaitTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanGraph.close() |
| Modifier and Type | Class and Description |
|---|---|
class |
IDPoolExhaustedException |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTransactionLogProcessor.shutdown() |
void |
StandardLogProcessorFramework.shutdown() |
Copyright © 2012–2015. All rights reserved.