public class PhoneHome extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PhoneHome.PhoneHomeParameterCreator
Util class for parameters of OS and EE PhoneHome pings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
check(Node hazelcastNode) |
String |
convertToLetter(int size) |
PhoneHome.PhoneHomeParameterCreator |
createParameters(Node hazelcastNode) |
Map<String,String> |
phoneHome(Node node,
boolean pretend)
Performs a phone request for
node and returns the generated request
parameters. |
void |
shutdown() |
public PhoneHome(Node hazelcastNode)
public void check(Node hazelcastNode)
public void shutdown()
public String convertToLetter(int size)
public Map<String,String> phoneHome(Node node, boolean pretend)
node and returns the generated request
parameters. If pretend is true, only returns the parameters
without actually performing the request.node - the node for which to make the phone home requestpretend - if true, do not perform the requestpublic PhoneHome.PhoneHomeParameterCreator createParameters(Node hazelcastNode)
Copyright © 2019 Hazelcast, Inc.. All rights reserved.