Package org.apache.druid.storage.local
Class LocalFileExportStorageProvider
java.lang.Object
org.apache.druid.storage.local.LocalFileExportStorageProvider
- All Implemented Interfaces:
ExportStorageProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateStorageConnector(File taskTempDir) booleanReturn a URI representation of the base path.getFilePathForManifest(String fileName) inthashCode()toString()static FilevalidateAndGetPath(String basePath, String customPath)
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
LocalFileExportStorageProvider
-
-
Method Details
-
createStorageConnector
- Specified by:
createStorageConnectorin interfaceExportStorageProvider
-
getResourceType
- Specified by:
getResourceTypein interfaceExportStorageProvider
-
getBasePath
Description copied from interface:ExportStorageProviderReturn a URI representation of the base path. This is used to be used for logging and error messages.- Specified by:
getBasePathin interfaceExportStorageProvider
-
getFilePathForManifest
- Specified by:
getFilePathForManifestin interfaceExportStorageProvider
-
equals
-
hashCode
public int hashCode() -
toString
-
validateAndGetPath
-