Class LegacySettingsRecord

  • All Implemented Interfaces:
    java.io.Serializable

    public class LegacySettingsRecord
    extends PersistentRecord
    Created by colby.clegg on 8/4/2015.
    See Also:
    Serialized Form
    • Constructor Detail

      • LegacySettingsRecord

        public LegacySettingsRecord()
    • Method Detail

      • getMeta

        public RecordMeta<?> getMeta()
        Description copied from class: SRecordInstance
        This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-

         SRecord getMeta() {
           return meta;
         };
         

        The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.

        Specified by:
        getMeta in class PersistentRecord
      • getId

        public java.lang.Long getId()
      • isEnabled

        public boolean isEnabled()
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String value)
      • setType

        public void setType​(java.lang.String value)
      • isPartitioningEnabled

        public boolean isPartitioningEnabled()
      • getPartitionSize

        public int getPartitionSize()
      • getPartitionSizeUnits

        public TimeUnits getPartitionSizeUnits()
      • isProcessingEnabled

        public boolean isProcessingEnabled()
      • getProcessingWindowSeconds

        public int getProcessingWindowSeconds()
      • isPruningEnabled

        public boolean isPruningEnabled()
      • getPruneAge

        public int getPruneAge()
      • getPruneAgeUnits

        public TimeUnits getPruneAgeUnits()
      • getStaleMultiplier

        public int getStaleMultiplier()