Label: context

All content with label context.
Related Labels: gigaspace , book-prog , cluster , components , component , book-all-java , level , info , loader , core , mode , unit , properties , bean

GigaSpace Context (XAP 6.6 Documentation)
Allows you to inject a predefined {{GigaSpace}} instance using annotations. GigaSpace Context Spring dependency injection support allows you to inject the GigaSpace GigaSpace Component instace using either setter injection or constructor injection. OpenSpaces extends this injection ...
Processing Unit Context (XAP 6.6 Documentation)

Processing Unit Context - Bean Level Properties (XAP 6.6 Documentation)
OpenSpaces uses and enhances the Spring {{PropertyPlaceholderConfigurer}} to provide powerful and simple propertiesbased injection. Overview OpenSpaces allows you to use Java properties in order to further configure the Processing Unit when it is started or deployed. Built on top of Spring support for an ...
Processing Unit Context - Cluster Info (XAP 6.6 Documentation)
Cluster construction information is provided by the different Processing Unit containers, and is abstracted in a class called {{ClusterInfo}}, which is injected into the Spring application context. Overview One of the core ideas of the OpenSpaces Processing Unit is the fact that the topology the Processing Unit is deployed in, is decided ...
Space Mode Context Loader (XAP 6.6 Documentation)
Allows you to load a Spring application context only when the Processing Unit or space is in primary mode, and unload it when the Processing Unit or space is in backup mode. Overview Most of the OpenSpaces builtin components take into account the state of the space (mainly ...