Class HybridStoreConfigRecord

java.lang.Object
org.apache.avro.specific.SpecificRecordBase
com.linkedin.venice.controller.kafka.protocol.admin.HybridStoreConfigRecord
All Implemented Interfaces:
Externalizable, Serializable, Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.GenericRecord, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

public class HybridStoreConfigRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
See Also:
  • Field Details

    • SCHEMA$

      public static final org.apache.avro.Schema SCHEMA$
    • rewindTimeInSeconds

      public long rewindTimeInSeconds
    • offsetLagThresholdToGoOnline

      public long offsetLagThresholdToGoOnline
    • producerTimestampLagThresholdToGoOnlineInSeconds

      public long producerTimestampLagThresholdToGoOnlineInSeconds
    • dataReplicationPolicy

      public int dataReplicationPolicy
      Real-time Samza job data replication policy. Using int because Avro Enums are not evolvable 0 => NON_AGGREGATE, 1 => AGGREGATE, 2 => NONE, 3 => ACTIVE_ACTIVE
    • bufferReplayPolicy

      public int bufferReplayPolicy
      Policy that will be used during buffer replay. rewindTimeInSeconds defines the delta. 0 => REWIND_FROM_EOP (replay from 'EOP - rewindTimeInSeconds'), 1 => REWIND_FROM_SOP (replay from 'SOP - rewindTimeInSeconds')
    • realTimeTopicName

      public CharSequence realTimeTopicName
      Name of the real time topic this store/version uses
  • Constructor Details

    • HybridStoreConfigRecord

      public HybridStoreConfigRecord()
      Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use newBuilder().
    • HybridStoreConfigRecord

      public HybridStoreConfigRecord(Long rewindTimeInSeconds, Long offsetLagThresholdToGoOnline, Long producerTimestampLagThresholdToGoOnlineInSeconds, Integer dataReplicationPolicy, Integer bufferReplayPolicy, CharSequence realTimeTopicName)
      All-args constructor.
      Parameters:
      rewindTimeInSeconds - The new value for rewindTimeInSeconds
      offsetLagThresholdToGoOnline - The new value for offsetLagThresholdToGoOnline
      producerTimestampLagThresholdToGoOnlineInSeconds - The new value for producerTimestampLagThresholdToGoOnlineInSeconds
      dataReplicationPolicy - Real-time Samza job data replication policy. Using int because Avro Enums are not evolvable 0 => NON_AGGREGATE, 1 => AGGREGATE, 2 => NONE, 3 => ACTIVE_ACTIVE
      bufferReplayPolicy - Policy that will be used during buffer replay. rewindTimeInSeconds defines the delta. 0 => REWIND_FROM_EOP (replay from 'EOP - rewindTimeInSeconds'), 1 => REWIND_FROM_SOP (replay from 'SOP - rewindTimeInSeconds')
      realTimeTopicName - Name of the real time topic this store/version uses
  • Method Details

    • getClassSchema

      public static org.apache.avro.Schema getClassSchema()
    • getSpecificData

      public org.apache.avro.specific.SpecificData getSpecificData()
      Overrides:
      getSpecificData in class org.apache.avro.specific.SpecificRecordBase
    • getSchema

      public org.apache.avro.Schema getSchema()
      Specified by:
      getSchema in interface org.apache.avro.generic.GenericContainer
      Specified by:
      getSchema in class org.apache.avro.specific.SpecificRecordBase
    • get

      public Object get(int field$)
      Specified by:
      get in interface org.apache.avro.generic.IndexedRecord
      Specified by:
      get in class org.apache.avro.specific.SpecificRecordBase
    • put

      public void put(int field$, Object value$)
      Specified by:
      put in interface org.apache.avro.generic.IndexedRecord
      Specified by:
      put in class org.apache.avro.specific.SpecificRecordBase
    • getRewindTimeInSeconds

      public long getRewindTimeInSeconds()
      Gets the value of the 'rewindTimeInSeconds' field.
      Returns:
      The value of the 'rewindTimeInSeconds' field.
    • setRewindTimeInSeconds

      public void setRewindTimeInSeconds(long value)
      Sets the value of the 'rewindTimeInSeconds' field.
      Parameters:
      value - the value to set.
    • getOffsetLagThresholdToGoOnline

      public long getOffsetLagThresholdToGoOnline()
      Gets the value of the 'offsetLagThresholdToGoOnline' field.
      Returns:
      The value of the 'offsetLagThresholdToGoOnline' field.
    • setOffsetLagThresholdToGoOnline

      public void setOffsetLagThresholdToGoOnline(long value)
      Sets the value of the 'offsetLagThresholdToGoOnline' field.
      Parameters:
      value - the value to set.
    • getProducerTimestampLagThresholdToGoOnlineInSeconds

      public long getProducerTimestampLagThresholdToGoOnlineInSeconds()
      Gets the value of the 'producerTimestampLagThresholdToGoOnlineInSeconds' field.
      Returns:
      The value of the 'producerTimestampLagThresholdToGoOnlineInSeconds' field.
    • setProducerTimestampLagThresholdToGoOnlineInSeconds

      public void setProducerTimestampLagThresholdToGoOnlineInSeconds(long value)
      Sets the value of the 'producerTimestampLagThresholdToGoOnlineInSeconds' field.
      Parameters:
      value - the value to set.
    • getDataReplicationPolicy

      public int getDataReplicationPolicy()
      Gets the value of the 'dataReplicationPolicy' field.
      Returns:
      Real-time Samza job data replication policy. Using int because Avro Enums are not evolvable 0 => NON_AGGREGATE, 1 => AGGREGATE, 2 => NONE, 3 => ACTIVE_ACTIVE
    • setDataReplicationPolicy

      public void setDataReplicationPolicy(int value)
      Sets the value of the 'dataReplicationPolicy' field. Real-time Samza job data replication policy. Using int because Avro Enums are not evolvable 0 => NON_AGGREGATE, 1 => AGGREGATE, 2 => NONE, 3 => ACTIVE_ACTIVE
      Parameters:
      value - the value to set.
    • getBufferReplayPolicy

      public int getBufferReplayPolicy()
      Gets the value of the 'bufferReplayPolicy' field.
      Returns:
      Policy that will be used during buffer replay. rewindTimeInSeconds defines the delta. 0 => REWIND_FROM_EOP (replay from 'EOP - rewindTimeInSeconds'), 1 => REWIND_FROM_SOP (replay from 'SOP - rewindTimeInSeconds')
    • setBufferReplayPolicy

      public void setBufferReplayPolicy(int value)
      Sets the value of the 'bufferReplayPolicy' field. Policy that will be used during buffer replay. rewindTimeInSeconds defines the delta. 0 => REWIND_FROM_EOP (replay from 'EOP - rewindTimeInSeconds'), 1 => REWIND_FROM_SOP (replay from 'SOP - rewindTimeInSeconds')
      Parameters:
      value - the value to set.
    • getRealTimeTopicName

      public CharSequence getRealTimeTopicName()
      Gets the value of the 'realTimeTopicName' field.
      Returns:
      Name of the real time topic this store/version uses
    • setRealTimeTopicName

      public void setRealTimeTopicName(CharSequence value)
      Sets the value of the 'realTimeTopicName' field. Name of the real time topic this store/version uses
      Parameters:
      value - the value to set.
    • writeExternal

      public void writeExternal(ObjectOutput out) throws IOException
      Specified by:
      writeExternal in interface Externalizable
      Overrides:
      writeExternal in class org.apache.avro.specific.SpecificRecordBase
      Throws:
      IOException
    • readExternal

      public void readExternal(ObjectInput in) throws IOException
      Specified by:
      readExternal in interface Externalizable
      Overrides:
      readExternal in class org.apache.avro.specific.SpecificRecordBase
      Throws:
      IOException