Class FieldInfo

java.lang.Object
org.apache.storm.sql.runtime.FieldInfo
All Implemented Interfaces:
Serializable

public class FieldInfo extends Object implements Serializable
Describe each column of the field.
See Also:
  • Constructor Details

    • FieldInfo

      public FieldInfo(String name, Class<?> type, boolean isPrimary)
      FieldInfo Constructor.
      Parameters:
      name - field name
      type - filed type
      isPrimary - primary or not
  • Method Details

    • name

      public String name()
    • type

      public Class<?> type()
    • isPrimary

      public boolean isPrimary()