Package | Description |
---|---|
com.asakusafw.windgate.core.resource |
Abstract implementations of WindGate resources.
|
com.asakusafw.windgate.core.util |
Utilities for WindGate.
|
com.asakusafw.windgate.file.resource |
Resource implementation using the local file system (for testing).
|
com.asakusafw.windgate.hadoopfs |
WindGate resources using Hadoop FileSystem core classes.
|
com.asakusafw.windgate.hadoopfs.jsch |
WindGate resources using Hadoop FileSystem via SSH connection using JSch.
|
com.asakusafw.windgate.hadoopfs.ssh |
WindGate resources using Hadoop FileSystem via SSH connection.
|
com.asakusafw.windgate.jdbc |
WindGate resources using JDBC.
|
com.asakusafw.windgate.stream.file |
WindGate resources using local file systems.
|
Modifier and Type | Method and Description |
---|---|
abstract ResourceMirror |
ResourceProvider.create(String sessionId,
ParameterList arguments)
Provides a new
ResourceMirror . |
Constructor and Description |
---|
DriverRepository(Iterable<? extends ResourceMirror> resources)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
ResourceMirror |
VoidResourceProvider.create(String sessionId,
ParameterList arguments) |
Modifier and Type | Class and Description |
---|---|
class |
FileResourceMirror
ResourceMirror using files. |
Modifier and Type | Method and Description |
---|---|
ResourceMirror |
FileResourceProvider.create(String sessionId,
ParameterList arguments) |
Modifier and Type | Class and Description |
---|---|
class |
HadoopFsMirror
An abstract implementation of
ResourceMirror directly using Hadoop File System. |
Modifier and Type | Method and Description |
---|---|
ResourceMirror |
HadoopFsProvider.create(String sessionId,
ParameterList arguments) |
Modifier and Type | Class and Description |
---|---|
class |
JschHadoopFsMirror
An implementation of
ResourceMirror using Hadoop File System via JSch connection. |
Modifier and Type | Method and Description |
---|---|
ResourceMirror |
JschHadoopFsProvider.create(String sessionId,
ParameterList arguments) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSshHadoopFsMirror
An abstract implementation of
ResourceMirror using Hadoop File System via SSH connection. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcResourceMirror
An implementation of
ResourceMirror using JDBC. |
Modifier and Type | Method and Description |
---|---|
ResourceMirror |
JdbcResourceProvider.create(String sessionId,
ParameterList arguments) |
Modifier and Type | Method and Description |
---|---|
ResourceMirror |
FileResourceProvider.create(String sessionId,
ParameterList arguments) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.