Package org.apache.druid.storage.azure
Interface ICloudSpecificObjectToCloudObjectLocationConverter<T>
-
- Type Parameters:
T
- The object to convert to aCloudObjectLocation
object
public interface ICloudSpecificObjectToCloudObjectLocationConverter<T>
Interface for converting between from some object, T, and aCloudObjectLocation
object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.druid.data.input.impl.CloudObjectLocation
createCloudObjectLocation(T cloudSpecificImpl)
-
-
-
Method Detail
-
createCloudObjectLocation
org.apache.druid.data.input.impl.CloudObjectLocation createCloudObjectLocation(T cloudSpecificImpl)
-
-