Class LocalHistorianSettingsRecord

  • All Implemented Interfaces:
    java.io.Serializable

    public class LocalHistorianSettingsRecord
    extends PersistentRecord
    This is the settings record for anything involving our tsdb historian provider. It may be used by various sub types, but they will set the hidden member values manually.
    See Also:
    Serialized Form
    • Constructor Detail

      • LocalHistorianSettingsRecord

        public LocalHistorianSettingsRecord()
    • 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
      • isRemoteSyncEnabled

        public boolean isRemoteSyncEnabled()
      • getRemoteProvider

        public java.lang.String getRemoteProvider()
      • getRemoteServer

        public java.lang.String getRemoteServer()
      • getLastSyncId

        public java.lang.Long getLastSyncId()
      • setLastSyncId

        public void setLastSyncId​(long value)