|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use InterestResultPolicy | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| 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 InterestResultPolicy in com.gemstone.gemfire.cache |
|---|
| Fields in com.gemstone.gemfire.cache declared as InterestResultPolicy | |
|---|---|
static InterestResultPolicy |
InterestResultPolicy.DEFAULT
The InterestResultPolicy used by default; it is KEYS_VALUES. |
static InterestResultPolicy |
InterestResultPolicy.KEYS
|
static InterestResultPolicy |
InterestResultPolicy.KEYS_VALUES
|
static InterestResultPolicy |
InterestResultPolicy.NONE
|
| Methods in com.gemstone.gemfire.cache that return InterestResultPolicy | |
|---|---|
static InterestResultPolicy |
InterestResultPolicy.fromOrdinal(byte ordinal)
Returns the InterestResultPolicy represented by specified ordinal |
| Methods in com.gemstone.gemfire.cache with parameters of type InterestResultPolicy | |
|---|---|
void |
Region.registerInterest(K key,
InterestResultPolicy policy)
Sends a request to the CacheServer to register interest in a key for this client. |
void |
Region.registerInterest(K key,
InterestResultPolicy policy,
boolean isDurable)
Sends a request to the CacheServer to register interest in a key for this client. |
void |
Region.registerInterest(K key,
InterestResultPolicy policy,
boolean isDurable,
boolean receiveValues)
Sends a request to the CacheServer to register interest in a key for this client. |
void |
ClientSession.registerInterest(String regionName,
Object keyOfInterest,
InterestResultPolicy policy,
boolean isDurable)
Registers interest in a particular region and key |
void |
ClientSession.registerInterest(String regionName,
Object keyOfInterest,
InterestResultPolicy policy,
boolean isDurable,
boolean receiveValues)
Registers interest in a particular region and key |
void |
Region.registerInterestRegex(String regex,
InterestResultPolicy policy)
Sends a request to the CacheServer to register interest in a regular expression pattern for this client. |
void |
Region.registerInterestRegex(String regex,
InterestResultPolicy policy,
boolean isDurable)
Sends a request to the CacheServer to register interest in a regular expression pattern for this client. |
void |
Region.registerInterestRegex(String regex,
InterestResultPolicy policy,
boolean isDurable,
boolean receiveValues)
Sends a request to the CacheServer to register interest in a regular expression pattern for this client. |
| Uses of InterestResultPolicy in com.gemstone.gemfire.cache.operations |
|---|
| Methods in com.gemstone.gemfire.cache.operations that return InterestResultPolicy | |
|---|---|
InterestResultPolicy |
RegisterInterestOperationContext.getInterestResultPolicy()
Get the InterestResultPolicy of this register/unregister
operation. |
| Constructors in com.gemstone.gemfire.cache.operations with parameters of type InterestResultPolicy | |
|---|---|
RegisterInterestOperationContext(Object key,
InterestType interestType,
InterestResultPolicy policy)
Constructor for the register interest operation. |
|
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||