|
GemFire 6.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use InterestType | |
|---|---|
| com.gemstone.gemfire.cache.operations | Contains the OperationContext interface that encapsulates an operation and the data associated with it for both the pre-operation and post-operation cases. |
| Uses of InterestType in com.gemstone.gemfire.cache.operations |
|---|
| Fields in com.gemstone.gemfire.cache.operations declared as InterestType | |
|---|---|
static InterestType |
InterestType.KEY
For registering interest in a specific key. |
static InterestType |
InterestType.LIST
For registering interest in a list of keys. |
static InterestType |
InterestType.REGULAR_EXPRESSION
For registering interest in all keys matching a regular expression. |
| Methods in com.gemstone.gemfire.cache.operations that return InterestType | |
|---|---|
static InterestType |
InterestType.fromOrdinal(byte ordinal)
Returns the InterestType represented by specified ordinal. |
InterestType |
InterestOperationContext.getInterestType()
Get the InterestType of this register/unregister operation. |
| Constructors in com.gemstone.gemfire.cache.operations with parameters of type InterestType | |
|---|---|
InterestOperationContext(Object key,
InterestType interestType)
Constructor for the register interest operation. |
|
RegisterInterestOperationContext(Object key,
InterestType interestType,
InterestResultPolicy policy)
Constructor for the register interest operation. |
|
UnregisterInterestOperationContext(Object key,
InterestType interestType)
Constructor for the unregister interest operation. |
|
|
GemFire 6.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||