| Interface | Description |
|---|---|
| UnderFileSystemFactory |
Interface for under file system factories
|
| Class | Description |
|---|---|
| UnderFileSystem |
Tachyon stores data into an under layer file system.
|
| UnderFileSystemRegistry |
Central registry of available
UnderFileSystemFactory instances that uses the
ServiceLoader mechanism to automatically discover available factories and provides a
central place for obtaining actual UnderFileSystem instances. |
| Enum | Description |
|---|---|
| UnderFileSystem.SpaceType | |
| UnderFileSystem.UnderFSType |
Type of under filesystem, to be used by
UnderFileSystem.getUnderFSType() to determine which concrete
under filesystem implementation is being used. |
Copyright © 2015. All Rights Reserved.