Interface HybridStoreConfig

All Superinterfaces:
DataModelBackedStructure<StoreHybridConfig>
All Known Implementing Classes:
HybridStoreConfigImpl

public interface HybridStoreConfig extends DataModelBackedStructure<StoreHybridConfig>
This interface defines all the public APIs, and if you need to add accessors to some new fields, this interface needs to be changed accordingly.
  • Method Details

    • getRewindTimeInSeconds

      long getRewindTimeInSeconds()
    • getOffsetLagThresholdToGoOnline

      long getOffsetLagThresholdToGoOnline()
    • setRewindTimeInSeconds

      void setRewindTimeInSeconds(long rewindTimeInSeconds)
    • setOffsetLagThresholdToGoOnline

      void setOffsetLagThresholdToGoOnline(long offsetLagThresholdToGoOnline)
    • getProducerTimestampLagThresholdToGoOnlineInSeconds

      long getProducerTimestampLagThresholdToGoOnlineInSeconds()
    • getDataReplicationPolicy

      DataReplicationPolicy getDataReplicationPolicy()
    • setDataReplicationPolicy

      void setDataReplicationPolicy(DataReplicationPolicy dataReplicationPolicy)
    • getBufferReplayPolicy

      BufferReplayPolicy getBufferReplayPolicy()
    • getRealTimeTopicName

      String getRealTimeTopicName()
    • setRealTimeTopicName

      void setRealTimeTopicName(String realTimeTopicName)
    • clone