Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Field and Description |
---|---|
static InterestPolicy |
InterestPolicy.ALL
This subscriber is interested in all data.
|
static InterestPolicy |
InterestPolicy.CACHE_CONTENT
This subscriber is interested in data that is already in its cache.
|
static InterestPolicy |
InterestPolicy.DEFAULT
The interest policy used by default; it is
CACHE_CONTENT . |
Modifier and Type | Method and Description |
---|---|
static InterestPolicy |
InterestPolicy.fromOrdinal(byte ordinal)
Return the InterestPolicy represented by specified ordinal
|
InterestPolicy |
SubscriptionAttributes.getInterestPolicy()
Returns the interest policy of this subscriber.
|
Constructor and Description |
---|
SubscriptionAttributes(InterestPolicy interestPolicy)
Creates a new
SubscriptionAttributes with the given
interest policy. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.