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

optimize and cleanup ReplicateCommand

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 4.0.0.ALPHA1, 4.0.0.Final
    • None
    • Core
    • None

      ReplicateCommand should be split into SingleRPCCommand, MultipleRPCCommand:

      • name is more suggestive, ReplicateCommand name is very simillr to ReplicableCommand which makes code hard to read
      • when only replicating a single command, the current impl is inefficient as it internally builds an array to store the single entry. This is not needed.

            mircea.markus Mircea Markus (Inactive)
            mircea.markus Mircea Markus (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: