Uses of Class
ai.heavy.thrift.server.TTableRefreshUpdateType
-
Packages that use TTableRefreshUpdateType Package Description ai.heavy.thrift.server -
-
Uses of TTableRefreshUpdateType in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TTableRefreshUpdateType Modifier and Type Field Description TTableRefreshUpdateTypeTTableRefreshInfo. update_typeMethods in ai.heavy.thrift.server that return TTableRefreshUpdateType Modifier and Type Method Description static TTableRefreshUpdateTypeTTableRefreshUpdateType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TTableRefreshUpdateTypeTTableRefreshInfo. getUpdate_type()static TTableRefreshUpdateTypeTTableRefreshUpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static TTableRefreshUpdateType[]TTableRefreshUpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.server with parameters of type TTableRefreshUpdateType Modifier and Type Method Description TTableRefreshInfoTTableRefreshInfo. setUpdate_type(TTableRefreshUpdateType update_type)Constructors in ai.heavy.thrift.server with parameters of type TTableRefreshUpdateType Constructor Description TTableRefreshInfo(TTableRefreshUpdateType update_type, TTableRefreshTimingType timing_type, String start_date_time, TTableRefreshIntervalType interval_type, long interval_count, String last_refresh_time, String next_refresh_time)
-