public abstract class PlatformAbstractConfigurationClosure extends Object implements IgniteClosure<IgniteConfiguration,IgniteConfiguration>
| Modifier and Type | Field and Description |
|---|---|
protected PlatformCallbackGateway |
gate
Native gateway.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PlatformAbstractConfigurationClosure(long envPtr)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteConfiguration |
apply(IgniteConfiguration igniteCfg)
Closure body.
|
protected abstract void |
apply0(IgniteConfiguration igniteCfg)
Internal apply routine.
|
protected final PlatformCallbackGateway gate
protected PlatformAbstractConfigurationClosure(long envPtr)
envPtr - Environment pointer.public IgniteConfiguration apply(IgniteConfiguration igniteCfg)
apply in interface IgniteClosure<IgniteConfiguration,IgniteConfiguration>igniteCfg - Closure parameter.protected abstract void apply0(IgniteConfiguration igniteCfg)
igniteCfg - Ignite configuration.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019