Package | Description |
---|---|
org.apache.ignite.cache.store.hibernate |
Contains reference Hibernate-based cache store implementation.
|
org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
org.apache.ignite.cache.store.spring |
Contains cache store session listener based on Spring transaction management.
|
org.apache.ignite.platform.dotnet |
Contains .Net platform-related classes.
|
org.gridgain.grid.cache.store.local |
Contains cache file local store API classes.
|
org.gridgain.grid.dr.store.fs |
Contains data center replication file system store API classes.
|
org.gridgain.grid.dr.store.memory |
Contains data center replication in-memory store API classes.
|
org.gridgain.grid.security.jaas |
Contains JAAS API classes.
|
org.gridgain.grid.security.passcode |
Contains passcode API classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheHibernateStoreSessionListener
Hibernate-based cache store session listener.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheAbstractJdbcStore<K,V>
Implementation of
CacheStore backed by JDBC. |
class |
CacheJdbcPojoStore<K,V>
Implementation of
CacheStore backed by JDBC and POJO via reflection. |
class |
CacheJdbcStoreSessionListener
Cache store session listener based on JDBC connection.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheSpringStoreSessionListener
Cache store session listener based on Spring transaction management.
|
Modifier and Type | Class and Description |
---|---|
class |
PlatformDotNetAffinityFunction
AffinityFunction implementation which can be used to configure .NET affinity function in Java Spring configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheFileLocalStore<K,V>
Local file based
CacheStore implementation. |
Modifier and Type | Class and Description |
---|---|
class |
DrSenderFsStore
Data center replication sender hub store implementation which persists data in file system.
|
Modifier and Type | Class and Description |
---|---|
class |
DrSenderInMemoryStore
Data center replication sender hub store implementation which stores data in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
JaasAuthenticator
JAAS-based implementation of the authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteAuthenticator
Authenticate server nodes using
PasscodeAuthenticator . |
class |
PasscodeAuthenticator
Passcode-based implementation of the authentication.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024