| Package | Description |
|---|---|
| org.springframework.data.gemfire |
Package providing integration of
GemFire
with Spring concepts.
|
| org.springframework.data.gemfire.config.annotation |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
IndexTypeConverter.convert(String value)
Converts the given String value into an appropriate IndexType.
|
static IndexType |
IndexType.valueOf(com.gemstone.gemfire.cache.query.IndexType gemfireIndexType)
Returns an IndexType given the corresponding GemFire IndexType or null if no SDG IndexType
corresponds to the GemFire IndexType.
|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType |
IndexType.valueOfIgnoreCase(String value)
Returns an IndexType matching the given String.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IndexType.isFunctional(IndexType indexType)
Null-safe operation to determine if the IndexType is a "FUNCTIONAL" Index.
|
static boolean |
IndexType.isHash(IndexType indexType)
Null-safe operation to determine if the IndexType is a "HASH" Index.
|
static boolean |
IndexType.isKey(IndexType indexType)
Null-safe operation to determine if the IndexType is a "KEY" Index.
|
void |
IndexFactoryBean.setType(IndexType type)
Set the
type of the Index. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IndexConfiguration.registerIndexBeanDefinition(AnnotationAttributes enableIndexesAttributes,
GemfirePersistentEntity<?> persistentEntity,
GemfirePersistentProperty persistentProperty,
IndexType indexType,
Annotation indexAnnotation,
BeanDefinitionRegistry registry)
Registers an Index of the given
IndexType for the GemfirePersistentProperty
on the GemfirePersistentEntity using the Annotation meta-data to define the Index. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.