public class EvictLocalMapEntriesCallable extends Object implements Callable<Boolean>, HazelcastInstanceAware, DataSerializable
Constructor and Description |
---|
EvictLocalMapEntriesCallable() |
EvictLocalMapEntriesCallable(String mapName,
int percentage) |
Modifier and Type | Method and Description |
---|---|
Boolean |
call() |
void |
readData(DataInput in) |
void |
setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
writeData(DataOutput out) |
public EvictLocalMapEntriesCallable()
public EvictLocalMapEntriesCallable(String mapName, int percentage)
public void setHazelcastInstance(HazelcastInstance hazelcastInstance)
setHazelcastInstance
in interface HazelcastInstanceAware
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.