public class OProfilerEntry extends Object
Modifier and Type | Field and Description |
---|---|
float |
average |
String |
description |
long |
entries |
long |
firstExecution |
long |
last |
long |
lastExecution |
long |
lastReset |
long |
lastResetEntries |
long |
max |
long |
min |
String |
name |
String |
payLoad |
long |
total |
Set<String> |
users |
Constructor and Description |
---|
OProfilerEntry() |
Modifier and Type | Method and Description |
---|---|
ODocument |
toDocument() |
String |
toJSON() |
void |
toJSON(StringBuilder buffer) |
String |
toString() |
void |
updateLastExecution() |
public String name
public long entries
public long last
public long min
public long max
public float average
public long total
public final long firstExecution
public long lastExecution
public String payLoad
public String description
public long lastResetEntries
public long lastReset
Copyright © 2009–2020 OrientDB. All rights reserved.