Enum MysqlRowFormat

java.lang.Object
java.lang.Enum<MysqlRowFormat>
io.datarouter.client.mysql.ddl.domain.MysqlRowFormat
All Implemented Interfaces:
io.datarouter.model.serialize.fielder.FielderConfigValue<MysqlRowFormat>, io.datarouter.util.enums.PersistentString, io.datarouter.util.enums.StringEnum<MysqlRowFormat>, java.io.Serializable, java.lang.Comparable<MysqlRowFormat>, java.lang.constant.Constable

public enum MysqlRowFormat
extends java.lang.Enum<MysqlRowFormat>
implements io.datarouter.util.enums.StringEnum<MysqlRowFormat>, io.datarouter.model.serialize.fielder.FielderConfigValue<MysqlRowFormat>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    COMPACT  
    COMPRESSED  
    DYNAMIC  
    FIXED  
    REDUNDANT  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static io.datarouter.model.serialize.fielder.FielderConfigKey<MysqlRowFormat> KEY  
  • Method Summary

    Modifier and Type Method Description
    MysqlRowFormat fromPersistentString​(java.lang.String string)  
    static MysqlRowFormat fromPersistentStringStatic​(java.lang.String str)  
    io.datarouter.model.serialize.fielder.FielderConfigKey<MysqlRowFormat> getKey()  
    java.lang.String getPersistentString()  
    static MysqlRowFormat valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static MysqlRowFormat[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface io.datarouter.util.enums.StringEnum

    fromPersistentStringOptional
  • Enum Constant Details

  • Field Details

    • KEY

      public static final io.datarouter.model.serialize.fielder.FielderConfigKey<MysqlRowFormat> KEY
  • Method Details

    • values

      public static MysqlRowFormat[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MysqlRowFormat valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null
    • getPersistentString

      public java.lang.String getPersistentString()
      Specified by:
      getPersistentString in interface io.datarouter.util.enums.PersistentString
    • fromPersistentString

      public MysqlRowFormat fromPersistentString​(java.lang.String string)
      Specified by:
      fromPersistentString in interface io.datarouter.util.enums.StringEnum<MysqlRowFormat>
    • fromPersistentStringStatic

      public static MysqlRowFormat fromPersistentStringStatic​(java.lang.String str)
    • getKey

      public io.datarouter.model.serialize.fielder.FielderConfigKey<MysqlRowFormat> getKey()
      Specified by:
      getKey in interface io.datarouter.model.serialize.fielder.FielderConfigValue<MysqlRowFormat>