Class StorePropertiesResponseRecord

java.lang.Object
org.apache.avro.specific.SpecificRecordBase
com.linkedin.venice.metadata.response.StorePropertiesResponseRecord
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 StorePropertiesResponseRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
This record will store store properties
See Also:
  • Field Details

    • SCHEMA$

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

      public StoreMetaValue storeMetaValue
      Store metadata
    • helixGroupInfo

      public Map<CharSequence,Integer> helixGroupInfo
      Helix group information, maps replicas to their respective groups
    • routingInfo

      public Map<CharSequence,List<CharSequence>> routingInfo
      Routing table information, maps resource to partition ID to a list of replicas
  • Constructor Details

    • StorePropertiesResponseRecord

      public StorePropertiesResponseRecord()
      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().
    • StorePropertiesResponseRecord

      public StorePropertiesResponseRecord(StoreMetaValue storeMetaValue, Map<CharSequence,Integer> helixGroupInfo, Map<CharSequence,List<CharSequence>> routingInfo)
      All-args constructor.
      Parameters:
      storeMetaValue - Store metadata
      helixGroupInfo - Helix group information, maps replicas to their respective groups
      routingInfo - Routing table information, maps resource to partition ID to a list of replicas
  • 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
    • getStoreMetaValue

      public StoreMetaValue getStoreMetaValue()
      Gets the value of the 'storeMetaValue' field.
      Returns:
      Store metadata
    • setStoreMetaValue

      public void setStoreMetaValue(StoreMetaValue value)
      Sets the value of the 'storeMetaValue' field. Store metadata
      Parameters:
      value - the value to set.
    • getHelixGroupInfo

      public Map<CharSequence,Integer> getHelixGroupInfo()
      Gets the value of the 'helixGroupInfo' field.
      Returns:
      Helix group information, maps replicas to their respective groups
    • setHelixGroupInfo

      public void setHelixGroupInfo(Map<CharSequence,Integer> value)
      Sets the value of the 'helixGroupInfo' field. Helix group information, maps replicas to their respective groups
      Parameters:
      value - the value to set.
    • getRoutingInfo

      public Map<CharSequence,List<CharSequence>> getRoutingInfo()
      Gets the value of the 'routingInfo' field.
      Returns:
      Routing table information, maps resource to partition ID to a list of replicas
    • setRoutingInfo

      public void setRoutingInfo(Map<CharSequence,List<CharSequence>> value)
      Sets the value of the 'routingInfo' field. Routing table information, maps resource to partition ID to a list of replicas
      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