Annotation Interface Indexed
The
Indexed
annotation is used to index a GemfirePersistentEntity
GemfirePersistentProperty
,
which creates a GemFire/Geode Index
on a GemFire/Geode Region
.- Since:
- 1.9.0
- See Also:
-
AliasFor
IndexType
Region
Index
-
Optional Element Summary
-
Element Details
-
value
Name of the Index.- Default:
- ""
-
name
Name of the Index.- Default:
- ""
-
expression
String expressionExpression to index.- Default:
- ""
-
from
String fromThe Apache GeodeRegion
on which theIndex
is created.- Default:
- ""
-
type
IndexType typeType of Index to create. Defaults toIndexType.HASH
.- Default:
- FUNCTIONAL
-