| Package | Description |
|---|---|
| com.thinkaurelius.titan.graphdb.query | |
| com.thinkaurelius.titan.graphdb.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsQueryExecutor<Q extends ElementQuery,R extends TitanElement,B extends BackendQuery>
Wraps a
QueryExecutor to gather metrics on the query execution and forward them to METRICS. |
| Constructor and Description |
|---|
MetricsQueryExecutor(String prefix,
String name,
QueryExecutor<Q,R,B> qe) |
QueryProcessor(Q query,
QueryExecutor<Q,R,B> executor) |
| Modifier and Type | Field and Description |
|---|---|
QueryExecutor<VertexCentricQuery,TitanRelation,SliceQuery> |
StandardTitanTx.edgeProcessor |
QueryExecutor<VertexCentricQuery,TitanRelation,SliceQuery> |
StandardTitanTx.edgeProcessorImpl |
QueryExecutor<GraphCentricQuery,TitanElement,JointIndexQuery> |
StandardTitanTx.elementProcessor |
QueryExecutor<GraphCentricQuery,TitanElement,JointIndexQuery> |
StandardTitanTx.elementProcessorImpl |
Copyright © 2012–2015. All rights reserved.