public class Profiler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Profiler.Operation<T> |
| Constructor and Description |
|---|
Profiler() |
| Modifier and Type | Method and 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.ExceptionCopyright © 2016 The Apache Software Foundation