Uses of Record Class
com.loomcache.server.query.IndexConfig
Packages that use IndexConfig
Package
Description
-
Uses of IndexConfig in com.loomcache.server.config
Methods in com.loomcache.server.config that return types with arguments of type IndexConfigMethods in com.loomcache.server.config with parameters of type IndexConfigModifier and TypeMethodDescriptionLoomConfig.Builder.addMapIndex(String mapName, IndexConfig indexConfig) Method parameters in com.loomcache.server.config with type arguments of type IndexConfigModifier and TypeMethodDescriptionLoomConfig.Builder.mapIndexes(Map<String, List<IndexConfig>> mapIndexes) -
Uses of IndexConfig in com.loomcache.server.datastructures
Method parameters in com.loomcache.server.datastructures with type arguments of type IndexConfigModifier and TypeMethodDescriptionintDataStructureRegistry.applyDeclarativeIndexes(Map<String, List<IndexConfig>> mapIndexes) -
Uses of IndexConfig in com.loomcache.server.query
Methods in com.loomcache.server.query that return IndexConfigModifier and TypeMethodDescriptionSqlIndex.config()Returns the value of theconfigrecord component.static IndexConfigIndexConfig.fromDeclarative(String indexName, String columnName, @Nullable String indexTypeName) static IndexConfigIndexConfig.fromDeclarative(String indexName, List<String> columnNames, @Nullable String indexTypeName) static IndexConfigIndexConfig.parseDeclaration(String declaration) Constructors in com.loomcache.server.query with parameters of type IndexConfigModifierConstructorDescriptionMapIndex(IndexConfig config) Creates a new index with the specified configuration.SqlIndex(String name, String mappingName, IndexConfig config) Creates an instance of aSqlIndexrecord class.