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

Basic holder class for registering a keys based interest in cached data.
상속: AllKeysInterest, IInitializingObject
파일 보기 프로젝트 열기: spring-projects/spring-gemfire-net 1 사용 예제들

공개 메소드들

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

메소드 상세

AfterPropertiesSet() 공개 메소드

public AfterPropertiesSet ( ) : void
리턴 void

KeyInterest() 공개 메소드

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

KeyInterest() 공개 메소드

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

KeyInterest() 공개 메소드

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.
리턴 GemStone.GemFire.Cache

KeyInterest() 공개 메소드

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.
리턴 GemStone.GemFire.Cache

KeyInterest() 공개 메소드

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.
리턴 GemStone.GemFire.Cache

ToString() 공개 메소드

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