GigaSpaces XAP 9.5 API

com.gigaspaces.cluster.replication.gateway.conflict
Enum DataConflictOperation.OperationType

java.lang.Object
  extended by java.lang.Enum<DataConflictOperation.OperationType>
      extended by com.gigaspaces.cluster.replication.gateway.conflict.DataConflictOperation.OperationType
All Implemented Interfaces:
Serializable, Comparable<DataConflictOperation.OperationType>
Enclosing interface:
DataConflictOperation

Deprecated. since 9.0.1 - DataSyncOperationType.

@Deprecated
public static enum DataConflictOperation.OperationType
extends Enum<DataConflictOperation.OperationType>

Operation type enum.

Since:
8.0.3
Author:
eitany

Enum Constant Summary
CHANGE
          Deprecated. Change operation.
PARTIAL_UPDATE
          Deprecated. Partial update operation.
REMOVE
          Deprecated. Remove operation.
REMOVE_BY_UID
          Deprecated. Remove by UID operation.
UPDATE
          Deprecated. Update operation.
WRITE
          Deprecated. Write operation.
 
Method Summary
static DataConflictOperation.OperationType valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static DataConflictOperation.OperationType[] values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

WRITE

public static final DataConflictOperation.OperationType WRITE
Deprecated. 
Write operation.


UPDATE

public static final DataConflictOperation.OperationType UPDATE
Deprecated. 
Update operation.


PARTIAL_UPDATE

public static final DataConflictOperation.OperationType PARTIAL_UPDATE
Deprecated. 
Partial update operation.


REMOVE

public static final DataConflictOperation.OperationType REMOVE
Deprecated. 
Remove operation.


REMOVE_BY_UID

public static final DataConflictOperation.OperationType REMOVE_BY_UID
Deprecated. 
Remove by UID operation.


CHANGE

public static final DataConflictOperation.OperationType CHANGE
Deprecated. 
Change operation.

Method Detail

values

public static DataConflictOperation.OperationType[] values()
Deprecated. 
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 (DataConflictOperation.OperationType c : DataConflictOperation.OperationType.values())
    System.out.println(c);

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

valueOf

public static DataConflictOperation.OperationType valueOf(String name)
Deprecated. 
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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.