@Alpha public class LocalFSDataNode extends FileSystemDataNode
LocalFSDataNode. All the properties specific to a LocalFS based data node (e.g. fs.uri)
are validated here.DataNode.DataNodeCreationException| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_FS_SCHEME |
static String |
PLATFORM |
FS_URI_KEY| Constructor and Description |
|---|
LocalFSDataNode(com.typesafe.config.Config nodeProps) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultDatasetDescriptorPlatform() |
boolean |
isUriValid(URI fsUri) |
getDefaultDatasetDescriptorClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getRawConfig, isActivepublic static final String LOCAL_FS_SCHEME
public static final String PLATFORM
public LocalFSDataNode(com.typesafe.config.Config nodeProps)
throws DataNode.DataNodeCreationException
public boolean isUriValid(URI fsUri)
isUriValid in class FileSystemDataNodefsUri - FileSystem URIpublic String getDefaultDatasetDescriptorPlatform()
getDefaultDatasetDescriptorPlatform in interface DataNodegetDefaultDatasetDescriptorPlatform in class BaseDataNode