Package com.gigaspaces.internal.lookup
Class SpaceUrlUtils
java.lang.Object
com.gigaspaces.internal.lookup.SpaceUrlUtils
- Since:
- 9.0.1
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildJiniUrl(String containerName, String spaceName, String[] groups, LookupLocator[] locators) static StringbuildJiniUrl(String containerName, String spaceName, String groups, String locators) static StringdeletePropertyFromUrl(String url, String name) static booleanisRemoteProtocol(String spaceUrl) static StringsetPropertyInUrl(String url, String name, String value) static StringsetPropertyInUrl(String url, String name, String value, boolean overrideIfExists) static StringtoCustomUrlProperty(String propertyName)
-
Constructor Details
-
SpaceUrlUtils
public SpaceUrlUtils()
-
-
Method Details
-
isRemoteProtocol
-
toCustomUrlProperty
-
buildJiniUrl
public static String buildJiniUrl(String containerName, String spaceName, String[] groups, LookupLocator[] locators) -
buildJiniUrl
-
setPropertyInUrl
-
setPropertyInUrl
-
deletePropertyFromUrl
-