- java.lang.Object
-
- com.pervasive.datarush.azure.AzureUtils
-
public final class AzureUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ABFS_DNS_PREFIX
static String
ABFS_SCHEME
static String
ABFS_SECURE_SCHEME
protected static String
EMULATOR_NAME
static String
HTTP_SCHEME
static String
HTTPS_SCHEME
static String
WASB_DNS_PREFIX
static String
WASB_SCHEME
static String
WASB_SECURE_SCHEME
-
Constructor Summary
Constructors Constructor Description AzureUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
convertAbfsToWasb(String abfsUrl)
static String
convertWasbToAbfs(String wasbUrl)
static String
extractAccountInfo(String string)
static String
generateEndpoint(String accountName, String endpointTemplate)
-
-
-
Field Detail
-
EMULATOR_NAME
protected static final String EMULATOR_NAME
- See Also:
- Constant Field Values
-
ABFS_SCHEME
public static final String ABFS_SCHEME
- See Also:
- Constant Field Values
-
ABFS_SECURE_SCHEME
public static final String ABFS_SECURE_SCHEME
- See Also:
- Constant Field Values
-
ABFS_DNS_PREFIX
public static final String ABFS_DNS_PREFIX
- See Also:
- Constant Field Values
-
HTTP_SCHEME
public static final String HTTP_SCHEME
- See Also:
- Constant Field Values
-
HTTPS_SCHEME
public static final String HTTPS_SCHEME
- See Also:
- Constant Field Values
-
WASB_SCHEME
public static final String WASB_SCHEME
- See Also:
- Constant Field Values
-
WASB_SECURE_SCHEME
public static final String WASB_SECURE_SCHEME
- See Also:
- Constant Field Values
-
WASB_DNS_PREFIX
public static final String WASB_DNS_PREFIX
- See Also:
- Constant Field Values
-
-