public class PropertyClusterEventTask extends Object implements ClusterTask<Void>
PropertyEventListener
of each cluster node will be alerted of the event.Constructor and Description |
---|
PropertyClusterEventTask() |
Modifier and Type | Method and Description |
---|---|
static PropertyClusterEventTask |
createDeleteTask(String key) |
static PropertyClusterEventTask |
createPutTask(String key,
String value,
boolean isEncrypted) |
Void |
getResult() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
public static PropertyClusterEventTask createPutTask(String key, String value, boolean isEncrypted)
public static PropertyClusterEventTask createDeleteTask(String key)
public Void getResult()
getResult
in interface ClusterTask<Void>
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2003–2020 Ignite Realtime. All rights reserved.