java.lang.Object
com.yahoo.documentapi.messagebus.loadtypes.LoadType

@Deprecated(forRemoval=true) public class LoadType extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
load types are deprecated
Author:
thomasg
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static LoadType
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    LoadType(int id, String name, DocumentProtocol.Priority priority)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • DEFAULT

      public static LoadType DEFAULT
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • LoadType

      public LoadType(int id, String name, DocumentProtocol.Priority priority)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • equals

      public boolean equals(Object other)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • getPriority

      public DocumentProtocol.Priority getPriority()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getId

      public int getId()
      Deprecated, for removal: This API element is subject to removal in a future version.