Enum Class UnsolicitedCommitEvent.Type

java.lang.Object
java.lang.Enum<UnsolicitedCommitEvent.Type>
com.tangosol.net.events.partition.UnsolicitedCommitEvent.Type
All Implemented Interfaces:
Serializable, Comparable<UnsolicitedCommitEvent.Type>, Constable
Enclosing interface:
UnsolicitedCommitEvent

public static enum UnsolicitedCommitEvent.Type extends Enum<UnsolicitedCommitEvent.Type>
The UnsolicitedCommitEvent types.
  • Enum Constant Details

    • COMMITTED

      public static final UnsolicitedCommitEvent.Type COMMITTED
      A COMMITTED event is the only event raised by the UnsolicitedCommitEvent as the mutation has already occurred to the underlying backing map(s). This event will contain all modified entries which may span multiple backing maps. The BinaryEntry instances passed for this event type are immutable.
  • Method Details

    • values

      public static UnsolicitedCommitEvent.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UnsolicitedCommitEvent.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null