Package | Description |
---|---|
org.apache.twill.filesystem |
Contains HDFS location classes.
|
org.apache.twill.yarn |
Classes in this package implement the Twill API for Apache Hadoop YARN.
|
Modifier and Type | Class and Description |
---|---|
class |
FileContextLocationFactory
|
class |
ForwardingLocationFactory |
class |
LocalLocationFactory
A
LocationFactory for creating local file Location . |
Modifier and Type | Method and Description |
---|---|
LocationFactory |
ForwardingLocationFactory.getDelegate() |
LocationFactory |
Location.getLocationFactory()
Returns the location factory used to create this instance.
|
static LocationFactory |
LocationFactories.namespace(LocationFactory delegate,
String namespace)
Creates a
LocationFactory that always applies the giving namespace prefix. |
Modifier and Type | Method and Description |
---|---|
static LocationFactory |
LocationFactories.namespace(LocationFactory delegate,
String namespace)
Creates a
LocationFactory that always applies the giving namespace prefix. |
Constructor and Description |
---|
ForwardingLocationFactory(LocationFactory delegate) |
Constructor and Description |
---|
YarnTwillRunnerService(org.apache.hadoop.yarn.conf.YarnConfiguration config,
String zkConnect,
LocationFactory locationFactory)
Creates an instance.
|
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.