Package org.commonjava.indy.schedule
Class ScheduleDBUtil
- java.lang.Object
-
- org.commonjava.indy.schedule.ScheduleDBUtil
-
public class ScheduleDBUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE_EXPIRATIONstatic StringTABLE_SCHEDULE
-
Constructor Summary
Constructors Constructor Description ScheduleDBUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetSchemaCreateTableExpiration(String keyspace)static StringgetSchemaCreateTableSchedule(String keyspace)static StringgetSchemaCreateTypeIndex4Schedule(String keyspace)
-
-
-
Field Detail
-
TABLE_SCHEDULE
public static final String TABLE_SCHEDULE
- See Also:
- Constant Field Values
-
TABLE_EXPIRATION
public static final String TABLE_EXPIRATION
- See Also:
- Constant Field Values
-
-