Uses of Class
org.openspaces.core.properties.BeanLevelProperties
Packages that use BeanLevelProperties
Package
Description
Internally Used.
Support for managing of Processing Unit(s) through the Admin API.
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.
A package exposing Space mode (primary/backup) events through Spring application event
support.
An abstraction of a Processing Unit Containers.
A Service Grid based processing unit container.
A standalone processing unit container.
Support classes for processing unit containers including command line parsers and Spring resource based
application context.
-
Uses of BeanLevelProperties in com.gigaspaces.blobstore.rocksdb.config
Methods in com.gigaspaces.blobstore.rocksdb.config with parameters of type BeanLevelPropertiesModifier and TypeMethodDescriptionvoidRocksDBBlobStoreDataPolicyFactoryBean.setBeanLevelProperties(BeanLevelProperties beanLevelProperties) -
Uses of BeanLevelProperties in org.openspaces.admin.internal.pu
Methods in org.openspaces.admin.internal.pu that return BeanLevelPropertiesModifier and TypeMethodDescriptionDefaultProcessingUnit.getBeanLevelProperties()DefaultProcessingUnitInstance.getProperties()Constructors in org.openspaces.admin.internal.pu with parameters of type BeanLevelPropertiesModifierConstructorDescriptionDefaultProcessingUnit(InternalAdmin admin, InternalProcessingUnits processingUnits, com.gigaspaces.grid.gsm.PUDetails details, BeanLevelProperties beanLevelProperties) -
Uses of BeanLevelProperties in org.openspaces.admin.pu
Methods in org.openspaces.admin.pu that return BeanLevelPropertiesModifier and TypeMethodDescriptionProcessingUnit.getBeanLevelProperties()ProcessingUnitInstance.getProperties()Return the properties the processing unit was deployed with. -
Uses of BeanLevelProperties in org.openspaces.core.properties
Methods in org.openspaces.core.properties with parameters of type BeanLevelPropertiesModifier and TypeMethodDescriptionvoidBeanLevelPropertiesAware.setBeanLevelProperties(BeanLevelProperties beanLevelProperties) Sets theBeanLevelProperties.voidBeanLevelPropertyPlaceholderConfigurer.setBeanLevelProperties(BeanLevelProperties beanLevelProperties) Constructors in org.openspaces.core.properties with parameters of type BeanLevelPropertiesModifierConstructorDescriptionBeanLevelPropertyBeanPostProcessor(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) -
Uses of BeanLevelProperties in org.openspaces.core.space.mode
Methods in org.openspaces.core.space.mode with parameters of type BeanLevelPropertiesModifier and TypeMethodDescriptionvoidSpaceModeContextLoader.setBeanLevelProperties(BeanLevelProperties beanLevelProperties) Used to pass theBeanLevelPropertiesto the newly created application context. -
Uses of BeanLevelProperties in org.openspaces.pu.container
Methods in org.openspaces.pu.container that return BeanLevelPropertiesModifier and TypeMethodDescriptionProcessingUnitContainerConfig.getBeanLevelProperties()ProcessingUnitContainerProvider.getBeanLevelProperties()Methods in org.openspaces.pu.container with parameters of type BeanLevelPropertiesModifier and TypeMethodDescriptionvoidProcessingUnitContainerConfig.setBeanLevelProperties(BeanLevelProperties beanLevelProperties) voidProcessingUnitContainerProvider.setBeanLevelProperties(BeanLevelProperties beanLevelProperties) -
Uses of BeanLevelProperties in org.openspaces.pu.container.jee
Methods in org.openspaces.pu.container.jee with parameters of type BeanLevelPropertiesModifier and TypeMethodDescriptionstatic StringJeeProcessingUnitContainerProvider.getJeeContainer(BeanLevelProperties properties) -
Uses of BeanLevelProperties in org.openspaces.pu.container.jee.context
Methods in org.openspaces.pu.container.jee.context with parameters of type BeanLevelPropertiesModifier and TypeMethodDescriptionstatic voidBootstrapWebApplicationContextListener.prepareForBoot(File warPath, ClusterInfo clusterInfo, BeanLevelProperties beanLevelProperties) Changes the web.xml to include the bootstrap context listener and the request statistics filter -
Uses of BeanLevelProperties in org.openspaces.pu.container.jee.jetty
Methods in org.openspaces.pu.container.jee.jetty that return BeanLevelPropertiesModifier and TypeMethodDescriptionstatic BeanLevelPropertiesJettyJeeProcessingUnitContainerProvider.getCurrentBeanLevelProperties() -
Uses of BeanLevelProperties in org.openspaces.pu.container.servicegrid
Methods in org.openspaces.pu.container.servicegrid that return BeanLevelPropertiesConstructors in org.openspaces.pu.container.servicegrid with parameters of type BeanLevelPropertiesModifierConstructorDescriptionPUDetails(ServiceID gscServiceID, ClusterInfo clusterInfo, BeanLevelProperties beanLevelProperties, Object[] details) -
Uses of BeanLevelProperties in org.openspaces.pu.container.standalone
Methods in org.openspaces.pu.container.standalone that return BeanLevelPropertiesModifier and TypeMethodDescriptionStandaloneServiceDetails.getUnMarshalledBeanLevelPropertiesOrNull()Constructors in org.openspaces.pu.container.standalone with parameters of type BeanLevelPropertiesModifierConstructorDescriptionStandaloneContainerRunnable(BeanLevelProperties beanLevelProperties, ClusterInfo clusterInfo, List<String> configLocations) Constructs a new standalone container runnable based on the provided configuration set parameters. -
Uses of BeanLevelProperties in org.openspaces.pu.container.support
Methods in org.openspaces.pu.container.support that return BeanLevelPropertiesModifier and TypeMethodDescriptionstatic BeanLevelPropertiesBeanLevelPropertiesParser.parse(BeanLevelProperties beanLevelProperties, CommandLineParser.Parameter[] params) static BeanLevelPropertiesBeanLevelPropertiesParser.parse(CommandLineParser.Parameter[] params) Methods in org.openspaces.pu.container.support with parameters of type BeanLevelPropertiesModifier and TypeMethodDescriptionstatic BeanLevelPropertiesBeanLevelPropertiesParser.parse(BeanLevelProperties beanLevelProperties, CommandLineParser.Parameter[] params) static StringBeanLevelPropertiesUtils.resolvePlaceholders(String text, BeanLevelProperties beanLevelProperties) static voidBeanLevelPropertiesUtils.resolvePlaceholders(BeanLevelProperties beanLevelProperties, File input) -
Uses of BeanLevelProperties in org.openspaces.security
Methods in org.openspaces.security with parameters of type BeanLevelPropertiesModifier and TypeMethodDescriptionstatic booleanAdminFilterHelper.acceptProcessingUnit(AdminFilter adminFilter, BeanLevelProperties beanLevelProperties)