Uses of Enum Class
com.loomcache.server.query.QueryProfiler.Stage
Packages that use QueryProfiler.Stage
-
Uses of QueryProfiler.Stage in com.loomcache.server.query
Subclasses with type arguments of type QueryProfiler.Stage in com.loomcache.server.queryMethods in com.loomcache.server.query that return QueryProfiler.StageModifier and TypeMethodDescriptionstatic QueryProfiler.StageReturns the enum constant of this class with the specified name.static QueryProfiler.Stage[]QueryProfiler.Stage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.query with parameters of type QueryProfiler.StageModifier and TypeMethodDescriptionvoidQueryProfiler.beginStage(QueryProfiler.Stage stage) Begins profiling a stage.voidQueryProfiler.endStage(QueryProfiler.Stage stage, long rowsProcessed) Ends profiling a stage and records timing and row count.longQueryProfiler.getStageDurationMs(QueryProfiler.Stage stage) Returns timing for a specific stage in milliseconds.longQueryProfiler.getStageDurationNs(QueryProfiler.Stage stage) Returns timing for a specific stage in nanoseconds.longQueryProfiler.getStageRowCount(QueryProfiler.Stage stage) Returns row count for a specific stage.