public class ForceStartNodeRequest extends Object implements ConsoleRequest
| Modifier and Type | Field and Description | 
|---|---|
static String | 
FAILED_RESULT
Result sent within response when force start triggering failed 
 | 
static String | 
SUCCESS_RESULT
Result sent within response when force start is triggered successfully 
 | 
| Constructor and Description | 
|---|
ForceStartNodeRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
fromJson(JsonObject json)  | 
int | 
getType()  | 
void | 
writeResponse(ManagementCenterService mcs,
             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, JsonObject out) throws Exception
writeResponse in interface ConsoleRequestExceptionpublic void fromJson(JsonObject json)
fromJson in interface ConsoleRequestCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.