| Package | Description |
|---|---|
| tachyon.underfs |
| Modifier and Type | Method and Description |
|---|---|
static UnderFileSystem |
UnderFileSystemRegistry.create(String path,
TachyonConf tachyonConf,
Object ufsConf)
Creates a client for operations involved with the under file system.
|
UnderFileSystem |
UnderFileSystemFactory.create(String path,
TachyonConf tachyonConf,
Object ufsConf)
Creates a new client for accessing the given path
|
static UnderFileSystem |
UnderFileSystem.get(String path,
Object ufsConf,
TachyonConf tachyonConf)
Gets the UnderFileSystem instance according to its scheme and configuration.
|
static UnderFileSystem |
UnderFileSystem.get(String path,
TachyonConf tachyonConf)
Gets the UnderFileSystem instance according to its schema.
|
Copyright © 2015. All Rights Reserved.