Package | Description |
---|---|
org.apache.ignite.cache.store |
Contains cache store interfaces.
|
org.apache.ignite.cache.store.cassandra |
Contains
CacheStore implementation backed by Cassandra database |
org.apache.ignite.cache.store.cassandra.session |
Contains classes responsible for handling sessions and communication with Cassandra
|
org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
org.apache.ignite.plugin.platform |
Contains platform plugins management API.
|
org.apache.ignite.stream |
Contains Ignite Streamer classes.
|
org.gridgain.grid.cache.store.local |
Contains cache file local store API classes.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheStoreAdapter.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Default empty implementation.
|
void |
CacheLoadOnlyStoreAdapter.loadCache(IgniteBiInClosure<K,V> c,
Object... args)
Loads all values from underlying persistent storage.
|
void |
CacheStore.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
Modifier and Type | Method and Description |
---|---|
void |
CassandraCacheStore.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
Constructor and Description |
---|
LoadCacheCustomQueryWorker(CassandraSession ses,
com.datastax.driver.core.Statement stmt,
PersistenceController ctrl,
IgniteLogger log,
IgniteBiInClosure<K,V> clo) |
LoadCacheCustomQueryWorker(CassandraSession ses,
String qry,
PersistenceController ctrl,
IgniteLogger log,
IgniteBiInClosure<K,V> clo) |
Modifier and Type | Method and Description |
---|---|
void |
CacheAbstractJdbcStore.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PlatformCachePluginConfigurationClosure
Platform cache configuration handler:
updates plugin configuration using data sent from platform code.
|
interface |
PlatformPluginConfigurationClosure
Platform configuration handler:
updates plugin configuration using data sent from platform code.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamVisitor<K,V>
Convenience adapter to visit every key-value tuple in the stream.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> StreamVisitor<K,V> |
StreamVisitor.from(IgniteBiInClosure<IgniteCache<K,V>,Map.Entry<K,V>> c)
Creates a new visitor based on instance of
IgniteBiInClosure . |
Modifier and Type | Method and Description |
---|---|
void |
CacheFileLocalStore.loadCache(IgniteBiInClosure<K,IgniteBiTuple<V,?>> clo,
Object... args)
Loads all values from underlying persistent storage.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024