public static class LeaseActor.OperationInProgress extends java.lang.Object implements LeaseActor.Data, LeaseActor.ReplyRequired, scala.Product, scala.Serializable
| Constructor and Description |
|---|
OperationInProgress(akka.actor.ActorRef replyTo,
java.lang.String version,
scala.Function1<scala.Option<java.lang.Throwable>,scala.runtime.BoxedUnit> leaseLostCallback,
long operationStartTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(java.lang.Object x$1) |
LeaseActor.OperationInProgress |
copy(akka.actor.ActorRef replyTo,
java.lang.String version,
scala.Function1<scala.Option<java.lang.Throwable>,scala.runtime.BoxedUnit> leaseLostCallback,
long operationStartTime) |
akka.actor.ActorRef |
copy$default$1() |
java.lang.String |
copy$default$2() |
scala.Function1<scala.Option<java.lang.Throwable>,scala.runtime.BoxedUnit> |
copy$default$3() |
long |
copy$default$4() |
boolean |
equals(java.lang.Object x$1) |
int |
hashCode() |
scala.Function1<scala.Option<java.lang.Throwable>,scala.runtime.BoxedUnit> |
leaseLostCallback() |
long |
operationStartTime() |
int |
productArity() |
java.lang.Object |
productElement(int x$1) |
scala.collection.Iterator<java.lang.Object> |
productIterator() |
java.lang.String |
productPrefix() |
akka.actor.ActorRef |
replyTo() |
java.lang.String |
toString() |
java.lang.String |
version() |
public OperationInProgress(akka.actor.ActorRef replyTo,
java.lang.String version,
scala.Function1<scala.Option<java.lang.Throwable>,scala.runtime.BoxedUnit> leaseLostCallback,
long operationStartTime)
public akka.actor.ActorRef replyTo()
replyTo in interface LeaseActor.ReplyRequiredpublic java.lang.String version()
public scala.Function1<scala.Option<java.lang.Throwable>,scala.runtime.BoxedUnit> leaseLostCallback()
public long operationStartTime()
public LeaseActor.OperationInProgress copy(akka.actor.ActorRef replyTo, java.lang.String version, scala.Function1<scala.Option<java.lang.Throwable>,scala.runtime.BoxedUnit> leaseLostCallback, long operationStartTime)
public akka.actor.ActorRef copy$default$1()
public java.lang.String copy$default$2()
public scala.Function1<scala.Option<java.lang.Throwable>,scala.runtime.BoxedUnit> copy$default$3()
public long copy$default$4()
public java.lang.String productPrefix()
productPrefix in interface scala.Productpublic int productArity()
productArity in interface scala.Productpublic java.lang.Object productElement(int x$1)
productElement in interface scala.Productpublic scala.collection.Iterator<java.lang.Object> productIterator()
productIterator in interface scala.Productpublic boolean canEqual(java.lang.Object x$1)
canEqual in interface scala.Equalspublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object x$1)
equals in interface scala.Equalsequals in class java.lang.Object