Class DMapLambdaServiceImpl
- java.lang.Object
-
- io.openraven.magpie.core.dmap.service.DMapLambdaServiceImpl
-
- All Implemented Interfaces:
DMapLambdaService
public class DMapLambdaServiceImpl extends Object implements DMapLambdaService
-
-
Constructor Summary
Constructors Constructor Description DMapLambdaServiceImpl(DMapMLClient dMapMLClient, com.fasterxml.jackson.databind.ObjectMapper mapper, int workers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanupCreatedResources()DMapScanResultstartDMapScan(Map<VpcConfig,List<EC2Target>> vpcGroups)voidvalidateEnvironment(boolean reuseResourcesAllowed)
-
-
-
Constructor Detail
-
DMapLambdaServiceImpl
public DMapLambdaServiceImpl(DMapMLClient dMapMLClient, com.fasterxml.jackson.databind.ObjectMapper mapper, int workers)
-
-
Method Detail
-
startDMapScan
public DMapScanResult startDMapScan(Map<VpcConfig,List<EC2Target>> vpcGroups)
- Specified by:
startDMapScanin interfaceDMapLambdaService
-
cleanupCreatedResources
public void cleanupCreatedResources()
- Specified by:
cleanupCreatedResourcesin interfaceDMapLambdaService
-
validateEnvironment
public void validateEnvironment(boolean reuseResourcesAllowed)
- Specified by:
validateEnvironmentin interfaceDMapLambdaService
-
-