Class AwsLicenseProvider
java.lang.Object
org.gridgain.internal.license.provider.AwsLicenseProvider
- All Implemented Interfaces:
LicenseProvider
AWS license provider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the license.booleanChecks if the license is available.booleanReturnstrueif license provider is cloud-based.
-
Constructor Details
-
AwsLicenseProvider
Constructor.- Parameters:
configPath- Path to the configuration file.
-
-
Method Details
-
isAvailable
public boolean isAvailable()Description copied from interface:LicenseProviderChecks if the license is available.- Specified by:
isAvailablein interfaceLicenseProvider
-
getLicense
Description copied from interface:LicenseProviderGets the license.- Specified by:
getLicensein interfaceLicenseProvider
-
isCloudLicense
public boolean isCloudLicense()Description copied from interface:LicenseProviderReturnstrueif license provider is cloud-based.- Specified by:
isCloudLicensein interfaceLicenseProvider
-