com.hazelcast.management.request
Class GetMapEntryRequest
java.lang.Object
com.hazelcast.management.request.GetMapEntryRequest
- All Implemented Interfaces:
- JsonSerializable, ConsoleRequest
public class GetMapEntryRequest
- extends Object
- implements ConsoleRequest
Request for fetching map entries.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetMapEntryRequest
public GetMapEntryRequest()
GetMapEntryRequest
public GetMapEntryRequest(String type,
String mapName,
String key)
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.