com.apama.correlator.memstore.notifications
Enum RowChangedType

java.lang.Object
  extended by java.lang.Enum<RowChangedType>
      extended by com.apama.correlator.memstore.notifications.RowChangedType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RowChangedType>

public enum RowChangedType
extends java.lang.Enum<RowChangedType>

Represents the supported types of row change alterations.

Used by a driver's table implementation to indicate the type of change that has occurred on the row.

See Also:
RowChangedSubscriptionManager.fireRowChanged(com.apama.correlator.memstore.notifications.RowChangedType, K, V, V, com.apama.correlator.memstore.RowKeyValueConverter)

Enum Constant Summary
INSERT
           
REMOVE
           
UPDATE
           
 
Method Summary
static RowChangedType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RowChangedType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

INSERT

public static final RowChangedType INSERT

REMOVE

public static final RowChangedType REMOVE

UPDATE

public static final RowChangedType UPDATE
Method Detail

values

public static RowChangedType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (RowChangedType c : RowChangedType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RowChangedType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Submit a bug or feature
Copyright (c) 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG