com.hazelcast.management
Class MapConfigAdapter

java.lang.Object
  extended by com.hazelcast.management.MapConfigAdapter
All Implemented Interfaces:
JsonSerializable, DataSerializable

public class MapConfigAdapter
extends Object
implements JsonSerializable, DataSerializable

Serializable adapter for MapConfig


Constructor Summary
MapConfigAdapter()
           
MapConfigAdapter(MapConfig mapConfig)
           
 
Method Summary
 void fromJson(com.eclipsesource.json.JsonObject json)
           
 MapConfig getMapConfig()
           
 void readData(ObjectDataInput in)
          Reads fields from the input stream
 com.eclipsesource.json.JsonObject toJson()
           
 void writeData(ObjectDataOutput out)
          Writes object fields to output stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapConfigAdapter

public MapConfigAdapter()

MapConfigAdapter

public MapConfigAdapter(MapConfig mapConfig)
Method Detail

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

readData

public void readData(ObjectDataInput in)
              throws IOException
Description copied from interface: DataSerializable
Reads fields from the input stream

Specified by:
readData in interface DataSerializable
Parameters:
in - input
Throws:
IOException

writeData

public void writeData(ObjectDataOutput out)
               throws IOException
Description copied from interface: DataSerializable
Writes object fields to output stream

Specified by:
writeData in interface DataSerializable
Parameters:
out - output
Throws:
IOException

getMapConfig

public MapConfig getMapConfig()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.