Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-13504

Implement cache sets using publishers

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 14.0.0.Dev01
    • 13.0.2.Final
    • Core
    • None

    Description

      Currently cache sets are implemented using EntrySetCommand and KeySetCommand, and because there is no guaranteed cache-level CacheSet implementation, each interceptor implements the full CacheSet interface.

      We could simplify the code by making the interceptors implement a simpler interface, with only the localPublisher(segment/segments), with a single implementation of CacheSet at the cache level that delegates regular operations to the cache, and iteration to DistributedCacheStream.

      Attachments

        Activity

          People

            dberinde@redhat.com Dan Berindei (Inactive)
            dberinde@redhat.com Dan Berindei (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: