Java org.springframework.data.gemfire IndexFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.gemfire IndexFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.gemfire IndexFactoryBean.

The text is from its open source code.

Field

Constructor

Method

voidafterPropertiesSet()
IndexcreateIndex(QueryService queryService, String indexName)
QueryServicedoLookupQueryService()
IndexgetIndex()
Returns a reference to the Index created by this IndexFactoryBean .
IndexgetObject()
ClassgetObjectType()
booleanisIgnoreIfExists()
Determines whether to ignore the Index defined by this IndexFactoryBean when an IndexExistsException or IndexNameConflictException is thrown.
booleanisOverride()
Determines whether to override an existing Index having the same definition but different name as the Index that would be created by this IndexFactoryBean .
QueryServicelookupQueryService()
voidregisterAlias(String beanName, String indexName)
QueryServiceregisterQueryServiceBean(String beanName, QueryService queryService)
RegionServiceresolveCache()
StringresolveIndexName()
QueryServiceresolveQueryService()
voidsetCache(RegionService cache)
Sets a reference to the RegionService .
voidsetDefine(boolean define)
Sets a boolean condition to indicate whether the Index declared and defined by this IndexFactoryBean will only be defined initially, or defined and created.
voidsetExpression(String expression)
voidsetFrom(String from)
voidsetIgnoreIfExists(boolean ignore)
Configures whether to ignore the Index defined by this IndexFactoryBean when an IndexExistsException or IndexNameConflictException is thrown.
voidsetImports(String imports)
voidsetName(String name)
Sets the name of the Index .
voidsetOverride(boolean override)
Configures whether to override an existing Index having the same definition but different name as the Index that would be created by this IndexFactoryBean .
voidsetQueryService(QueryService service)
Sets the QueryService used to create the Index .
voidsetType(String type)
Set the IndexType type of the Index as a String .
voidsetType(IndexType type)
Set the IndexType type of the Index .
StringtoBasicIndexDefinition()
StringtoDetailedIndexDefinition()