C# Класс Spring.Data.GemFire.RegexInterest

Cache interest based on regular expression rather then individual key types.
Наследование: AllKeysInterest, IInitializingObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

AfterPropertiesSet() публичный Метод

Ensures the regex property has been set.
public AfterPropertiesSet ( ) : void
Результат void

RegexInterest() публичный Метод

Initializes a new instance of the RegexInterest class.
public RegexInterest ( ) : Spring.Objects.Factory
Результат Spring.Objects.Factory

RegexInterest() публичный Метод

Initializes a new instance of the RegexInterest class.
public RegexInterest ( string regex ) : Spring.Objects.Factory
regex string The regex.
Результат Spring.Objects.Factory

RegexInterest() публичный Метод

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.
Результат Spring.Objects.Factory

RegexInterest() публичный Метод

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.
Результат Spring.Objects.Factory

RegexInterest() публичный Метод

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.
Результат Spring.Objects.Factory

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string