Uses of Enum Class
com.hazelcast.config.IndexType
Package
Description
Provides classes for configuring HazelcastInstance.
Contains Hazelcast map module classes.
-
Uses of IndexType in com.hazelcast.config
Modifier and TypeFieldDescriptionstatic final IndexType
IndexConfig.DEFAULT_TYPE
Default index type.Modifier 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.Modifier and TypeMethodDescriptionSets type of the index.ModifierConstructorDescriptionIndexConfig
(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