Class FeatureRef

java.lang.Object
com.linkedin.feathr.common.FeatureRef
All Implemented Interfaces:
Serializable

public class FeatureRef extends Object implements Serializable
Represents a fully-qualified reference to a feature.
See Also:
  • Field Details

  • Constructor Details

    • FeatureRef

      public FeatureRef(String namespace, String name, int major, int minor)
      Constructor
      Parameters:
      namespace - String representation of namespace of referenced feature
      name - Name of referenced feature
      major - Major version of referenced feature
      minor - Minor version of referenced feature
    • FeatureRef

      public FeatureRef(String featureRefString)
      Constructor to create FeatureRef from a string representation.
      Parameters:
      featureRefString - A string representation of the feature reference
  • Method Details