Class UnsetOperation

java.lang.Object
com.gigaspaces.sync.change.UnsetOperation

public class UnsetOperation extends Object
Represents a change operation which correlate with a ChangeSet.unset(String) invocation.
Since:
9.5
Author:
eitany
  • Field Details

  • Method Details

    • represents

      public static boolean represents(ChangeOperation changeOperation)
      Returns:
      true if this operation type represents the given change operation.
    • getPath

      public static String getPath(ChangeOperation changeOperation)
      Returns:
      the path the operation changed.