Package | Description |
---|---|
alluxio | |
alluxio.master | |
alluxio.uri |
Modifier and Type | Method and Description |
---|---|
Authority |
AlluxioURI.getAuthority() |
Constructor and Description |
---|
AlluxioURI(String scheme,
Authority authority,
String path)
Constructs an
AlluxioURI from components. |
AlluxioURI(String scheme,
Authority authority,
String path,
Map<String,String> queryMap)
Constructs an
AlluxioURI from components. |
Modifier and Type | Method and Description |
---|---|
Authority |
MasterInquireClient.ConnectDetails.toAuthority() |
Authority |
ZkMasterInquireClient.ZkMasterConnectDetails.toAuthority() |
Authority |
SingleMasterInquireClient.SingleMasterConnectDetails.toAuthority() |
Authority |
PollingMasterInquireClient.MultiMasterConnectDetails.toAuthority() |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedLogicalAuthority
A logical host authority implementation.
|
class |
MultiMasterAuthority
A multi-master authority implementation.
|
class |
NoAuthority
A Singleton of NoAuthority, it represents a URI without authority.
|
class |
SingleMasterAuthority
A single master authority implementation.
|
class |
UnknownAuthority
An unknown authority implementation.
|
class |
ZookeeperAuthority
ZookeeperAuthority supports authority containing Zookeeper addresses. |
class |
ZookeeperLogicalAuthority
A zookeeper logical host authority implementation.
|
Modifier and Type | Field and Description |
---|---|
protected Authority |
StandardURI.mAuthority |
Modifier and Type | Method and Description |
---|---|
static Authority |
Authority.fromString(String authority)
Gets the Authority object from the input string.
|
Authority |
StandardURI.getAuthority() |
Authority |
URI.getAuthority() |
Modifier and Type | Method and Description |
---|---|
int |
ZookeeperLogicalAuthority.compareTo(Authority other) |
int |
EmbeddedLogicalAuthority.compareTo(Authority other) |
int |
MultiMasterAuthority.compareTo(Authority other) |
default int |
Authority.compareTo(Authority o) |
static URI |
URI.Factory.create(String scheme,
Authority authority,
String path,
String query)
Creates a
URI from components. |
Constructor and Description |
---|
MultiPartSchemeURI(String schemePrefix,
String scheme,
Authority authority,
String path,
String query) |
StandardURI(String scheme,
Authority authority,
String path,
String query) |
Copyright © 2023. All Rights Reserved.