| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.license |
License processor.
|
| org.gridgain.grid.kernal.processors.license.os |
No-op implementation of license processor.
|
| org.gridgain.grid.product |
Contains Product and License related functionality.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridLicenseProcessor.enabled(GridProductEdition ed)
Checks if edition is enabled.
|
static void |
GridLicenseUseRegistry.onUsage(GridProductEdition ed,
Class<?> cls)
Callback for whenever component gets used.
|
static boolean |
GridLicenseUseRegistry.used(GridProductEdition ed)
Checks if edition is used.
|
static Collection<Class<?>> |
GridLicenseUseRegistry.usedClasses(GridProductEdition ed)
Gets used components for given edition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridOsLicenseProcessor.enabled(GridProductEdition ed)
Checks if edition is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static GridProductEdition |
GridProductEdition.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static GridProductEdition |
GridProductEdition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridProductEdition[] |
GridProductEdition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.