public interface ClientRequestTracker
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.
|
akka.actor.ActorRef getClientActor()
org.opendaylight.yangtools.concepts.Identifier getIdentifier()
long getIndex()
Copyright © 2019 OpenDaylight. All rights reserved.