com.hazelcast.management.request
Class ThreadDumpRequest
java.lang.Object
com.hazelcast.management.request.ThreadDumpRequest
- All Implemented Interfaces:
- JsonSerializable, ConsoleRequest
public class ThreadDumpRequest
- extends Object
- implements ConsoleRequest
Request for generating thread dumps.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadDumpRequest
public ThreadDumpRequest()
ThreadDumpRequest
public ThreadDumpRequest(boolean dumpDeadlocks)
getType
public int getType()
- Specified by:
getType
in interface ConsoleRequest
writeResponse
public void writeResponse(ManagementCenterService mcs,
com.eclipsesource.json.JsonObject root)
- Specified by:
writeResponse
in interface ConsoleRequest
readResponse
public String readResponse(com.eclipsesource.json.JsonObject json)
- Specified by:
readResponse
in interface ConsoleRequest
toJson
public com.eclipsesource.json.JsonObject toJson()
- Specified by:
toJson
in interface JsonSerializable
fromJson
public void fromJson(com.eclipsesource.json.JsonObject json)
- Specified by:
fromJson
in interface JsonSerializable
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.