Package org.apache.pekko.remote
Class Ack
- java.lang.Object
-
- org.apache.pekko.remote.Ack
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product
public final class Ack extends java.lang.Object implements scala.Product, java.io.SerializableDeprecated.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:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static scala.collection.immutable.Set<SeqNo>$lessinit$greater$default$2()Deprecated.static Ackapply(SeqNo cumulativeAck, scala.collection.immutable.Set<SeqNo> nacks)Deprecated.static scala.collection.immutable.Set<SeqNo>apply$default$2()Deprecated.booleancanEqual(java.lang.Object x$1)Deprecated.Ackcopy(SeqNo cumulativeAck, scala.collection.immutable.Set<SeqNo> nacks)Deprecated.SeqNocopy$default$1()Deprecated.scala.collection.immutable.Set<SeqNo>copy$default$2()Deprecated.SeqNocumulativeAck()Deprecated.booleanequals(java.lang.Object x$1)Deprecated.inthashCode()Deprecated.scala.collection.immutable.Set<SeqNo>nacks()Deprecated.intproductArity()Deprecated.java.lang.ObjectproductElement(int x$1)Deprecated.java.lang.StringproductElementName(int x$1)Deprecated.scala.collection.Iterator<java.lang.Object>productIterator()Deprecated.java.lang.StringproductPrefix()Deprecated.java.lang.StringtoString()Deprecated.static scala.Option<scala.Tuple2<SeqNo,scala.collection.immutable.Set<SeqNo>>>unapply(Ack x$0)Deprecated.
-
-
-
Method Detail
-
$lessinit$greater$default$2
public static scala.collection.immutable.Set<SeqNo> $lessinit$greater$default$2()
Deprecated.
-
apply
public static Ack apply(SeqNo cumulativeAck, scala.collection.immutable.Set<SeqNo> nacks)
Deprecated.
-
apply$default$2
public static scala.collection.immutable.Set<SeqNo> apply$default$2()
Deprecated.
-
unapply
public static scala.Option<scala.Tuple2<SeqNo,scala.collection.immutable.Set<SeqNo>>> unapply(Ack x$0)
Deprecated.
-
cumulativeAck
public SeqNo cumulativeAck()
Deprecated.
-
nacks
public scala.collection.immutable.Set<SeqNo> nacks()
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
copy$default$1
public SeqNo copy$default$1()
Deprecated.
-
copy$default$2
public scala.collection.immutable.Set<SeqNo> copy$default$2()
Deprecated.
-
productPrefix
public java.lang.String productPrefix()
Deprecated.- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
Deprecated.- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
Deprecated.- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
Deprecated.- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
Deprecated.- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
Deprecated.- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
Deprecated.- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-