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()
ClientRequestTrackergetClientActor in interface ClientRequestTrackerpublic long getIndex()
ClientRequestTrackergetIndex in interface ClientRequestTrackerpublic org.opendaylight.yangtools.concepts.Identifier getIdentifier()
ClientRequestTrackergetIdentifier in interface ClientRequestTrackerCopyright © 2019 OpenDaylight. All rights reserved.