@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface RepositoryConfig
Modifier and Type | Optional Element and Description |
---|---|
boolean |
autoCreateCache
Auto create cache.
|
String |
cacheName
Cache name string.
|
String |
igniteCfg
Name of the Spring Bean that must provide
IgniteConfiguration or ClientConfiguration that is used
for instantination of Ignite node or Ignite thin client respectively for accessing the Ignite cluster. |
String |
igniteInstance
Name of the Spring Bean that must provide
Ignite or IgniteClient instance for accessing the
Ignite cluster. |
String |
igniteSpringCfgPath
Ignite spring cfg path string.
|
public abstract String cacheName
public abstract String igniteInstance
Ignite
or IgniteClient
instance for accessing the
Ignite cluster.public abstract String igniteCfg
IgniteConfiguration
or ClientConfiguration
that is used
for instantination of Ignite node or Ignite thin client respectively for accessing the Ignite cluster.public abstract String igniteSpringCfgPath
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024