public class PostgreSQLMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType> extends SQLMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType>
| Constructor and Description |
|---|
PostgreSQLMetadataStorageActionHandler(SQLMetadataConnector connector,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
MetadataStorageActionHandlerTypes<EntryType,StatusType,LogType,LockType> types,
String entryTypeName,
String entryTable,
String logTable,
String lockTable) |
| Modifier and Type | Method and Description |
|---|---|
protected org.skife.jdbi.v2.Query<Map<String,Object>> |
createCompletedTaskInfoQuery(org.skife.jdbi.v2.Handle handle,
org.joda.time.DateTime timestamp,
Integer maxNumStatuses,
String dataSource) |
String |
getSqlRemoveLogsOlderThan()
Deprecated.
|
addLock, addLog, getActiveTaskInfo, getCompletedTaskInfo, getConnector, getEntry, getEntryTable, getEntryType, getEntryTypeName, getJsonMapper, getLockId, getLocks, getLogs, getLogTable, getStatus, getStatusType, getTaskInfo, insert, isStatementException, removeLock, removeTasksOlderThan, replaceLock, setStatuspublic PostgreSQLMetadataStorageActionHandler(SQLMetadataConnector connector, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, MetadataStorageActionHandlerTypes<EntryType,StatusType,LogType,LockType> types, String entryTypeName, String entryTable, String logTable, String lockTable)
protected org.skife.jdbi.v2.Query<Map<String,Object>> createCompletedTaskInfoQuery(org.skife.jdbi.v2.Handle handle, org.joda.time.DateTime timestamp, @Nullable Integer maxNumStatuses, @Nullable String dataSource)
createCompletedTaskInfoQuery in class SQLMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType>@Deprecated public String getSqlRemoveLogsOlderThan()
getSqlRemoveLogsOlderThan in class SQLMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType>Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.