| 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 |
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.shutdown()
Closes the graph database.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
BackendOperation.execute(BackendOperation.Transactional<R> exe,
BackendOperation.TransactionalProvider provider,
TimestampProvider times,
Duration maxTime) |
static <V> V |
BackendOperation.execute(Callable<V> exe,
Duration totalWaitTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanGraph.shutdown() |
| Modifier and Type | Class and Description |
|---|---|
class |
IDPoolExhaustedException |
Copyright © 2012–2014. All rights reserved.