public class ClientRequestTrackerImpl extends Object implements ClientRequestTracker
Constructor and Description |
---|
ClientRequestTrackerImpl(akka.actor.ActorRef clientActor,
org.opendaylight.yangtools.concepts.Identifier identifier,
long logIndex) |
Modifier and Type | Method and Description |
---|---|
akka.actor.ActorRef |
getClientActor()
Returns the client actor that should be sent a response when consensus is achieved.
|
org.opendaylight.yangtools.concepts.Identifier |
getIdentifier()
Returns the identifier of the object that is to be replicated.
|
long |
getIndex()
Returns the index of the log entry that is to be replicated.
|
public ClientRequestTrackerImpl(akka.actor.ActorRef clientActor, org.opendaylight.yangtools.concepts.Identifier identifier, long logIndex)
public akka.actor.ActorRef getClientActor()
ClientRequestTracker
getClientActor
in interface ClientRequestTracker
public long getIndex()
ClientRequestTracker
getIndex
in interface ClientRequestTracker
public org.opendaylight.yangtools.concepts.Identifier getIdentifier()
ClientRequestTracker
getIdentifier
in interface ClientRequestTracker
Copyright © 2019 OpenDaylight. All rights reserved.