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>> | 
createInactiveStatusesSinceQuery(org.skife.jdbi.v2.Handle handle,
                                org.joda.time.DateTime timestamp,
                                Integer maxNumStatuses)  | 
addLock, addLog, getActiveEntriesWithStatus, getConnector, getCreatedDateAndDataSource, getEntry, getEntryTable, getInactiveStatusesSince, getJsonMapper, getLockId, getLocks, getLogs, getStatus, getStatusType, insert, removeLock, replaceLock, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInactiveStatusesSincepublic 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>> createInactiveStatusesSinceQuery(org.skife.jdbi.v2.Handle handle, org.joda.time.DateTime timestamp, @Nullable Integer maxNumStatuses)
createInactiveStatusesSinceQuery in class SQLMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType>Copyright © 2011–2018. All rights reserved.