| Package | Description | 
|---|---|
| org.openspaces.admin.internal.pu | 
 Internally Used. 
 | 
| org.openspaces.admin.pu | 
 Support for managing of Processing Unit(s) through the Admin API. 
 | 
| org.openspaces.core.properties | 
 A package supporting advance properties based configuration (based on Spring Properties configuration
support) and the ability to inject them externally to a Spring application context. 
 | 
| org.openspaces.core.space.mode | 
 A package exposing Space mode (primary/backup) events through Spring application event
support. 
 | 
| org.openspaces.pu.container | 
 An abstraction of a Processing Unit Containers. 
 | 
| org.openspaces.pu.container.jee | |
| org.openspaces.pu.container.jee.context | |
| org.openspaces.pu.container.jee.jetty | |
| org.openspaces.pu.container.servicegrid | 
 A Service Grid based processing unit container. 
 | 
| org.openspaces.pu.container.standalone | 
 A standalone processing unit container. 
 | 
| org.openspaces.pu.container.support | 
 Support classes for processing unit containers including command line parsers and Spring resource based
application context. 
 | 
| org.openspaces.security | 
| Modifier and Type | Method and Description | 
|---|---|
BeanLevelProperties | 
DefaultProcessingUnit.getBeanLevelProperties()  | 
BeanLevelProperties | 
DefaultProcessingUnitInstance.getProperties()  | 
| Constructor and Description | 
|---|
DefaultProcessingUnit(InternalAdmin admin,
                     InternalProcessingUnits processingUnits,
                     com.gigaspaces.grid.gsm.PUDetails details,
                     BeanLevelProperties beanLevelProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
BeanLevelProperties | 
ProcessingUnit.getBeanLevelProperties()  | 
BeanLevelProperties | 
ProcessingUnitInstance.getProperties()
Return the properties the processing unit was deployed with. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BeanLevelPropertyPlaceholderConfigurer.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)  | 
void | 
BeanLevelPropertiesAware.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)
Sets the  
BeanLevelProperties. | 
| Constructor and Description | 
|---|
BeanLevelPropertyBeanPostProcessor(BeanLevelProperties beanLevelProperties)
Constructs a new bean level bean post processor based on the provided bean level properties. 
 | 
BeanLevelPropertyPlaceholderConfigurer(BeanLevelProperties beanLevelProperties)  | 
BeanLevelPropertyPlaceholderConfigurer(BeanLevelProperties beanLevelProperties,
                                      ClusterInfo clusterInfo)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SpaceModeContextLoader.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)
Used to pass the  
BeanLevelProperties to the newly created application context. | 
| Modifier and Type | Method and Description | 
|---|---|
BeanLevelProperties | 
ProcessingUnitContainerProvider.getBeanLevelProperties()  | 
BeanLevelProperties | 
ProcessingUnitContainerConfig.getBeanLevelProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProcessingUnitContainerProvider.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)  | 
void | 
ProcessingUnitContainerConfig.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
JeeProcessingUnitContainerProvider.getJeeContainer(BeanLevelProperties properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
BootstrapWebApplicationContextListener.prepareForBoot(File warPath,
              ClusterInfo clusterInfo,
              BeanLevelProperties beanLevelProperties)
Changes the web.xml to include the bootstrap context listener and the request statistics
 filter 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static BeanLevelProperties | 
JettyJeeProcessingUnitContainerProvider.getCurrentBeanLevelProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
BeanLevelProperties | 
PUDetails.getBeanLevelProperties()  | 
| Constructor and Description | 
|---|
PUDetails(ServiceID gscServiceID,
         ClusterInfo clusterInfo,
         BeanLevelProperties beanLevelProperties,
         Object[] details)  | 
| Modifier and Type | Method and Description | 
|---|---|
BeanLevelProperties | 
StandaloneServiceDetails.getUnMarshalledBeanLevelPropertiesOrNull()  | 
| Constructor and Description | 
|---|
StandaloneContainerRunnable(BeanLevelProperties beanLevelProperties,
                           ClusterInfo clusterInfo,
                           List<String> configLocations)
Constructs a new standalone container runnable based on the provided configuration set
 parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static BeanLevelProperties | 
BeanLevelPropertiesParser.parse(BeanLevelProperties beanLevelProperties,
     CommandLineParser.Parameter[] params)  | 
static BeanLevelProperties | 
BeanLevelPropertiesParser.parse(CommandLineParser.Parameter[] params)  | 
| Modifier and Type | Method and Description | 
|---|---|
static BeanLevelProperties | 
BeanLevelPropertiesParser.parse(BeanLevelProperties beanLevelProperties,
     CommandLineParser.Parameter[] params)  | 
static void | 
BeanLevelPropertiesUtils.resolvePlaceholders(BeanLevelProperties beanLevelProperties,
                   File input)  | 
static String | 
BeanLevelPropertiesUtils.resolvePlaceholders(String text,
                   BeanLevelProperties beanLevelProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
AdminFilterHelper.acceptProcessingUnit(AdminFilter adminFilter,
                    BeanLevelProperties beanLevelProperties)  | 
Copyright © GigaSpaces.