Home | Trees | Indices | Help |
---|
|
|
|||
Range | |||
LocatorAndRange |
|
|||
|
|||
|
|||
|
|
|||
_logger = logging.getLogger('arvados.ranges')
|
|||
RANGES_SPAM = 9
|
|
Get blocks that are covered by a range. Returns a list of LocatorAndRange objects. :data_locators: list of Range objects, assumes that blocks are in order and contiguous :range_start: start of range :range_size: size of range :limit: Maximum segments to return, default None (unlimited). Will truncate the result if there are more segments needed to cover the range than the limit. |
Replace a file segment range with a new segment. NOTE:: data_locators will be updated in place :data_locators: list of Range objects, assumes that segments are in order and contiguous :new_range_start: start of range to replace in data_locators :new_range_size: size of range to replace in data_locators :new_locator: locator for new segment to be inserted :new_segment_offset: segment offset within the locator |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 21 19:09:45 2023 | http://epydoc.sourceforge.net |