Uses of Enum Class
com.loomcache.server.query.IndexType
Packages that use IndexType
-
Uses of IndexType in com.loomcache.server.query
Subclasses with type arguments of type IndexType in com.loomcache.server.queryModifier and TypeClassDescriptionenumEnumeration of index types supported by the query engine.Methods in com.loomcache.server.query that return IndexTypeModifier and TypeMethodDescriptionIndexConfig.indexType()Returns the value of theindexTyperecord component.SqlIndex.indexType()static IndexTypeIndexConfig.parseIndexType(@Nullable String indexTypeName) 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.server.query with parameters of type IndexTypeModifierConstructorDescriptionIndexConfig(String indexName, String columnName, IndexType indexType) IndexConfig(String indexName, List<String> columnNames, IndexType indexType) Creates a new IndexConfig.