Package org.apache.druid.data.input.impl
Class CloudObjectSplitWidget.LocationWithSize
java.lang.Object
org.apache.druid.data.input.impl.CloudObjectSplitWidget.LocationWithSize
- Enclosing interface:
- CloudObjectSplitWidget
Returned by
CloudObjectSplitWidget.getDescriptorIteratorForPrefixes(List). A pair of CloudObjectLocation and its size,
which may be CloudObjectSplitWidget.UNKNOWN_SIZE if not known.-
Constructor Summary
ConstructorsConstructorDescriptionLocationWithSize(String bucket, String key, long size) LocationWithSize(CloudObjectLocation location, long size) -
Method Summary
-
Constructor Details
-
LocationWithSize
-
LocationWithSize
-
-
Method Details
-
getLocation
-
getSize
public long getSize()
-