Class Acknowledge
java.lang.Object
org.apache.flink.runtime.messages.Acknowledge
- All Implemented Interfaces:
Serializable
A generic acknowledgement message.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Acknowledgeget()Gets the singleton instance.inthashCode()protected ObjectRead resolve to preserve the singleton object property.toString()
-
Method Details
-
get
Gets the singleton instance.- Returns:
- The singleton instance.
-
equals
-
hashCode
public int hashCode() -
toString
-
readResolve
Read resolve to preserve the singleton object property. (per best practices, this should have visibility 'protected')- Throws:
ObjectStreamException
-