public class FingerprintUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
getFingerprint()
Returns a host fingerprint calculated from a list of system properties:
OS + JVM + network details + system resources.
|
protected static String |
getJavaVirtualMachine()
Returns a string of the JVM details.
|
protected static String |
getNetwork()
Returns a string of the network details.
|
protected static String |
getOperatingSystem()
Returns a string of the OS details.
|
protected static String |
getResources()
Returns a string of CPU cores and maximum memory available.
|
protected static String |
getSystemDataHash()
Returns a hash string generated from all the system data: OS + JVM +
network details + system resources.
|
public static long getFingerprint()
protected static String getSystemDataHash()
protected static String getOperatingSystem()
protected static String getJavaVirtualMachine()
protected static String getResources()
protected static String getNetwork()
Copyright © 2019. All rights reserved.