| Package | Description |
|---|---|
| org.springframework.data.gemfire |
Package providing integration of
GemFire
with Spring concepts.
|
| org.springframework.data.gemfire.config.annotation | |
| org.springframework.data.gemfire.config.schema.definitions |
| Modifier and Type | Field and Description |
|---|---|
static IndexType |
IndexType.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
IndexTypeConverter.convert(String value)
Converts the given String value into an appropriate IndexType.
|
static IndexType |
IndexType.valueOf(org.apache.geode.cache.query.IndexType gemfireIndexType)
|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType |
IndexType.valueOfIgnoreCase(String value)
|
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 given
IndexType is a FUNCTIONAL Index. |
static boolean |
IndexType.isHash(IndexType indexType)
Null-safe operation to determine if the given
IndexType is a HASH Index. |
static boolean |
IndexType.isKey(IndexType indexType)
Null-safe operation to determine if the given
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 enableIndexingAttributes,
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. |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
IndexDefinition.getIndexType() |
| Modifier and Type | Method and Description |
|---|---|
IndexDefinition |
IndexDefinition.as(IndexType indexType) |
protected static org.apache.geode.cache.query.Index |
IndexDefinition.IndexWrapper.from(String name,
String expression,
String fromClause,
IndexType indexType) |
| Constructor and Description |
|---|
IndexWrapper(String name,
String expression,
String fromClause,
IndexType indexType) |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.