Class SerializedIdentifier
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.identifiers.Identifier
-
- com.yahoo.vespa.hosted.controller.api.identifiers.SerializedIdentifier
-
- Direct Known Subclasses:
InstanceId,MetricsType,NonDefaultIdentifier
public abstract class SerializedIdentifier extends Identifier
TODO: Class description- Author:
- smorgrav
-
-
Field Summary
-
Fields inherited from class com.yahoo.vespa.hosted.controller.api.identifiers.Identifier
strictPattern, strictPatternExplanation
-
-
Constructor Summary
Constructors Constructor Description SerializedIdentifier(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()-
Methods inherited from class com.yahoo.vespa.hosted.controller.api.identifiers.Identifier
capitalizedType, equals, hashCode, id, throwInvalidId, toDns, toString, validateNoDefault, validateNoUpperCase, validateSerialized, validateSerializedIdentifier
-
-
-
-
Constructor Detail
-
SerializedIdentifier
public SerializedIdentifier(String id)
-
-
Method Detail
-
validate
public void validate()
- Overrides:
validatein classIdentifier
-
-