Uses of Class
org.apache.druid.data.input.impl.CloudObjectLocation
-
Packages that use CloudObjectLocation Package Description org.apache.druid.data.input.impl -
-
Uses of CloudObjectLocation in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return CloudObjectLocation Modifier and Type Method Description CloudObjectLocationCloudObjectSplitWidget.LocationWithSize. getLocation()Methods in org.apache.druid.data.input.impl that return types with arguments of type CloudObjectLocation Modifier and Type Method Description Stream<InputSplit<List<CloudObjectLocation>>>CloudObjectInputSource. createSplits(InputFormat inputFormat, SplitHintSpec splitHintSpec)List<CloudObjectLocation>CloudObjectInputSource. getObjects()Methods in org.apache.druid.data.input.impl with parameters of type CloudObjectLocation Modifier and Type Method Description protected abstract InputEntityCloudObjectInputSource. createEntity(CloudObjectLocation location)Create the correctInputEntityfor this input source given a split on aCloudObjectLocation.longCloudObjectSplitWidget. getObjectSize(CloudObjectLocation descriptor)Size of an object.Constructors in org.apache.druid.data.input.impl with parameters of type CloudObjectLocation Constructor Description LocationWithSize(CloudObjectLocation location, long size)
-