Uses of Interface
org.apache.ignite.lifecycle.LifecycleBean
-
Packages that use LifecycleBean Package Description org.apache.ignite.configuration Contains configuration-related classes.org.apache.ignite.internal.processors.platform.lifecycle org.apache.ignite.platform.dotnet Contains .Net platform-related classes. -
-
Uses of LifecycleBean in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return LifecycleBean Modifier and Type Method Description LifecycleBean[]
IgniteConfiguration. getLifecycleBeans()
Returns a collection of life-cycle beans.Methods in org.apache.ignite.configuration with parameters of type LifecycleBean Modifier and Type Method Description IgniteConfiguration
IgniteConfiguration. setLifecycleBeans(LifecycleBean... lifecycleBeans)
Sets a collection of lifecycle beans. -
Uses of LifecycleBean in org.apache.ignite.internal.processors.platform.lifecycle
Classes in org.apache.ignite.internal.processors.platform.lifecycle with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw LifecycleBean Modifier and Type Class Description class
org.apache.ignite.internal.processors.platform.lifecycle.PlatformLifecycleBean
Lifecycle aware bean for interop. -
Uses of LifecycleBean in org.apache.ignite.platform.dotnet
Classes in org.apache.ignite.platform.dotnet that implement LifecycleBean Modifier and Type Class Description class
PlatformDotNetLifecycleBean
Lifecycle bean implementation which can be used to configure .Net lifecycle beans in Java Spring configuration.
-