Package org.gridgain.internal.license
Class HasLicenseFeatureValidator
java.lang.Object
org.gridgain.internal.license.HasLicenseFeatureValidator
- All Implemented Interfaces:
org.apache.ignite.configuration.validation.Validator<org.gridgain.internal.license.configuration.validator.HasLicenseFeature,,Object> org.apache.ignite.internal.event.EventListener<org.gridgain.internal.license.event.LicenseUpdateEventParameters>
public class HasLicenseFeatureValidator
extends Object
implements org.apache.ignite.configuration.validation.Validator<org.gridgain.internal.license.configuration.validator.HasLicenseFeature,Object>, org.apache.ignite.internal.event.EventListener<org.gridgain.internal.license.event.LicenseUpdateEventParameters>
Validator implementation of
HasLicenseFeature.-
Constructor Summary
ConstructorsConstructorDescriptionHasLicenseFeatureValidator(org.gridgain.internal.license.LicenseFeatureChecker licenseFeatureChecker) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.ignite.configuration.validation.Validator
canValidate
-
Constructor Details
-
HasLicenseFeatureValidator
public HasLicenseFeatureValidator(org.gridgain.internal.license.LicenseFeatureChecker licenseFeatureChecker)
-
-
Method Details
-
validate
public void validate(org.gridgain.internal.license.configuration.validator.HasLicenseFeature annotation, org.apache.ignite.configuration.validation.ValidationContext<Object> ctx) - Specified by:
validatein interfaceorg.apache.ignite.configuration.validation.Validator<org.gridgain.internal.license.configuration.validator.HasLicenseFeature,Object>
-
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>
-