public class EnterpriseNodeStateImpl
extends com.hazelcast.monitor.impl.NodeStateImpl
| Constructor and Description |
|---|
EnterpriseNodeStateImpl(com.hazelcast.cluster.ClusterState clusterState,
com.hazelcast.instance.NodeState nodeState,
com.hazelcast.version.Version clusterVersion,
com.hazelcast.version.MemberVersion memberVersion,
LicenseInfo licenseInfo) |
EnterpriseNodeStateImpl(com.hazelcast.cluster.ClusterState clusterState,
com.hazelcast.instance.NodeState nodeState,
com.hazelcast.version.Version clusterVersion,
com.hazelcast.version.MemberVersion memberVersion,
Map<String,List<String>> weakSecretsConfigs,
LicenseInfo licenseInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromJson(com.hazelcast.internal.json.JsonObject json) |
com.hazelcast.internal.json.JsonObject |
toJson() |
public EnterpriseNodeStateImpl(com.hazelcast.cluster.ClusterState clusterState,
com.hazelcast.instance.NodeState nodeState,
com.hazelcast.version.Version clusterVersion,
com.hazelcast.version.MemberVersion memberVersion,
LicenseInfo licenseInfo)
public EnterpriseNodeStateImpl(com.hazelcast.cluster.ClusterState clusterState,
com.hazelcast.instance.NodeState nodeState,
com.hazelcast.version.Version clusterVersion,
com.hazelcast.version.MemberVersion memberVersion,
Map<String,List<String>> weakSecretsConfigs,
LicenseInfo licenseInfo)
public com.hazelcast.internal.json.JsonObject toJson()
toJson in interface com.hazelcast.internal.management.JsonSerializabletoJson in class com.hazelcast.monitor.impl.NodeStateImplpublic void fromJson(com.hazelcast.internal.json.JsonObject json)
fromJson in interface com.hazelcast.internal.management.JsonSerializablefromJson in class com.hazelcast.monitor.impl.NodeStateImplCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.