Enum Class OperationContext.OperationCode
java.lang.Object
java.lang.Enum<OperationContext.OperationCode>
org.apache.geode.cache.operations.OperationContext.OperationCode
- All Implemented Interfaces:
Serializable,Comparable<OperationContext.OperationCode>,Constable
- Enclosing class:
- OperationContext
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanDeprecated.UsegetOperationCode() == CONTAINS_KEYinsteadbooleanDeprecated.UsegetOperationCode() == DESTROYinsteadbooleanDeprecated.UsegetOperationCode() == EXECUTE_CQinsteadbooleanDeprecated.UsegetOperationCode() == EXECUTE_FUNCTIONinsteadbooleanisGet()Deprecated.UsegetOperationCode() == GETinsteadbooleanDeprecated.UsegetOperationCode() == GET_DURABLE_CQSinsteadbooleanDeprecated.UsegetOperationCode() == INVALIDATEinsteadbooleanisKeySet()Deprecated.UsegetOperationCode() == KEY_SETinsteadbooleanisPut()Deprecated.UsegetOperationCode() == PUTinsteadbooleanisPutAll()Deprecated.UsegetOperationCode() == PUTALLinsteadbooleanisQuery()Deprecated.UsegetOperationCode() == QUERYinsteadbooleanDeprecated.UsegetOperationCode() == REGION_CLEARinsteadbooleanDeprecated.UsegetOperationCode() == REGION_CREATEinsteadbooleanDeprecated.UsegetOperationCode() == REGION_DESTROYinsteadbooleanDeprecated.UsegetOperationCode() == REGISTER_INTERESTinsteadbooleanDeprecated.UsegetOperationCode() == REMOVEALLinsteadbooleanisStopCQ()Deprecated.UsegetOperationCode() == STOP_CQinsteadbooleanDeprecated.UsegetOperationCode() == UNREGISTER_INTERESTinsteadReturns the enum constant of this class with the specified name.static OperationContext.OperationCode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GET
Deprecated. -
PUT
Deprecated. -
PUTALL
Deprecated. -
REMOVEALL
Deprecated. -
DESTROY
Deprecated. -
INVALIDATE
Deprecated. -
REGISTER_INTEREST
Deprecated. -
UNREGISTER_INTEREST
Deprecated. -
CONTAINS_KEY
Deprecated. -
KEY_SET
Deprecated. -
QUERY
Deprecated. -
EXECUTE_CQ
Deprecated. -
STOP_CQ
Deprecated. -
CLOSE_CQ
Deprecated. -
REGION_CLEAR
Deprecated. -
REGION_CREATE
Deprecated. -
REGION_DESTROY
Deprecated. -
EXECUTE_FUNCTION
Deprecated. -
GET_DURABLE_CQS
Deprecated.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
isGet
Deprecated.UsegetOperationCode() == GETinsteadCheck if this is an entry get operation.- Returns:
- true if this is an entry get operation
-
isPut
Deprecated.UsegetOperationCode() == PUTinsteadCheck if this is a entry create/update operation.- Returns:
- true if this is a entry create/update operation.
-
isPutAll
Deprecated.UsegetOperationCode() == PUTALLinsteadCheck if this is a map putAll operation.- Returns:
- true if this is a map putAll operation.
-
isRemoveAll
Deprecated.UsegetOperationCode() == REMOVEALLinsteadCheck if this is a region removeAll operation.- Returns:
- true if this is a region removeAll operation.
- Since:
- GemFire 8.1
-
isDestroy
Deprecated.UsegetOperationCode() == DESTROYinsteadCheck if this is an entry destroy operation.- Returns:
- true if this is an entry destroy operation.
-
isInvalidate
Deprecated.UsegetOperationCode() == INVALIDATEinsteadCheck if this is an entry invalidate operation.- Returns:
- true if this is an entry invalidate operation.
-
isRegisterInterest
Deprecated.UsegetOperationCode() == REGISTER_INTERESTinsteadCheck if this is a register interest operation.- Returns:
- true if this is a register interest operation.
-
isUnregisterInterest
Deprecated.UsegetOperationCode() == UNREGISTER_INTERESTinsteadCheck if this is an unregister interest operation.- Returns:
- true if this is an unregister interest operation.
-
isContainsKey
Deprecated.UsegetOperationCode() == CONTAINS_KEYinsteadCheck if this is a regioncontainsKeyoperation.- Returns:
- true if this is a region
containsKeyoperation.
-
isKeySet
Deprecated.UsegetOperationCode() == KEY_SETinsteadCheck if this is a regionkeySetoperation.- Returns:
- true if this is a region
keySetoperation.
-
isQuery
Deprecated.UsegetOperationCode() == QUERYinsteadCheck if this is a cache query operation.- Returns:
- true if this is a cache query operation.
-
isExecuteCQ
Deprecated.UsegetOperationCode() == EXECUTE_CQinsteadCheck if this is a continuous query execution operation.- Returns:
- true if this is a continuous query execution operation.
-
isStopCQ
Deprecated.UsegetOperationCode() == STOP_CQinsteadCheck if this is a continuous query stop operation.- Returns:
- true if this is a continuous query stop operation.
-
isCloseCQ
Deprecated.UsegetOperationCode() == CLOSE_CQinsteadCheck if this is a continuous query close operation.- Returns:
- true if this is a continuous query close operation.
-
isRegionClear
Deprecated.UsegetOperationCode() == REGION_CLEARinsteadCheck if this is a region clear operation.- Returns:
- true if this is a region clear operation.
-
isRegionCreate
Deprecated.UsegetOperationCode() == REGION_CREATEinsteadCheck if this is a region create operation.- Returns:
- true if this is a region create operation.
-
isRegionDestroy
Deprecated.UsegetOperationCode() == REGION_DESTROYinsteadCheck if this is a region destroy operation.- Returns:
- true if this is a region destroy operation.
-
isExecuteRegionFunction
Deprecated.UsegetOperationCode() == EXECUTE_FUNCTIONinsteadCheck if this is a execute region function operation.- Returns:
- true if this is a execute region function operation.
-
isGetDurableCQs
Deprecated.UsegetOperationCode() == GET_DURABLE_CQSinsteadCheck if this is a get durable cqs operation.- Returns:
- true if this is a get durable cqs operation.
-
getOperationCode() == CLOSE_CQinstead