Package | Description |
---|---|
com.gigaspaces.annotation.pojo |
Provides annotations to support POJO usage with GigaSpaces.
|
com.gigaspaces.metadata |
Provides classes and interfaces encapsulating space entries metadata.
|
com.gigaspaces.metadata.index |
Provides classes and interfaces encapsulating space entries indexes.
|
org.openspaces.core.config |
Support classes for Spring namespace based configuration of OpenSpaces core.
|
Modifier and Type | Method and Description |
---|---|
SpaceIndexType |
SpaceProperty.IndexType.toSpaceIndexType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptorBuilder |
SpaceTypeDescriptorBuilder.addCompoundIndex(String[] paths,
SpaceIndexType indexType)
Deprecated.
|
SpaceTypeDescriptorBuilder |
SpaceTypeDescriptorBuilder.addCompoundIndex(String[] paths,
SpaceIndexType indexType,
boolean unique)
Deprecated.
|
SpaceTypeDescriptorBuilder |
SpaceTypeDescriptorBuilder.addPathIndex(String path,
SpaceIndexType indexType)
Adds an index of the specified type for the specified path.
|
SpaceTypeDescriptorBuilder |
SpaceTypeDescriptorBuilder.addPathIndex(String path,
SpaceIndexType indexType,
boolean unique)
Adds an index of the specified type for the specified path.
|
SpaceTypeDescriptorBuilder |
SpaceTypeDescriptorBuilder.addPropertyIndex(String propertyName,
SpaceIndexType indexType)
Adds an index of the specified type for the specified property.
|
SpaceTypeDescriptorBuilder |
SpaceTypeDescriptorBuilder.addPropertyIndex(String propertyName,
SpaceIndexType indexType,
boolean unique)
Adds an index of the specified type for the specified property.
|
SpaceTypeDescriptorBuilder |
SpaceTypeDescriptorBuilder.idProperty(String idPropertyName,
boolean autoGenerateId,
SpaceIndexType indexType)
Sets the ID property.
|
SpaceTypeDescriptorBuilder |
SpaceTypeDescriptorBuilder.routingProperty(String routingPropertyName,
SpaceIndexType indexType)
Sets the routing property.
|
Modifier and Type | Method and Description |
---|---|
SpaceIndexType |
SpaceIndex.getIndexType()
Gets the type of the index.
|
static SpaceIndexType |
SpaceIndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceIndexType[] |
SpaceIndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SpaceIndex |
SpaceIndexFactory.createCompoundIndex(String[] paths,
SpaceIndexType indexType,
String indexName,
boolean unique)
Creates a space compound index from the specified paths with the specified index type.
|
static SpaceIndex |
SpaceIndexFactory.createPathIndex(String path,
SpaceIndexType indexType)
Creates a space index for the specified path with the specified index type.
|
static SpaceIndex |
SpaceIndexFactory.createPathIndex(String path,
SpaceIndexType indexType,
boolean unique)
Creates a space index for the specified path with the specified index type.
|
static SpaceIndex |
SpaceIndexFactory.createPropertyIndex(String propertyName,
SpaceIndexType indexType)
Creates a space index for the specified property with the specified index type.
|
static SpaceIndex |
SpaceIndexFactory.createPropertyIndex(String propertyName,
SpaceIndexType indexType,
boolean unique)
Creates a space index for the specified property with the specified index type.
|
Modifier and Type | Method and Description |
---|---|
SpaceIndexType |
SpaceIdProperty.getIndex() |
SpaceIndexType |
SpaceRoutingProperty.getIndex() |
Modifier and Type | Method and Description |
---|---|
void |
SpaceIdProperty.setIndex(SpaceIndexType index) |
void |
SpaceRoutingProperty.setIndex(SpaceIndexType index) |
Copyright © GigaSpaces.