GemFire 5.5.1

Uses of Class
com.gemstone.gemfire.cache.InterestResultPolicy

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. 
com.gemstone.gemfire.cache.util Provides utilities for use with the Caching API in the com.gemstone.gemfire.cache package. 
 

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(Object key, InterestResultPolicy policy)
          Sends a request to the CacheServer to register interest in a key for this client.
 void Region.registerInterest(Object key, InterestResultPolicy policy, boolean isDurable)
          Sends a request to the CacheServer to register interest in a key for this client.
 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.
 

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.
 

Uses of InterestResultPolicy in com.gemstone.gemfire.cache.util
 

Methods in com.gemstone.gemfire.cache.util with parameters of type InterestResultPolicy
 List BridgeWriter.registerInterest(Region r, Object key, int interestType, InterestResultPolicy policy, boolean isDurable)
          Register interest in a particular region and key.
 


GemFire 5.5.1

Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.