Package | Description |
---|---|
com.asakusafw.yaess.jobqueue |
YAESS Hadoop Script Handlers for Job Queue.
|
com.asakusafw.yaess.jobqueue.client |
YAESS Hadoop Script Handlers for Job Queue.
|
Modifier and Type | Method and Description |
---|---|
JobClient |
JobClientProvider.get()
Returns a client.
|
Modifier and Type | Method and Description |
---|---|
List<JobClient> |
JobClientProfile.getClients()
Returns the job clients.
|
Modifier and Type | Method and Description |
---|---|
void |
JobClientProvider.setError(JobClient client)
Tells the error occurred while using the client.
|
Constructor and Description |
---|
JobClientProfile(String prefix,
List<? extends JobClient> clients,
long timeout,
long pollingInterval)
Creates a new instance.
|
JobClientProvider(Collection<? extends JobClient> clients)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpJobClient
An implementation of
JobClient via HTTP(S) connections. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.