Class InternalHistorianProvider.HistorianSyncable

    • Method Detail

      • startup

        public void startup()
      • shutdown

        public void shutdown()
      • getKey

        public java.lang.String getKey()
        Description copied from interface: Syncable
        A key to uniquely identify this Syncable to the SyncManager
        Specified by:
        getKey in interface Syncable
      • getSyncableCount

        public int getSyncableCount​(long syncId)
        Description copied from interface: Syncable
        Returns the number of data points that could be synchronized from the given point.
        Specified by:
        getSyncableCount in interface Syncable
      • sync

        public SyncResult sync​(long syncId)
        Description copied from interface: Syncable
        Return true if and only if data was successfully sent to the target
        Specified by:
        sync in interface Syncable
        Parameters:
        syncId - if 0, returns next set of available data based on last query. Otherwise, starts at the given time period.