Uses of Enum Class
com.loomcache.client.query.IndexType
Packages that use IndexType
Package
Description
Client-side query utilities — local filtered views over distributed maps
(client proxy for the server-side
ContinuousQueryCache).-
Uses of IndexType in com.loomcache.client.query
Subclasses with type arguments of type IndexType in com.loomcache.client.queryModifier and TypeClassDescriptionenumClient-side index type for map index declarations.Methods in com.loomcache.client.query that return IndexTypeModifier and TypeMethodDescriptionIndexConfig.indexType()Returns the value of theindexTyperecord component.static IndexTypeReturns the enum constant of this class with the specified name.static IndexType[]IndexType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.client.query with parameters of type IndexTypeModifierConstructorDescriptionIndexConfig(String indexName, String columnName, IndexType indexType) IndexConfig(String indexName, List<String> columnNames, IndexType indexType) Creates an instance of aIndexConfigrecord class.