Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.lang |
Contains general language constructs and functional APIs for distributed computations.
|
org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
org.apache.ignite.spi.swapspace |
Contains APIs for swap space SPI.
|
org.apache.ignite.spi.swapspace.file |
Contains file-based swap space SPI.
|
org.apache.ignite.spi.swapspace.noop |
Contains default no-op swap space SPI implementation.
|
org.apache.ignite.startup |
Contains Ignite runtime startup classes.
|
Modifier and Type | Method and Description |
---|---|
IgniteInClosure<IgniteConfiguration> |
IgniteConfiguration.getWarmupClosure()
Gets grid warmup closure.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setWarmupClosure(IgniteInClosure<IgniteConfiguration> warmupClos)
Sets warmup closure to execute before grid startup.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteFuture.listen(IgniteInClosure<? super IgniteFuture<V>> lsnr)
Registers listener closure to be asynchronously notified whenever future completes.
|
Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteArrayList<IgniteInClosure<Socket>> |
TcpDiscoverySpi.incomeConnLsnrs |
protected CopyOnWriteArrayList<IgniteInClosure<org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage>> |
TcpDiscoverySpi.sendMsgLsnrs |
Modifier and Type | Method and Description |
---|---|
void |
TcpDiscoverySpi.addIncomeConnectionListener(IgniteInClosure<Socket> lsnr)
FOR TEST ONLY!!!
|
void |
TcpDiscoverySpi.addSendMessageListener(IgniteInClosure<org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage> lsnr)
FOR TEST ONLY!!!
|
void |
TcpDiscoverySpi.removeIncomeConnectionListener(IgniteInClosure<Socket> lsnr)
FOR TEST ONLY!!!
|
void |
TcpDiscoverySpi.removeSendMessageListener(IgniteInClosure<org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage> lsnr)
FOR TEST ONLY!!!
|
Modifier and Type | Method and Description |
---|---|
void |
SwapSpaceSpi.remove(String spaceName,
SwapKey key,
IgniteInClosure<byte[]> c,
SwapContext ctx)
Removes value stored in data space with given name corresponding to specified key.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSwapSpaceSpi.remove(String spaceName,
SwapKey key,
IgniteInClosure<byte[]> c,
SwapContext ctx)
Removes value stored in data space with given name corresponding to specified key.
|
Modifier and Type | Method and Description |
---|---|
void |
NoopSwapSpaceSpi.remove(String spaceName,
SwapKey key,
IgniteInClosure<byte[]> c,
SwapContext ctx)
Removes value stored in data space with given name corresponding to specified key.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicWarmupClosure
Basic warm-up closure which warm-ups cache operations.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015