Package com.linkedin.feathr.common
Class FeatureRef
java.lang.Object
com.linkedin.feathr.common.FeatureRef
- All Implemented Interfaces:
Serializable
Represents a fully-qualified reference to a feature.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFeatureRef(String featureRefString) Constructor to create FeatureRef from a string representation.FeatureRef(String namespace, String name, int major, int minor) Constructor -
Method Summary
-
Field Details
-
DELIM
- See Also:
-
-
Constructor Details
-
FeatureRef
Constructor- Parameters:
namespace- String representation of namespace of referenced featurename- Name of referenced featuremajor- Major version of referenced featureminor- Minor version of referenced feature
-
FeatureRef
Constructor to create FeatureRef from a string representation.- Parameters:
featureRefString- A string representation of the feature reference
-
-
Method Details