Uses of Class
org.eclipse.rdf4j.spring.operationlog.log.OperationExecutionStats
-
Packages that use OperationExecutionStats Package Description org.eclipse.rdf4j.spring.operationlog.log org.eclipse.rdf4j.spring.operationlog.log.jmx org.eclipse.rdf4j.spring.operationlog.log.slf4j -
-
Uses of OperationExecutionStats in org.eclipse.rdf4j.spring.operationlog.log
Methods in org.eclipse.rdf4j.spring.operationlog.log that return OperationExecutionStats Modifier and Type Method Description static OperationExecutionStats
OperationExecutionStats. of(Operation operation)
static OperationExecutionStats
OperationExecutionStats. of(PseudoOperation operation)
Methods in org.eclipse.rdf4j.spring.operationlog.log with parameters of type OperationExecutionStats Modifier and Type Method Description void
OperationExecutionStatsConsumer. consumeOperationExecutionStats(OperationExecutionStats operationExecutionStats)
-
Uses of OperationExecutionStats in org.eclipse.rdf4j.spring.operationlog.log.jmx
Methods in org.eclipse.rdf4j.spring.operationlog.log.jmx with parameters of type OperationExecutionStats Modifier and Type Method Description static AggregatedOperationStats
AggregatedOperationStats. build(OperationExecutionStats stats)
AggregatedOperationStats
AggregatedOperationStats. buildNext(OperationExecutionStats stats)
void
OperationStatsBean. consumeOperationExecutionStats(OperationExecutionStats operationExecutionStats)
-
Uses of OperationExecutionStats in org.eclipse.rdf4j.spring.operationlog.log.slf4j
Methods in org.eclipse.rdf4j.spring.operationlog.log.slf4j with parameters of type OperationExecutionStats Modifier and Type Method Description void
DebuggingOperationExecutionStatsConsumer. consumeOperationExecutionStats(OperationExecutionStats operationExecutionStats)
-