Interface ReplicationOperation.PrimaryResult<RequestT extends ReplicationRequest<RequestT>>

    • Method Detail

      • replicaRequest

        @Nullable
        RequestT replicaRequest()
        Returns:
        null if no operation needs to be sent to a replica (for example when the operation failed on the primary due to a parsing exception)