public class Profiler
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static interface |
Profiler.Operation<T> |
Constructor | Description |
---|---|
Profiler() |
Modifier and Type | Method | Description |
---|---|---|
static <T> T |
profile(Profiler.Operation<T> op,
long timeout,
java.lang.String message) |
public static <T> T profile(Profiler.Operation<T> op, long timeout, java.lang.String message) throws java.lang.Exception
java.lang.Exception
Copyright © 2018 The Apache Software Foundation