Class Acknowledge
- java.lang.Object
-
- org.apache.flink.runtime.messages.Acknowledge
-
- All Implemented Interfaces:
Serializable
public class Acknowledge extends Object implements Serializable
A generic acknowledgement message.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Acknowledgeget()Gets the singleton instance.inthashCode()protected ObjectreadResolve()Read resolve to preserve the singleton object property.StringtoString()
-
-
-
Method Detail
-
get
public static Acknowledge get()
Gets the singleton instance.- Returns:
- The singleton instance.
-
readResolve
protected Object readResolve() throws ObjectStreamException
Read resolve to preserve the singleton object property. (per best practices, this should have visibility 'protected')- Throws:
ObjectStreamException
-
-