| Package | Description |
|---|---|
| org.janusgraph.graphdb.query | |
| org.janusgraph.graphdb.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsQueryExecutor<Q extends ElementQuery,R extends JanusGraphElement,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,JanusGraphRelation,SliceQuery> |
StandardJanusGraphTx.edgeProcessor |
QueryExecutor<VertexCentricQuery,JanusGraphRelation,SliceQuery> |
StandardJanusGraphTx.edgeProcessorImpl |
QueryExecutor<GraphCentricQuery,JanusGraphElement,JointIndexQuery> |
StandardJanusGraphTx.elementProcessor |
QueryExecutor<GraphCentricQuery,JanusGraphElement,JointIndexQuery> |
StandardJanusGraphTx.elementProcessorImpl |
Copyright © 2012–2024. All rights reserved.