Class SpaceConfig

All Implemented Interfaces:
IClusterInfoChangedListener, SmartExternalizable, Externalizable, Serializable, Cloneable, Map<Object,Object>

public class SpaceConfig extends JSpaceAttributes implements IClusterInfoChangedListener
This structure contains all information about space configuration. SpaceConfig builds inside of Server and transfered to the side of client.
Version:
1.0
Author:
Igor Goldenberg
See Also:
  • Constructor Details

    • SpaceConfig

      public SpaceConfig()
    • SpaceConfig

      public SpaceConfig(String spaceName, String containerName)
      Creates SpaceConfig with the provided space name.
      Parameters:
      spaceName - the space name
      containerName - container owner name
    • SpaceConfig

      public SpaceConfig(String spaceName, Properties prop, String containerName, String schemaPath)
      Creates SpaceConfig with the provided space name, using the given Properties.
      Parameters:
      spaceName - the space name
      prop - properties for the SpaceConfig
      containerName - container owner name
      schemaPath - path to space schema file
  • Method Details