@Component public class BusinessObjectDataPartitionsHelper extends Object
| Constructor and Description |
|---|
BusinessObjectDataPartitionsHelper() |
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
generatePartitions(BusinessObjectDataDdlRequest request,
BusinessObjectFormatEntity businessObjectFormatEntity,
BusinessObjectDataStatusEntity businessObjectDataStatusEntity,
List<String> storageNames,
List<StorageEntity> requestedStorageEntities,
Map<String,StorageEntity> cachedStorageEntities,
Map<String,String> cachedS3BucketNames)
Generates the partitions information as per specified business object data partitions request.
|
public List<Partition> generatePartitions(BusinessObjectDataDdlRequest request, BusinessObjectFormatEntity businessObjectFormatEntity, BusinessObjectDataStatusEntity businessObjectDataStatusEntity, List<String> storageNames, List<StorageEntity> requestedStorageEntities, Map<String,StorageEntity> cachedStorageEntities, Map<String,String> cachedS3BucketNames)
request - the business object data DDL requestbusinessObjectFormatEntity - the business object format entitybusinessObjectDataStatusEntity - the business object data status for available business object datastorageNames - the list of storage namesrequestedStorageEntities - the list of storage entities per storage names specified in the requestcachedStorageEntities - the map of storage names in upper case to the relative storage entitiescachedS3BucketNames - the map of storage names in upper case to the relative S3 bucket namesCopyright © 2021. All rights reserved.