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

Use functional commands for JCache operations

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 9.2.0.CR2
    • None
    • None
    • None

      Some JCache operations (especially the invoke) cannot be executed using single command. We should run those using functional commands if possible.

      Regarding the invoke we have to find out if the EntryProcessor is marshallable. If it is we will assume that it does not have any side-effect and can be invoked on remote node; we should let the user opt-out of this behaviour through a system property.
      JSR107 spec says that implementation may require the EntryProcessor to be serializable or marshallable in some manner.

            rvansa1@redhat.com Radim Vansa (Inactive)
            rvansa1@redhat.com Radim Vansa (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: