Package org.apache.druid.metadata
Interface MetadataStorageActionHandlerTypes<EntryType,StatusType,LogType,LockType>
-
public interface MetadataStorageActionHandlerTypes<EntryType,StatusType,LogType,LockType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.core.type.TypeReference<EntryType>getEntryType()com.fasterxml.jackson.core.type.TypeReference<LockType>getLockType()com.fasterxml.jackson.core.type.TypeReference<LogType>getLogType()com.fasterxml.jackson.core.type.TypeReference<StatusType>getStatusType()
-
-
-
Method Detail
-
getEntryType
com.fasterxml.jackson.core.type.TypeReference<EntryType> getEntryType()
-
getStatusType
com.fasterxml.jackson.core.type.TypeReference<StatusType> getStatusType()
-
getLogType
com.fasterxml.jackson.core.type.TypeReference<LogType> getLogType()
-
getLockType
com.fasterxml.jackson.core.type.TypeReference<LockType> getLockType()
-
-