Uses of Class
com.yahoo.vespa.objects.Identifiable
Packages that use Identifiable
-
Uses of Identifiable in com.yahoo.vespa.objects
Methods in com.yahoo.vespa.objects that return IdentifiableModifier and TypeMethodDescriptionIdentifiable.clone()Declares that all subclasses of Identifiable supports clone() by _not_ throwing CloneNotSupported exceptions.static IdentifiableIdentifiable.create(Deserializer buf) Deserializes a singleIdentifiableobject from the given byte buffer.static IdentifiableIdentifiable.createFromId(int id) Creates an instance of the class registered with the given identifier.protected static IdentifiableIdentifiable.deserializeOptional(Deserializer buf) This is a convenience method to allow deserialization of an optional field.Methods in com.yahoo.vespa.objects with parameters of type IdentifiableModifier and TypeMethodDescriptionprotected static SerializerIdentifiable.serializeOptional(Serializer buf, Identifiable obj) This is a convenience method to allow serialization of an optional field.Method parameters in com.yahoo.vespa.objects with type arguments of type IdentifiableModifier and TypeMethodDescriptionprotected static intIdentifiable.registerClass(int id, Class<? extends Identifiable> spec) Registers the given class specification for the given identifier in the class registry.protected static intIdentifiable.registerClass(int id, Class<? extends Identifiable> spec, Supplier<? extends Identifiable> creator) protected static intIdentifiable.registerClass(int id, Class<? extends Identifiable> spec, Supplier<? extends Identifiable> creator)