|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kitesdk.data.filesystem.FileSystemMetadataProvider.Builder
public static class FileSystemMetadataProvider.Builder
A fluent builder to aid in the construction of FileSystemMetadataProvider
instances.
| Constructor Summary | |
|---|---|
FileSystemMetadataProvider.Builder()
|
|
| Method Summary | |
|---|---|
FileSystemMetadataProvider |
build()
Build an instance of the configured FileSystemMetadataProvider. |
FileSystemMetadataProvider.Builder |
configuration(Configuration configuration)
The Configuration used to find the FileSystem. |
FileSystemMetadataProvider.Builder |
rootDirectory(Path path)
The root directory for metadata files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileSystemMetadataProvider.Builder()
| Method Detail |
|---|
public FileSystemMetadataProvider.Builder rootDirectory(Path path)
path - a Path to a FileSystem location
public FileSystemMetadataProvider.Builder configuration(Configuration configuration)
Configuration used to find the FileSystem.
public FileSystemMetadataProvider build()
FileSystemMetadataProvider.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||