public class SlowLog extends Object implements Iterable<SlowLog.Entry>
| Modifier and Type | Class and Description |
|---|---|
static class |
SlowLog.Entry
An individual entry in the slow log
|
| Constructor and Description |
|---|
SlowLog() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SlowLog.Entry> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Iterator<SlowLog.Entry> iterator()
iterator in interface Iterable<SlowLog.Entry>Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.