com.hazelcast.management.request
Class RunGcRequest

java.lang.Object
  extended by com.hazelcast.management.request.RunGcRequest
All Implemented Interfaces:
JsonSerializable, ConsoleRequest

public class RunGcRequest
extends Object
implements ConsoleRequest

Request for invoking Garbage Collection on the node.


Constructor Summary
RunGcRequest()
           
 
Method Summary
 void fromJson(com.eclipsesource.json.JsonObject json)
           
 int getType()
           
 Object readResponse(com.eclipsesource.json.JsonObject in)
           
 com.eclipsesource.json.JsonObject toJson()
           
 void writeResponse(ManagementCenterService mcs, com.eclipsesource.json.JsonObject root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunGcRequest

public RunGcRequest()
Method Detail

getType

public int getType()
Specified by:
getType in interface ConsoleRequest

readResponse

public Object readResponse(com.eclipsesource.json.JsonObject in)
Specified by:
readResponse in interface ConsoleRequest

writeResponse

public void writeResponse(ManagementCenterService mcs,
                          com.eclipsesource.json.JsonObject root)
                   throws Exception
Specified by:
writeResponse in interface ConsoleRequest
Throws:
Exception

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.