Class ReadyLocalTransaction


  • public final class ReadyLocalTransaction
    extends Object
    Message notifying the shard leader to apply modifications which have been prepared locally against its DataTree. This message is not directly serializable, simply because the leader and sender need to be on the same system. When it needs to be sent out to a remote system, it needs to be intercepted by ReadyLocalTransactionSerializer and turned into BatchedModifications.