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, setHazelcastInstanceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetHazelcastInstanceprotected String mapName
public GetMapConfigCallable()
public GetMapConfigCallable(String mapName)
public void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.