Package | Description |
---|---|
alluxio.uri |
Modifier and Type | Class and Description |
---|---|
class |
MultiPartSchemeURI
MultiPartSchemeURI supports multiple components for the scheme. |
class |
StandardURI
A standard URI implementation.
|
Modifier and Type | Method and Description |
---|---|
static URI |
URI.Factory.create(String uriStr)
Creates a
URI from a string. |
static URI |
URI.Factory.create(String scheme,
Authority authority,
String path,
String query)
Creates a
URI from components. |
static URI |
URI.Factory.create(URI baseUri,
String newPath,
boolean checkNormalization) |
static URI |
URI.Factory.create(URI parent,
URI child)
|
URI |
StandardURI.createNewPath(String newPath,
boolean checkNormalization) |
URI |
MultiPartSchemeURI.createNewPath(String newPath,
boolean checkNormalization) |
URI |
URI.createNewPath(String newPath,
boolean checkNormalization) |
Modifier and Type | Method and Description |
---|---|
int |
StandardURI.compareTo(URI other) |
static URI |
URI.Factory.create(URI baseUri,
String newPath,
boolean checkNormalization) |
static URI |
URI.Factory.create(URI parent,
URI child)
|
Constructor and Description |
---|
MultiPartSchemeURI(URI baseUri,
String fullScheme,
String newPath)
Constructs a new URI from a base URI, but with a new path component.
|
StandardURI(URI baseUri,
String newPath)
Constructs a new URI from a base URI, but with a new path component.
|
Copyright © 2023. All Rights Reserved.