Class ClientRequestTrackerImpl

    • Constructor Detail

      • ClientRequestTrackerImpl

        public ClientRequestTrackerImpl​(akka.actor.ActorRef clientActor,
                                        Identifier identifier,
                                        long logIndex)
    • Method Detail

      • getClientActor

        public akka.actor.ActorRef getClientActor()
        Description copied from interface: ClientRequestTracker
        Returns the client actor that should be sent a response when consensus is achieved.
        Specified by:
        getClientActor in interface ClientRequestTracker
        Returns:
        the client actor
      • getIdentifier

        public Identifier getIdentifier()
        Description copied from interface: ClientRequestTracker
        Returns the identifier of the object that is to be replicated. For example a transaction identifier in the case of a transaction.
        Specified by:
        getIdentifier in interface ClientRequestTracker
        Returns:
        the identifier