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