Package org.apache.pekko.remote
Class Ack
java.lang.Object
org.apache.pekko.remote.Ack
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
Class representing an acknowledgement with selective negative acknowledgements.
param: cumulativeAck Represents the highest sequence number received. param: nacks Set of sequence numbers between the last delivered one and cumulativeAck that has been not yet received.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic scala.collection.immutable.Set<SeqNo>Deprecated.static AckDeprecated.static scala.collection.immutable.Set<SeqNo>Deprecated.booleanDeprecated.Deprecated.Deprecated.scala.collection.immutable.Set<SeqNo>Deprecated.Deprecated.booleanDeprecated.inthashCode()Deprecated.scala.collection.immutable.Set<SeqNo>nacks()Deprecated.intDeprecated.productElement(int x$1) Deprecated.productElementName(int x$1) Deprecated.scala.collection.Iterator<Object>Deprecated.Deprecated.toString()Deprecated.Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Ack
Deprecated.
-
-
Method Details
-
$lessinit$greater$default$2
Deprecated. -
apply
Deprecated. -
apply$default$2
Deprecated. -
unapply
public static scala.Option<scala.Tuple2<SeqNo,scala.collection.immutable.Set<SeqNo>>> unapply(Ack x$0) Deprecated. -
cumulativeAck
Deprecated. -
nacks
Deprecated. -
toString
Deprecated. -
copy
Deprecated. -
copy$default$1
Deprecated. -
copy$default$2
Deprecated. -
productPrefix
Deprecated.- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()Deprecated.- Specified by:
productArityin interfacescala.Product
-
productElement
Deprecated.- Specified by:
productElementin interfacescala.Product
-
productIterator
Deprecated.- Specified by:
productIteratorin interfacescala.Product
-
canEqual
Deprecated.- Specified by:
canEqualin interfacescala.Equals
-
productElementName
Deprecated.- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-