GigaSpaces XAP 7.1 API

org.openspaces.grid.esm
Class ElasticScaleHandlerConfig

java.lang.Object
  extended by org.openspaces.grid.esm.ElasticScaleHandlerConfig
All Implemented Interfaces:
Serializable

public class ElasticScaleHandlerConfig
extends Object
implements Serializable

Elastic scale configuration to be passed to the ElasticScaleHandler implementation specified by the onDemandElasticScaleClassName constructor parameter. Properties can be passed using the addProperty(String, String).

 Disclaimer: This interface and the elastic data grid functionality is provided as a technology preview in XAP 7.1. 
 As such, it is subject to API and behavior changes in the next XAP releases without going through the usual deprecation process 
 of the XAP API.
 

See Also:
Serialized Form

Constructor Summary
ElasticScaleHandlerConfig(String className)
           
 
Method Summary
 ElasticScaleHandlerConfig addProperty(String key, String value)
           
 String getClassName()
           
 String getProperty(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElasticScaleHandlerConfig

public ElasticScaleHandlerConfig(String className)
Method Detail

addProperty

public ElasticScaleHandlerConfig addProperty(String key,
                                             String value)

getClassName

public String getClassName()

getProperty

public String getProperty(String key)

GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.