Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-5614

.NET: IDataStreamer.AddData should take IEnumerable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.0
    • None
    • platforms

    Description

      There is IDataStreamer.AddData(ICollection<KeyValuePair<TK, TV>> entries), which is not consistent with other APIs like ICache.PutAll(IEnumerable<KeyValuePair<TK, TV>> vals).
      IEnumerable is more user-friendly, avoids huge collection allocation, etc.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ptupitsyn Pavel Tupitsyn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: