C# Class Spring.Data.GemFire.KeyInterest

Basic holder class for registering a keys based interest in cached data.
Inheritance: AllKeysInterest, IInitializingObject
显示文件 Open project: spring-projects/spring-gemfire-net Class Usage Examples

Public Methods

Method Description
AfterPropertiesSet ( ) : void
KeyInterest ( ) : GemStone.GemFire.Cache

Initializes a new instance of the KeyInterest class.

KeyInterest ( ICacheableKey keys ) : GemStone.GemFire.Cache

Initializes a new instance of the KeyInterest class.

KeyInterest ( ICacheableKey keys, InterestResultPolicy policy ) : GemStone.GemFire.Cache

Initializes a new instance of the KeyInterest class.

KeyInterest ( ICacheableKey keys, InterestResultPolicy policy, bool durable ) : GemStone.GemFire.Cache

Initializes a new instance of the KeyInterest class.

The client can register any of its interest lists and continuous queries as durable. Durable interest remains even if the client disconnects for a period of time. During the client’s down time, the server maintains its durable subscriptions and then, when the client reconnects, plays them back to the client.

KeyInterest ( ICacheableKey keys, bool durable ) : GemStone.GemFire.Cache

Initializes a new instance of the KeyInterest class.

The client can register any of its interest lists and continuous queries as durable. Durable interest remains even if the client disconnects for a period of time. During the client’s down time, the server maintains its durable subscriptions and then, when the client reconnects, plays them back to the client.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

AfterPropertiesSet() public method

public AfterPropertiesSet ( ) : void
return void

KeyInterest() public method

Initializes a new instance of the KeyInterest class.
public KeyInterest ( ) : GemStone.GemFire.Cache
return GemStone.GemFire.Cache

KeyInterest() public method

Initializes a new instance of the KeyInterest class.
public KeyInterest ( ICacheableKey keys ) : GemStone.GemFire.Cache
keys ICacheableKey The keys.
return GemStone.GemFire.Cache

KeyInterest() public method

Initializes a new instance of the KeyInterest class.
public KeyInterest ( ICacheableKey keys, InterestResultPolicy policy ) : GemStone.GemFire.Cache
keys ICacheableKey The keys.
policy InterestResultPolicy The policy.
return GemStone.GemFire.Cache

KeyInterest() public method

Initializes a new instance of the KeyInterest class.
The client can register any of its interest lists and continuous queries as durable. Durable interest remains even if the client disconnects for a period of time. During the client’s down time, the server maintains its durable subscriptions and then, when the client reconnects, plays them back to the client.
public KeyInterest ( ICacheableKey keys, InterestResultPolicy policy, bool durable ) : GemStone.GemFire.Cache
keys ICacheableKey The keys.
policy InterestResultPolicy The policy.
durable bool if set to true register durable interest.
return GemStone.GemFire.Cache

KeyInterest() public method

Initializes a new instance of the KeyInterest class.
The client can register any of its interest lists and continuous queries as durable. Durable interest remains even if the client disconnects for a period of time. During the client’s down time, the server maintains its durable subscriptions and then, when the client reconnects, plays them back to the client.
public KeyInterest ( ICacheableKey keys, bool durable ) : GemStone.GemFire.Cache
keys ICacheableKey The keys.
durable bool if set to true register durable interest.
return GemStone.GemFire.Cache

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string