Class UidGeneratorEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.uid.UidGeneratorEntity
All Implemented Interfaces:
Serializable

@Entity public class UidGeneratorEntity extends BaseEntity
Entity for M_WORKER_NODE
Author:
yutianbao
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • host

      private String host
      Type of CONTAINER: HostName, ACTUAL : IP.
    • port

      private String port
      Type of CONTAINER: Port, ACTUAL : Timestamp + Random(0-10000)
    • type

      private int type
    • launchDate

      private Date launchDate
      Worker launch date, default now
  • Constructor Details

    • UidGeneratorEntity

      public UidGeneratorEntity()