Interface ICloudSpecificObjectToCloudObjectLocationConverter<T>

  • Type Parameters:
    T - The object to convert to a CloudObjectLocation object

    public interface ICloudSpecificObjectToCloudObjectLocationConverter<T>
    Interface for converting between from some object, T, and a CloudObjectLocation object
    • Method Detail

      • createCloudObjectLocation

        org.apache.druid.data.input.impl.CloudObjectLocation createCloudObjectLocation​(T cloudSpecificImpl)