| Modifier and Type | Method and Description |
|---|---|
QueryProfiler |
BackendQueryHolder.getProfiler() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<R> |
MetricsQueryExecutor.execute(Q query,
B subquery,
Object executionInfo,
QueryProfiler profiler) |
Iterator<R> |
QueryExecutor.execute(Q query,
B subquery,
Object executionInfo,
QueryProfiler profiler)
Executes the given sub-query against a data store and returns an iterator over the results.
|
void |
BackendQueryHolder.observeWith(QueryProfiler parentProfiler) |
| Modifier and Type | Method and Description |
|---|---|
QueryProfiler |
JointIndexQuery.Subquery.getProfiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphCentricQuery.observeWith(QueryProfiler profiler) |
void |
JointIndexQuery.observeWith(QueryProfiler profiler) |
void |
JointIndexQuery.Subquery.observeWith(QueryProfiler prof) |
GraphCentricQueryBuilder |
GraphCentricQueryBuilder.profiler(QueryProfiler profiler) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleQueryProfiler |
| Modifier and Type | Field and Description |
|---|---|
static QueryProfiler |
QueryProfiler.NO_OP |
| Modifier and Type | Method and Description |
|---|---|
QueryProfiler |
SimpleQueryProfiler.addNested(String groupName) |
QueryProfiler |
QueryProfiler.addNested(String groupName) |
QueryProfiler |
SimpleQueryProfiler.setAnnotation(String key,
Object value) |
QueryProfiler |
QueryProfiler.setAnnotation(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileObservable.observeWith(QueryProfiler profiler) |
static <Q extends Query,R extends Collection> |
QueryProfiler.profile(QueryProfiler profiler,
Q query,
boolean multiQuery,
java.util.function.Function<Q,R> queryExecutor) |
static <Q extends Query,R extends Collection> |
QueryProfiler.profile(QueryProfiler profiler,
Q query,
java.util.function.Function<Q,R> queryExecutor) |
static <Q extends Query,R extends Collection> |
QueryProfiler.profile(String groupName,
QueryProfiler profiler,
Q query,
boolean multiQuery,
java.util.function.Function<Q,R> queryExecutor) |
static <Q extends Query,R extends Collection> |
QueryProfiler.profile(String groupName,
QueryProfiler profiler,
Q query,
java.util.function.Function<Q,R> queryExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected QueryProfiler |
BasicVertexCentricQueryBuilder.profiler
The query profiler used to observe this query
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseVertexCentricQuery.observeWith(QueryProfiler profiler) |
Q |
BasicVertexCentricQueryBuilder.profiler(QueryProfiler profiler)
Sets the query profiler to observe this query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TP3ProfileWrapper |
| Modifier and Type | Method and Description |
|---|---|
QueryProfiler |
TP3ProfileWrapper.addNested(String groupName) |
QueryProfiler |
TP3ProfileWrapper.setAnnotation(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanTx.executeMultiQuery(Collection<InternalVertex> vertices,
SliceQuery sq,
QueryProfiler profiler) |
Copyright © 2012–2015. All rights reserved.