public class GetMapConfigCallable extends ClusterServiceCallable implements Callable<MapConfig>, HazelcastInstanceAware, DataSerializable
Modifier and Type | Field and Description |
---|---|
protected String |
mapName |
hazelcastInstance
Constructor and Description |
---|
GetMapConfigCallable() |
GetMapConfigCallable(String mapName) |
Modifier and Type | Method and Description |
---|---|
MapConfig |
call() |
void |
readData(DataInput in) |
void |
writeData(DataOutput out) |
getClusterService, getConcurrentMapManager, getFactory, setHazelcastInstance
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setHazelcastInstance
protected String mapName
public GetMapConfigCallable()
public GetMapConfigCallable(String mapName)
public void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
Copyright © 2013 Hazelcast, Inc.. All rights reserved.