public static class TestApp.Echo extends Object implements Callable<String>, DataSerializable
| Modifier and Type | Method and Description |
|---|---|
String |
call() |
void |
readData(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
public Echo()
public Echo(String input)
public void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.