public class WanCheckConsistencyRequest extends Object implements ConsoleRequest
Modifier and Type | Field and Description |
---|---|
static String |
SUCCESS
Result message when
WanCheckConsistencyRequest is invoked successfully |
Constructor and Description |
---|
WanCheckConsistencyRequest() |
WanCheckConsistencyRequest(String schemeName,
String publisherName,
String mapName) |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(JsonObject json) |
int |
getType() |
void |
writeResponse(ManagementCenterService mcs,
JsonObject out) |
public static final String SUCCESS
WanCheckConsistencyRequest
is invoked successfullypublic int getType()
getType
in interface ConsoleRequest
public void writeResponse(ManagementCenterService mcs, JsonObject out) throws Exception
writeResponse
in interface ConsoleRequest
Exception
public void fromJson(JsonObject json)
fromJson
in interface ConsoleRequest
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.