com.hazelcast.management.request
Class GetMapEntryRequest

java.lang.Object
  extended by com.hazelcast.management.request.GetMapEntryRequest
All Implemented Interfaces:
JsonSerializable, ConsoleRequest

public class GetMapEntryRequest
extends Object
implements ConsoleRequest

Request for fetching map entries.


Constructor Summary
GetMapEntryRequest()
           
GetMapEntryRequest(String type, String mapName, String key)
           
 
Method Summary
 void fromJson(com.eclipsesource.json.JsonObject json)
           
 int getType()
           
 Object readResponse(com.eclipsesource.json.JsonObject in)
           
 com.eclipsesource.json.JsonObject toJson()
           
 void writeResponse(ManagementCenterService mcs, com.eclipsesource.json.JsonObject root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMapEntryRequest

public GetMapEntryRequest()

GetMapEntryRequest

public GetMapEntryRequest(String type,
                          String mapName,
                          String key)
Method Detail

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.