| Package | Description |
|---|---|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| 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 |
|---|---|
void |
GridProductImpl.updateLicense(String lic)
Updates to a new license in enterprise edition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridLicenseProcessor.checkLicense()
This method is called periodically by the GridGain to check the license
conformance.
|
void |
GridLicenseProcessor.updateLicense(String licTxt)
Upload the new license into the current node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridOsLicenseProcessor.checkLicense()
This method is called periodically by the GridGain to check the license
conformance.
|
void |
GridOsLicenseProcessor.updateLicense(String licTxt)
Upload the new license into the current node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridProduct.updateLicense(String lic)
Updates to a new license in enterprise edition.
|
Copyright © 2014. All rights reserved.