Class TagHistorySplitterProvider.InternalDataSink.SplitterStatus

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SplitterStatus()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataStoreStatus getDataStoreStatus()  
      java.lang.String getDescriptionKey()
      Returns a key that points to a useful name describing the store, such as "Memory Buffer" or "Local Cache".
      java.util.List<LocalizedString> getMessages()
      Returns any messages that the data sink might want to display.
      StatMetric getStorageMetric()
      Retrieves the metric for data flowing into the sink/store.
      boolean isAvailable()  
      boolean isDataStore()
      Returns whether this sink is also a DataStore (aka data cache, the "store" part of store and forward).
      If it is, statistics can be retrieved through getDataStoreStatus
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait