Class IgniteIndexerProperties
java.lang.Object
com.broadleafcommerce.search.index.ignite.autoconfigure.IgniteIndexerProperties
@ConfigurationProperties(prefix="broadleaf.indexer.ignite")
public class IgniteIndexerProperties
extends Object
Properties related to Ignite indexer configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setRoleKey
(String roleKey) void
setRoleName
(String roleName) void
setTopicName
(String topicName) toString()
-
Constructor Details
-
IgniteIndexerProperties
public IgniteIndexerProperties()
-
-
Method Details