Class BackendInfo
java.lang.Object
org.opendaylight.controller.cluster.access.client.BackendInfo
Basic information about how to talk to the backend. ClientActorBehavior uses this information to dispatch requests
to the backend.
This class is not final so concrete actor behavior implementations may subclass it and track more information
about the backend. The hashCode()
and equals(Object)
methods are made final to ensure subclasses
compare on object identity.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BackendInfo
(ActorRef actor, String name, long sessionId, ABIVersion version, int maxMessages) -
Method Summary
Modifier and TypeMethodDescriptionprotected MoreObjects.ToStringHelper
addToStringAttributes
(MoreObjects.ToStringHelper toStringHelper) final boolean
final ActorRef
getActor()
final int
final String
getName()
final long
final ABIVersion
final int
hashCode()
final String
toString()
-
Constructor Details
-
BackendInfo
protected BackendInfo(ActorRef actor, String name, long sessionId, ABIVersion version, int maxMessages)
-
-
Method Details
-
getActor
-
getName
-
getVersion
-
getMaxMessages
public final int getMaxMessages() -
getSessionId
public final long getSessionId() -
hashCode
public final int hashCode() -
equals
-
toString
-
addToStringAttributes
protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper toStringHelper)
-