Class HazelcastCoreProperties

java.lang.Object
org.apereo.cas.configuration.model.support.hazelcast.HazelcastCoreProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-hazelcast-core") public class HazelcastCoreProperties extends Object implements Serializable
Since:
6.4.0
See Also:
  • Constructor Details

    • HazelcastCoreProperties

      public HazelcastCoreProperties()
  • Method Details

    • getLicenseKey

      public String getLicenseKey()
      Hazelcast enterprise license key.
    • isEnableCompression

      public boolean isEnableCompression()
      Enables compression when default java serialization is used.
    • isEnableManagementCenterScripting

      public boolean isEnableManagementCenterScripting()
      Enables scripting from Management Center.
    • isEnableJet

      public boolean isEnableJet()
      Enable Jet configuration/service on the hazelcast instance. Hazelcast Jet is a distributed batch and stream processing system that can do stateful computations over massive amounts of data with consistent low latency. Jet service is required when executing SQL queries with the SQL service.
    • setLicenseKey

      public HazelcastCoreProperties setLicenseKey(String licenseKey)
      Hazelcast enterprise license key.
      Returns:
      this.
    • setEnableCompression

      public HazelcastCoreProperties setEnableCompression(boolean enableCompression)
      Enables compression when default java serialization is used.
      Returns:
      this.
    • setEnableManagementCenterScripting

      public HazelcastCoreProperties setEnableManagementCenterScripting(boolean enableManagementCenterScripting)
      Enables scripting from Management Center.
      Returns:
      this.
    • setEnableJet

      public HazelcastCoreProperties setEnableJet(boolean enableJet)
      Enable Jet configuration/service on the hazelcast instance. Hazelcast Jet is a distributed batch and stream processing system that can do stateful computations over massive amounts of data with consistent low latency. Jet service is required when executing SQL queries with the SQL service.
      Returns:
      this.