Uses of Enum Class
com.hazelcast.config.IndexType
Packages that use IndexType
Package
Description
Provides classes for configuring HazelcastInstance.
Contains Hazelcast map module classes.
-
Uses of IndexType in com.hazelcast.config
Fields in com.hazelcast.config declared as IndexTypeModifier and TypeFieldDescriptionstatic final IndexType
IndexConfig.DEFAULT_TYPE
Default index type.Methods in com.hazelcast.config that return IndexTypeModifier and TypeMethodDescriptionstatic IndexType
IndexType.getById
(int id) Returns the IndexType as an enum.IndexConfig.getType()
Gets type of the index.static IndexType
Returns 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.Methods in com.hazelcast.config with parameters of type IndexTypeModifier and TypeMethodDescriptionSets type of the index.Constructors in com.hazelcast.config with parameters of type IndexTypeModifierConstructorDescriptionIndexConfig
(IndexType type) Creates an index configuration of the given type.IndexConfig
(IndexType type, String... attributes) Creates an index configuration of the given type with provided attributes. -
Uses of IndexType in com.hazelcast.map
Methods in com.hazelcast.map with parameters of type IndexType