Class DistributableResource

java.lang.Object
com.yahoo.schema.DistributableResource
All Implemented Interfaces:
Comparable<DistributableResource>
Direct Known Subclasses:
FileDistributedConstants.DistributableConstant, OnnxModel, RankingExpressionBody

public class DistributableResource extends Object implements Comparable<DistributableResource>
  • Constructor Details

  • Method Details

    • getPathType

      public DistributableResource.PathType getPathType()
    • setFileName

      public void setFileName(String fileName)
    • setUri

      public void setUri(String uri)
    • getName

      public String getName()
    • getFileName

      public String getFileName()
    • getFilePath

      public com.yahoo.path.Path getFilePath()
    • getUri

      public String getUri()
    • getFileReference

      public String getFileReference()
    • validate

      public void validate()
    • register

      public void register(com.yahoo.config.application.api.FileRegistry fileRegistry)
    • register

      protected void register(com.yahoo.config.application.api.FileRegistry fileRegistry, ByteBuffer blob)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • compareTo

      public int compareTo(DistributableResource o)
      Specified by:
      compareTo in interface Comparable<DistributableResource>