public interface GridGain extends IgnitePlugin
Modifier and Type | Field and Description |
---|---|
static String |
DFLT_LIC_FILE_NAME
Default License file name.
|
static String |
PLUGIN_NAME |
Modifier and Type | Method and Description |
---|---|
<K,V> IgniteCache<K,V> |
cache(String cacheName,
byte dataCenterId)
Gets cache with specified
dataCenterId . |
GridGainConfiguration |
configuration() |
<K,V> IgniteDataStreamer<K,V> |
dataStreamer(String cacheName,
byte dataCenterId)
Gets data streamer with specified
dataCenterId . |
GridDr |
dr()
Gets an instance of Data Center Replication.
|
GridProduct |
product()
Gets information about product as well as license management capabilities.
|
GridGainRollingUpgrade |
rollingUpgrade()
Gets an instance of Rolling upgrade facade.
|
GridSecurity |
security()
Gets an instance of
GridSecurity interface. |
GridSnapshot |
snapshot()
Gets an instance of Snapshot facade.
|
static final String PLUGIN_NAME
static final String DFLT_LIC_FILE_NAME
GridGainConfiguration configuration()
GridProduct product()
GridSecurity security()
GridSecurity
interface.GridSecurity
interface.GridDr dr()
GridSnapshot snapshot()
null
if snapshots are not enabled.GridGainRollingUpgrade rollingUpgrade()
null
if rolling upgrade are not enabled.<K,V> IgniteCache<K,V> cache(String cacheName, byte dataCenterId)
dataCenterId
.
All updates executed using this cache are treated as updates coming from data center with given ID.
cacheName
- Cache name.dataCenterId
- Data center id, must be between 1 and 31.dataCenterId
.<K,V> IgniteDataStreamer<K,V> dataStreamer(String cacheName, byte dataCenterId)
dataCenterId
.
All updates executed using this streamer are treated as updates coming from data center with given ID.
cacheName
- Cache name.dataCenterId
- Data center id, must be between 1 and 31.dataCenterId
.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024