|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.data.gemfire.IndexFactoryBean
public class IndexFactoryBean
Factory bean for easy declarative creation of GemFire Indexes.
| Constructor Summary | |
|---|---|
IndexFactoryBean()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
com.gemstone.gemfire.cache.query.Index |
getObject()
|
Class<?> |
getObjectType()
|
boolean |
isSingleton()
|
void |
setBeanName(String name)
|
void |
setCache(com.gemstone.gemfire.cache.RegionService cache)
Sets the underlying cache used for creating indexes. |
void |
setExpression(String expression)
|
void |
setFrom(String from)
|
void |
setImports(String imports)
|
void |
setName(String name)
|
void |
setOverride(boolean override)
|
void |
setPoolName(String poolName)
Sets the beanName of the Pool used for used for creating indexes. |
void |
setQueryService(com.gemstone.gemfire.cache.query.QueryService service)
Sets the query service used for creating indexes. |
void |
setType(com.gemstone.gemfire.cache.query.IndexType type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexFactoryBean()
| Method Detail |
|---|
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanExceptionpublic com.gemstone.gemfire.cache.query.Index getObject()
getObject in interface FactoryBean<com.gemstone.gemfire.cache.query.Index>public Class<?> getObjectType()
getObjectType in interface FactoryBean<com.gemstone.gemfire.cache.query.Index>public boolean isSingleton()
isSingleton in interface FactoryBean<com.gemstone.gemfire.cache.query.Index>public void setCache(com.gemstone.gemfire.cache.RegionService cache)
cache - cache used for creating indexes.public void setQueryService(com.gemstone.gemfire.cache.query.QueryService service)
service - query service used for creating indexes.public void setPoolName(String poolName)
Pool used for used for creating indexes.
poolName - the beanName of the pool used for creating indexes.public void setBeanName(String name)
setBeanName in interface BeanNameAwarepublic void setName(String name)
name - the name to setpublic void setExpression(String expression)
expression - the expression to setpublic void setFrom(String from)
from - the from to setpublic void setImports(String imports)
imports - the imports to setpublic void setType(com.gemstone.gemfire.cache.query.IndexType type)
type - the type to setpublic void setOverride(boolean override)
override - the override to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||