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 DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.