ISubscriptionServiceTKey Interface |
Namespace: GemStone.GemFire.Cache.Generic
The ISubscriptionServiceTKey type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetInterestList |
get the interest list on this client
|
![]() | GetInterestListRegex |
get the list of interest regular expressions on this client
|
![]() | RegisterAllKeys |
Register interest for all the keys of the region to get
updates from the server.
Valid only for a Native Client region when client notification
( [!:AttributesFactory.SetClientNotificationEnabled] ) is true.
|
![]() | RegisterAllKeys(Boolean) |
Register interest for all the keys of the region to get
updates from the server.
Valid only for a Native Client region when client notification
( [!:AttributesFactory.SetClientNotificationEnabled] ) is true.
Should only be called for durable clients and with cache server version 5.5 onwards.
|
![]() | RegisterAllKeys(Boolean, ICollectionTKey, Boolean) | |
![]() | RegisterAllKeys(Boolean, ICollectionTKey, Boolean, Boolean) | |
![]() | RegisterKeys(ICollectionTKey) | |
![]() | RegisterKeys(ICollectionTKey, Boolean, Boolean) | |
![]() | RegisterKeys(ICollectionTKey, Boolean, Boolean, Boolean) | |
![]() | RegisterRegex(String) |
Register interest for the keys of the region that match the
given regular expression to get updates from the server.
Valid only for a Native Client region when client notification
( [!:AttributesFactory.SetClientNotificationEnabled] ) is true.
|
![]() | RegisterRegex(String, Boolean) |
Register interest for the keys of the region that match the
given regular expression to get updates from the server.
Valid only for a Native Client region when client notification
( [!:AttributesFactory.SetClientNotificationEnabled] ) is true.
Should only be called for durable clients and with cache server version 5.5 onwards.
|
![]() | RegisterRegex(String, Boolean, ICollectionTKey) | |
![]() | RegisterRegex(String, Boolean, ICollectionTKey, Boolean) | |
![]() | RegisterRegex(String, Boolean, ICollectionTKey, Boolean, Boolean) | |
![]() | UnregisterAllKeys |
Unregister interest for all the keys of the region to stop
getting updates for them.
Valid only for a Native Client region when client notification
( [!:AttributesFactory.SetClientNotificationEnabled] ) is true.
|
![]() | UnregisterKeys | |
![]() | UnregisterRegex |
Unregister interest for the keys of the region that match the
given regular expression to stop getting updates for them.
The regular expression must have been registered previously using
a RegisterRegex call.
Valid only for a Native Client region when client notification
( [!:AttributesFactory.SetClientNotificationEnabled] ) is true.
|