C# 클래스 Spring.Data.GemFire.RegexInterest

Cache interest based on regular expression rather then individual key types.
상속: AllKeysInterest, IInitializingObject
파일 보기 프로젝트 열기: spring-projects/spring-gemfire-net 1 사용 예제들

공개 메소드들

메소드 설명
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