接口 Record

  • 所有超级接口:
    java.io.Serializable
    所有已知实现类:
    SwitchDomain

    public interface Record
    extends java.io.Serializable
    Record to transfer and store in Nacos cluster.
    从以下版本开始:
    1.0.0
    作者:
    nkorange
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      java.lang.String getChecksum()
      get the checksum of this record, usually for record comparison.
    • 方法详细资料

      • getChecksum

        java.lang.String getChecksum()
        get the checksum of this record, usually for record comparison.
        返回:
        checksum of record