C# Class Spring.Data.GemFire.RegexInterest

Cache interest based on regular expression rather then individual key types.
Inheritance: AllKeysInterest, IInitializingObject
Datei anzeigen Open project: spring-projects/spring-gemfire-net Class Usage Examples

Public Methods

Method Description
AfterPropertiesSet ( ) : void

Ensures the regex property has been set.

RegexInterest ( ) : Spring.Objects.Factory

Initializes a new instance of the RegexInterest class.

RegexInterest ( string regex ) : Spring.Objects.Factory

Initializes a new instance of the RegexInterest class.

RegexInterest ( string regex, InterestResultPolicy policy ) : Spring.Objects.Factory

Initializes a new instance of the RegexInterest class.

RegexInterest ( string regex, InterestResultPolicy policy, bool durable ) : Spring.Objects.Factory

Initializes a new instance of the RegexInterest 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.

RegexInterest ( string regex, bool durable ) : Spring.Objects.Factory

Initializes a new instance of the RegexInterest 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

Ensures the regex property has been set.
public AfterPropertiesSet ( ) : void
return void

RegexInterest() public method

Initializes a new instance of the RegexInterest class.
public RegexInterest ( ) : Spring.Objects.Factory
return Spring.Objects.Factory

RegexInterest() public method

Initializes a new instance of the RegexInterest class.
public RegexInterest ( string regex ) : Spring.Objects.Factory
regex string The regex.
return Spring.Objects.Factory

RegexInterest() public method

Initializes a new instance of the RegexInterest class.
public RegexInterest ( string regex, InterestResultPolicy policy ) : Spring.Objects.Factory
regex string The regex.
policy InterestResultPolicy The policy.
return Spring.Objects.Factory

RegexInterest() public method

Initializes a new instance of the RegexInterest 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 RegexInterest ( string regex, InterestResultPolicy policy, bool durable ) : Spring.Objects.Factory
regex string The regex.
policy InterestResultPolicy The policy.
durable bool if set to true register durable interest.
return Spring.Objects.Factory

RegexInterest() public method

Initializes a new instance of the RegexInterest 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 RegexInterest ( string regex, bool durable ) : Spring.Objects.Factory
regex string The regex.
durable bool if set to true register durable interest.
return Spring.Objects.Factory

ToString() public method

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