Uses of Interface
org.apache.ignite.cache.store.jdbc.JdbcTypeHasher
-
Packages that use JdbcTypeHasher Package Description org.apache.ignite.cache.store.jdbc Contains reference JDBC-based cache store implementation. -
-
Uses of JdbcTypeHasher in org.apache.ignite.cache.store.jdbc
Classes in org.apache.ignite.cache.store.jdbc that implement JdbcTypeHasher Modifier and Type Class Description class
JdbcTypeDefaultHasher
Default implementation ofJdbcTypeHasher
.Fields in org.apache.ignite.cache.store.jdbc declared as JdbcTypeHasher Modifier and Type Field Description protected JdbcTypeHasher
CacheAbstractJdbcStore. hasher
Hash calculator.static JdbcTypeHasher
JdbcTypeDefaultHasher. INSTANCE
Singleton instance to use.Methods in org.apache.ignite.cache.store.jdbc that return JdbcTypeHasher Modifier and Type Method Description JdbcTypeHasher
CacheAbstractJdbcStore. getHasher()
Gets hash code calculator.JdbcTypeHasher
CacheJdbcPojoStoreFactory. getHasher()
Gets hash code calculator.Methods in org.apache.ignite.cache.store.jdbc with parameters of type JdbcTypeHasher Modifier and Type Method Description void
CacheAbstractJdbcStore. setHasher(JdbcTypeHasher hasher)
Sets hash code calculator.CacheJdbcPojoStoreFactory
CacheJdbcPojoStoreFactory. setHasher(JdbcTypeHasher hasher)
Sets hash code calculator.
-