
schema.infinispan-cachestore-jdbc-config-15.2.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-cachestore-jdbc Show documentation
Show all versions of infinispan-cachestore-jdbc Show documentation
Infinispan JDBC CacheStore module
Defines the table used to store cache entries.
The class name of a org.infinispan.persistence.keymappers.Key2StringMapper to use for mapping keys to strings suitable for storage in a database table.
Defaults to org.infinispan.persistence.keymappers.DefaultTwoWayKey2StringMapper
Defines the prefix prepended to the cache name used when composing the name of the cache entry table.
Defines the column in which to store the cache key or bucket id.
Defines the column in which to store the cache entry or bucket.
Defines the column in which to store the timestamp of the cache entry or bucket.
Defines the column in which to store the segment number.
The fetch size used when querying from this table. Used to avoid heap memory exhaustion when query is large.
Deprecated, use the max-batch-size store property instead. The statement batch size used when modifying this table.
Determines whether database tables should be created by the store on startup.
Determines whether database tables should be dropped by the store on shutdown.
The name of the column used to store the cache key or bucket id.
The type of the column used to store the cache key or bucket id.
The name of the column used to store the cache entry or bucket.
The type of the column used to store the cache entry or bucket.
The name of the column used to store the cache entry or bucket timestamp.
The type of the column used to store the cache entry or bucket timestamp.
The name of the column used to store the segment number.
The type of the column used to store the segment number.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy