Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache |
Contains main Data Grid APIs.
|
org.apache.ignite.cache.hibernate |
Contains implementation of Hibernate L2 cache.
|
org.apache.ignite.cache.spring |
Contains implementation of Spring cache abstraction and
@Cacheable annotation. |
org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
org.apache.ignite.cluster | |
org.apache.ignite.messaging |
Contains Topic-based Messaging functionality.
|
org.apache.ignite.plugin | |
org.apache.ignite.spi |
Contains common classes and interfaces for SPI implementations.
|
org.apache.ignite.spi.communication.tcp |
Contains default TCP/IP-based implementation for communication SPI.
|
org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteSpringBean
Grid Spring bean allows to bypass
Ignition methods. |
Modifier and Type | Method and Description |
---|---|
static Ignite |
Ignition.ignite()
Gets an instance of default no-name grid.
|
static Ignite |
Ignition.ignite(String name)
Gets an named grid instance.
|
static Ignite |
Ignition.ignite(UUID locNodeId)
Gets a grid instance for given local node ID.
|
static Ignite |
Ignition.start()
Starts grid with default configuration.
|
static Ignite |
IgniteSpring.start(org.springframework.context.ApplicationContext springCtx)
Starts grid with default configuration.
|
static Ignite |
Ignition.start(IgniteConfiguration cfg)
Starts grid with given configuration.
|
static Ignite |
IgniteSpring.start(IgniteConfiguration cfg,
org.springframework.context.ApplicationContext springCtx)
Starts grid with given configuration.
|
static Ignite |
Ignition.start(String springCfgPath)
Starts all grids specified within given Spring XML configuration file.
|
static Ignite |
IgniteSpring.start(String springCfgPath,
org.springframework.context.ApplicationContext springCtx)
Starts all grids specified within given Spring XML configuration file.
|
static Ignite |
Ignition.start(URL springCfgUrl)
Starts all grids specified within given Spring XML configuration file URL.
|
static Ignite |
IgniteSpring.start(URL springCfgUrl,
org.springframework.context.ApplicationContext springCtx)
Starts all grids specified within given Spring XML configuration file URL.
|
Modifier and Type | Method and Description |
---|---|
static List<Ignite> |
Ignition.allGrids()
Gets a list of all grids started so far.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CacheManager.isManagedIgnite(Ignite ignite) |
Modifier and Type | Field and Description |
---|---|
protected Ignite |
HibernateRegion.ignite
Grid instance.
|
protected Ignite |
HibernateAccessStrategyAdapter.ignite
Grid.
|
Modifier and Type | Field and Description |
---|---|
protected Ignite |
SpringCacheManager.grid
Ignite instance.
|
Modifier and Type | Method and Description |
---|---|
protected Ignite |
CacheAbstractJdbcStore.ignite() |
Modifier and Type | Method and Description |
---|---|
Ignite |
ClusterGroup.ignite()
Gets instance of grid.
|
Modifier and Type | Method and Description |
---|---|
protected Ignite |
MessagingListenActor.ignite()
Gets grid instance associated with this actor.
|
Modifier and Type | Method and Description |
---|---|
Ignite |
PluginContext.grid() |
Modifier and Type | Field and Description |
---|---|
protected Ignite |
IgniteSpiAdapter.ignite
Ignite instance
|
Modifier and Type | Method and Description |
---|---|
protected void |
TcpCommunicationSpi.injectResources(Ignite ignite)
Injects resources.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpDiscoverySpi.injectResources(Ignite ignite)
Inject resources
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015