| Package | Description |
|---|---|
| tachyon.underfs |
| Modifier and Type | Method and Description |
|---|---|
static UnderFileSystemFactory |
UnderFileSystemRegistry.find(String path,
TachyonConf tachyonConf)
Finds the first Under File System factory that supports the given path
|
| Modifier and Type | Method and Description |
|---|---|
static List<UnderFileSystemFactory> |
UnderFileSystemRegistry.available()
Returns a read-only view of the available factories
|
static List<UnderFileSystemFactory> |
UnderFileSystemRegistry.findAll(String path,
TachyonConf tachyonConf)
Finds all the Under File System factories that support the given path
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UnderFileSystemRegistry.register(UnderFileSystemFactory factory)
Registers a new factory
|
static void |
UnderFileSystemRegistry.unregister(UnderFileSystemFactory factory)
Unregisters an existing factory
|
Copyright © 2015. All Rights Reserved.