Class NameUtils
java.lang.Object
org.openspaces.admin.internal.utils.NameUtils
Utility class for calculating name of Admin instances
- Since:
- 8.0.5
- Version:
- 1.0
- Author:
- evgenyf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetSpaceInstanceName(String name, Integer instanceId, Integer backupId, int numOfBackups) Method calculates full space instance of processing unit instance name
-
Constructor Details
-
NameUtils
public NameUtils()
-
-
Method Details
-
getSpaceInstanceName
public static String getSpaceInstanceName(String name, Integer instanceId, Integer backupId, int numOfBackups) Method calculates full space instance of processing unit instance name- Parameters:
name- processing unit nameinstanceId- instance idbackupId- backup id - can be nullnumOfBackups- number of planned backup instances- Returns:
- space instance name
-