Interface DataModelBackedStructure<T extends org.apache.avro.specific.SpecificRecord>

All Known Subinterfaces:
DataRecoveryVersionConfig, ETLStoreConfig, HybridStoreConfig, PartitionerConfig, SystemStoreAttributes, Version, ViewConfig
All Known Implementing Classes:
DataRecoveryVersionConfigImpl, ETLStoreConfigImpl, HybridStoreConfigImpl, PartitionerConfigImpl, ReadOnlyStore.ReadOnlyVersion, ReadOnlyViewConfig, StoreConfig, SystemStoreAttributesImpl, VersionImpl, ViewConfigImpl, ZKStore

public interface DataModelBackedStructure<T extends org.apache.avro.specific.SpecificRecord>
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the backed data model.
  • Method Details

    • dataModel

      T dataModel()
      Return the backed data model.
      Returns: