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 String |
decorateSqlWithLimit(String sql) |
String |
getSqlRemoveLogsOlderThan()
Deprecated.
|
addLock, addLog, getConnector, getEntry, getEntryTable, getEntryType, getEntryTypeName, getJsonMapper, getLockId, getLocks, getLogs, getLogTable, getStatus, getStatusType, getTaskInfo, getTaskInfos, getTaskStatusList, insert, isStatementException, populateTaskTypeAndGroupIdAsync, removeLock, removeTasksOlderThan, replaceLock, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTaskInfospublic PostgreSQLMetadataStorageActionHandler(SQLMetadataConnector connector, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, MetadataStorageActionHandlerTypes<EntryType,StatusType,LogType,LockType> types, String entryTypeName, String entryTable, String logTable, String lockTable)
protected String decorateSqlWithLimit(String sql)
decorateSqlWithLimit in class SQLMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType>@Deprecated public String getSqlRemoveLogsOlderThan()
getSqlRemoveLogsOlderThan in class SQLMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.