Class StoreAndForwardConfigRecord

java.lang.Object
simpleorm.dataset.SRecordInstance
com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecord
com.inductiveautomation.ignition.gateway.storeforward.deprecated.StoreAndForwardConfigRecord
All Implemented Interfaces:
Serializable

@Deprecated(since="8.3") public class StoreAndForwardConfigRecord extends PersistentRecord
Deprecated.
See Also:
  • Field Details

    • META

      public static final RecordMeta<StoreAndForwardConfigRecord> META
      Deprecated.
    • Id

      public static final IdentityField Id
      Deprecated.
    • Name

      public static final StringField Name
      Deprecated.
    • BufferSize

      public static final IntField BufferSize
      Deprecated.
      Buffer settings
    • EnableDiskStore

      public static final BooleanField EnableDiskStore
      Deprecated.
      Store Settings
    • StoreMaxRecords

      public static final IntField StoreMaxRecords
      Deprecated.
    • StoreWriteSize

      public static final IntField StoreWriteSize
      Deprecated.
    • StoreWriteTime

      public static final IntField StoreWriteTime
      Deprecated.
    • ForwardFromStore

      public static final BooleanField ForwardFromStore
      Deprecated.
    • ForwardWriteSize

      public static final IntField ForwardWriteSize
      Deprecated.
      Forward Settings
    • ForwardWriteTime

      public static final IntField ForwardWriteTime
      Deprecated.
    • EnableSchedule

      public static final BooleanField EnableSchedule
      Deprecated.
    • ForwardSchedule

      public static final StringField ForwardSchedule
      Deprecated.
    • IsThirdParty

      public static final BooleanField IsThirdParty
      Deprecated.
  • Constructor Details

    • StoreAndForwardConfigRecord

      public StoreAndForwardConfigRecord()
      Deprecated.
  • Method Details

    • getId

      public Long getId()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • getBufferSize

      public int getBufferSize()
      Deprecated.
    • getEnableDiskStore

      public boolean getEnableDiskStore()
      Deprecated.
    • getStoreMaxRecords

      public int getStoreMaxRecords()
      Deprecated.
    • getStoreWriteSize

      public int getStoreWriteSize()
      Deprecated.
    • getStoreWriteTime

      public long getStoreWriteTime()
      Deprecated.
    • getForwardFromStore

      public boolean getForwardFromStore()
      Deprecated.
    • getForwardWriteSize

      public int getForwardWriteSize()
      Deprecated.
    • getForwardWriteTime

      public long getForwardWriteTime()
      Deprecated.
    • isScheduleEnabled

      public boolean isScheduleEnabled()
      Deprecated.
    • getSchedulePattern

      public String getSchedulePattern()
      Deprecated.
    • isThirdParty

      public boolean isThirdParty()
      Deprecated.
    • setIsThirdParty

      public void setIsThirdParty(boolean value)
      Deprecated.
    • getMeta

      public RecordMeta<?> getMeta()
      Deprecated.
      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
    • equalExceptName

      public boolean equalExceptName(StoreAndForwardConfigRecord other)
      Deprecated.