| Package | Description |
|---|---|
| tachyon | |
| tachyon.underfs | |
| tachyon.util.network |
| Modifier and Type | Field and Description |
|---|---|
static TachyonURI |
TachyonURI.EMPTY_URI |
| Modifier and Type | Method and Description |
|---|---|
TachyonURI |
TachyonURI.getParent()
Get the parent of this TachyonURI or null if at root.
|
TachyonURI |
TachyonURI.join(String suffix)
Append additional path elements to the end of a TachyonURI.
|
TachyonURI |
TachyonURI.join(TachyonURI suffix)
Append additional path elements to the end of a TachyonURI.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TachyonURI.compareTo(TachyonURI other) |
TachyonURI |
TachyonURI.join(TachyonURI suffix)
Append additional path elements to the end of a TachyonURI.
|
| Constructor and Description |
|---|
TachyonURI(TachyonURI parent,
TachyonURI child)
Resolve a child TachyonURI against a parent TachyonURI.
|
| Modifier and Type | Method and Description |
|---|---|
static Pair<String,String> |
UnderFileSystem.parse(TachyonURI path,
TachyonConf tachyonConf)
Transform an input string like hdfs://host:port/dir, hdfs://host:port, file:///dir, /dir into a
pair of address and path.
|
| Modifier and Type | Method and Description |
|---|---|
static TachyonURI |
NetworkAddressUtils.replaceHostName(TachyonURI path)
Replaces and resolves the hostname in a given address or path string.
|
| Modifier and Type | Method and Description |
|---|---|
static TachyonURI |
NetworkAddressUtils.replaceHostName(TachyonURI path)
Replaces and resolves the hostname in a given address or path string.
|
Copyright © 2015. All Rights Reserved.