com.hazelcast.management.request
Class GetMapEntryRequest
java.lang.Object
   com.hazelcast.management.request.GetMapEntryRequest
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:
- getTypein interface- ConsoleRequest
 
- 
 
readResponse
public Object readResponse(com.eclipsesource.json.JsonObject in)
- 
- Specified by:
- readResponsein interface- ConsoleRequest
 
- 
 
writeResponse
public void writeResponse(ManagementCenterService mcs,
                          com.eclipsesource.json.JsonObject root)
                   throws Exception
- 
- Specified by:
- writeResponsein interface- ConsoleRequest
 
- 
- Throws:
- Exception
 
toJson
public com.eclipsesource.json.JsonObject toJson()
- 
- Specified by:
- toJsonin interface- JsonSerializable
 
- 
 
fromJson
public void fromJson(com.eclipsesource.json.JsonObject json)
- 
- Specified by:
- fromJsonin interface- JsonSerializable
 
- 
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.