public class SlowOperationDTO extends Object implements JsonSerializable
SlowOperationLog.| Modifier and Type | Field and Description | 
|---|---|
List<SlowOperationInvocationDTO> | 
invocations  | 
String | 
operation  | 
String | 
stackTrace  | 
int | 
totalInvocations  | 
| Constructor and Description | 
|---|
SlowOperationDTO()  | 
SlowOperationDTO(String operation,
                String stackTrace,
                int totalInvocations,
                List<SlowOperationInvocationDTO> invocations)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
fromJson(com.eclipsesource.json.JsonObject json)  | 
com.eclipsesource.json.JsonObject | 
toJson()  | 
public String operation
public String stackTrace
public int totalInvocations
public List<SlowOperationInvocationDTO> invocations
public SlowOperationDTO()
public SlowOperationDTO(String operation, String stackTrace, int totalInvocations, List<SlowOperationInvocationDTO> invocations)
public com.eclipsesource.json.JsonObject toJson()
toJson in interface JsonSerializablepublic void fromJson(com.eclipsesource.json.JsonObject json)
fromJson in interface JsonSerializableCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.