Package org.apache.druid.metadata
Class SQLServerMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType>
java.lang.Object
org.apache.druid.metadata.SQLMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType>
org.apache.druid.metadata.SQLServerMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType>
- All Implemented Interfaces:
MetadataStorageActionHandler<EntryType,StatusType, LogType, LockType>
public class SQLServerMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType>
extends SQLMetadataStorageActionHandler<EntryType,StatusType,LogType,LockType>
-
Constructor Summary
ConstructorsConstructorDescriptionSQLServerMetadataStorageActionHandler(SQLMetadataConnector connector, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, MetadataStorageActionHandlerTypes<EntryType, StatusType, LogType, LockType> types, String entryTypeName, String entryTable, String logTable, String lockTable) -
Method Summary
Methods inherited from class org.apache.druid.metadata.SQLMetadataStorageActionHandler
addLock, getConnector, getEntry, getEntryTable, getEntryType, getEntryTypeName, getJsonMapper, getLockId, getLocks, getLogTable, getStatus, getStatusType, getTaskInfo, getTaskInfos, getTaskStatusList, insert, isStatementException, populateTaskTypeAndGroupIdAsync, removeLock, removeTasksOlderThan, replaceLock, setStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.metadata.MetadataStorageActionHandler
addLog, getLogs, getTaskInfos
-
Constructor Details
-
SQLServerMetadataStorageActionHandler
public SQLServerMetadataStorageActionHandler(SQLMetadataConnector connector, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, MetadataStorageActionHandlerTypes<EntryType, StatusType, LogType, LockType> types, String entryTypeName, String entryTable, String logTable, String lockTable)
-
-
Method Details
-
decorateSqlWithLimit
- Specified by:
decorateSqlWithLimitin classSQLMetadataStorageActionHandler<EntryType,StatusType, LogType, LockType>
-