public final class UriUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsAbfsUrl(String string)
Checks whether a string includes abfs url.
|
static String |
extractAccountNameFromHostName(String hostName)
Extracts the account name from the host name.
|
static String |
generateUniqueTestPath()
Generate unique test path for multiple user tests.
|
public static boolean containsAbfsUrl(String string)
string - the string to check.public static String extractAccountNameFromHostName(String hostName)
hostName - the fully-qualified domain name of the storage service
endpoint (e.g. {account}.dfs.core.windows.net.public static String generateUniqueTestPath()
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.