Package com.arcadedb

Class ContextConfiguration

  • All Implemented Interfaces:
    Serializable

    public class ContextConfiguration
    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • ContextConfiguration

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

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