Package org.gridgain.internal.license
Class LicenseFeatureCheckerImpl
java.lang.Object
org.gridgain.internal.license.LicenseFeatureCheckerImpl
- All Implemented Interfaces:
org.apache.ignite.internal.event.EventListener<org.gridgain.internal.license.event.LicenseUpdateEventParameters>,org.gridgain.internal.license.LicenseFeatureChecker
public class LicenseFeatureCheckerImpl
extends Object
implements org.gridgain.internal.license.LicenseFeatureChecker, org.apache.ignite.internal.event.EventListener<org.gridgain.internal.license.event.LicenseUpdateEventParameters>
Implementation of
LicenseFeatureChecker.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckAllFeature(Set<org.gridgain.internal.license.LicenseFeature> features) voidcheckAnyFeature(Set<org.gridgain.internal.license.LicenseFeature> features) voidcheckFeature(org.gridgain.internal.license.LicenseFeature feature) Set<org.gridgain.internal.license.LicenseFeature>notify(org.gridgain.internal.license.event.LicenseUpdateEventParameters parameters)
-
Constructor Details
-
LicenseFeatureCheckerImpl
public LicenseFeatureCheckerImpl()
-
-
Method Details
-
enabledFeatures
- Specified by:
enabledFeaturesin interfaceorg.gridgain.internal.license.LicenseFeatureChecker
-
notify
public CompletableFuture<Boolean> notify(org.gridgain.internal.license.event.LicenseUpdateEventParameters parameters) - Specified by:
notifyin interfaceorg.apache.ignite.internal.event.EventListener<org.gridgain.internal.license.event.LicenseUpdateEventParameters>
-
checkFeature
public void checkFeature(org.gridgain.internal.license.LicenseFeature feature) - Specified by:
checkFeaturein interfaceorg.gridgain.internal.license.LicenseFeatureChecker
-
checkAllFeature
- Specified by:
checkAllFeaturein interfaceorg.gridgain.internal.license.LicenseFeatureChecker
-
checkAnyFeature
- Specified by:
checkAnyFeaturein interfaceorg.gridgain.internal.license.LicenseFeatureChecker
-