Class OContextConfiguration

java.lang.Object
com.orientechnologies.orient.core.config.OContextConfiguration
All Implemented Interfaces:
Serializable

public class OContextConfiguration extends Object implements Serializable
Represents a context configuration where custom setting could be defined for the context only. If not defined, globals will be taken.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
See Also:
  • Constructor Details

    • OContextConfiguration

      public OContextConfiguration()
      Empty constructor to create just a proxy for the OGlobalConfiguration. No values are setted.
    • OContextConfiguration

      public OContextConfiguration(Map<String,Object> iConfig)
      Initializes the context with custom parameters.
      Parameters:
      iConfig - Map of parameters of type Map<String, Object>.
    • OContextConfiguration

      public OContextConfiguration(OContextConfiguration iParent)
  • Method Details