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

Use functional commands for JCache operations

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 9.2.0.Final
    • 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)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: