public class TriggerPartialStartRequest extends Object implements ConsoleRequest
| Modifier and Type | Field and Description | 
|---|---|
| static String | FAILED_RESULTResult sent within response when partial start triggering failed | 
| static String | SUCCESS_RESULTResult sent within response when partial start is triggered successfully | 
| Constructor and Description | 
|---|
| TriggerPartialStartRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fromJson(com.eclipsesource.json.JsonObject json) | 
| int | getType() | 
| void | writeResponse(ManagementCenterService mcs,
             com.eclipsesource.json.JsonObject out) | 
public static final String SUCCESS_RESULT
public static final String FAILED_RESULT
public int getType()
getType in interface ConsoleRequestpublic void writeResponse(ManagementCenterService mcs, com.eclipsesource.json.JsonObject out) throws Exception
writeResponse in interface ConsoleRequestExceptionpublic void fromJson(com.eclipsesource.json.JsonObject json)
fromJson in interface ConsoleRequestCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.