| Package | Description |
|---|---|
| org.springframework.data.gemfire.client |
Classes providing support for GemFire client configuration.
|
| Modifier and Type | Field and Description |
|---|---|
static InterestResultPolicyType |
InterestResultPolicyType.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static InterestResultPolicyType |
InterestResultPolicyType.valueOf(com.gemstone.gemfire.cache.InterestResultPolicy interestResultPolicy) |
static InterestResultPolicyType |
InterestResultPolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterestResultPolicyType |
InterestResultPolicyType.valueOfIgnoreCase(String name) |
static InterestResultPolicyType[] |
InterestResultPolicyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.gemstone.gemfire.cache.InterestResultPolicy |
InterestResultPolicyType.getInterestResultPolicy(InterestResultPolicyType interestResultPolicyType) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.