public interface LicenseInfo
extends com.hazelcast.internal.management.JsonSerializable
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyName() |
long |
getExpirationTime() |
String |
getKeyHash() |
int |
getMaxNodeCountAllowed() |
String |
getOwnerEmail() |
com.hazelcast.license.domain.LicenseType |
getType() |
com.hazelcast.license.domain.LicenseType getType()
LicenseType associated with the license key assigned on this nodeint getMaxNodeCountAllowed()
long getExpirationTime()
String getCompanyName()
String getOwnerEmail()
String getKeyHash()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.