| Package | Description | 
|---|---|
| com.asakusafw.windgate.core | 
 Script models for WindGate. 
 | 
| 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 | 
|---|---|
List<ResourceProfile> | 
GateProfile.getResources()
Returns the resource segment of this profile. 
 | 
| Constructor and Description | 
|---|
GateProfile(String name,
           CoreProfile core,
           SessionProfile session,
           Collection<? extends ProcessProfile> processes,
           Collection<? extends ResourceProfile> resources)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ResourceProfile | 
ResourceProfile.getThis()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Collection<? extends ResourceProfile> | 
ResourceProfile.loadFrom(Properties properties,
        ClassLoader loader)
Deprecated. 
 
use  
loadFrom(Properties, ProfileContext) instead | 
static Collection<? extends ResourceProfile> | 
ResourceProfile.loadFrom(Properties properties,
        ProfileContext context)
Loads resource profiles from the properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
VoidResourceProvider.configure(ResourceProfile profile)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
FileResourceProvider.configure(ResourceProfile profile)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
HadoopFsProvider.configure(ResourceProfile profile)  | 
static HadoopFsProfile | 
HadoopFsProfile.convert(org.apache.hadoop.conf.Configuration configuration,
       ResourceProfile profile)
Converts  
ResourceProfile into SshProfile. | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
JschHadoopFsProvider.configure(ResourceProfile profile)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SshProfile | 
SshProfile.convert(org.apache.hadoop.conf.Configuration configuration,
       ResourceProfile profile)
Converts  
ResourceProfile into SshProfile. | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
JdbcResourceProvider.configure(ResourceProfile profile)  | 
static JdbcProfile | 
JdbcProfile.convert(ResourceProfile profile)
Converts  
ResourceProfile into JdbcProfile. | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
FileResourceProvider.configure(ResourceProfile profile)  | 
static FileProfile | 
FileProfile.convert(ResourceProfile profile)
Converts  
ResourceProfile into FileProfile. | 
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.