org
.
openmole
.
plugin
.
environment
.
ssh
SSHJobService
Related Docs:
object SSHJobService
|
package ssh
trait
SSHJobService
extends
GridScaleJobService
with
SharedStorage
Self Type
SSHJobService
Linear Supertypes
SharedStorage
,
SSHService
,
GridScaleJobService
,
JobService
,
BatchService
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SSHJobService
SharedStorage
SSHService
GridScaleJobService
JobService
BatchService
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
J
= (
jobService
)#
J
Definition Classes
GridScaleJobService
→
JobService
Abstract Value Members
abstract
def
credential
:
fr.iscpif.gridscale.ssh.SSHAuthentication
Definition Classes
SSHService
abstract
val
environment
:
SSHEnvironment
Definition Classes
SSHJobService
→
BatchService
abstract
def
host
:
String
Definition Classes
SSHService
abstract
def
nbSlots
:
Int
abstract
def
port
:
Int
Definition Classes
SSHService
abstract
def
sharedFS
:
StorageService
Definition Classes
SharedStorage
abstract
def
user
:
String
Definition Classes
SSHService
abstract
def
workDirectory
:
Option
[
String
]
Definition Classes
SharedStorage
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
_delete
(
j:
J
)
:
Unit
Attributes
protected
Definition Classes
GridScaleJobService
→
JobService
def
_state
(
j:
J
)
:
ExecutionState
Attributes
protected
Definition Classes
GridScaleJobService
→
JobService
def
_submit
(
serializedJob:
SerializedJob
)
:
SSHBatchJob
{ ... /* 2 definitions in type refinement */ }
Attributes
protected
Definition Classes
SSHJobService
→
JobService
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
available
:
Int
Definition Classes
BatchService
def
buildScript
(
serializedJob:
SerializedJob
)
: (
String
,
String
)
Attributes
protected
Definition Classes
SharedStorage
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
delete
(
j:
J
)
(
implicit
token:
AccessToken
)
:
Unit
Definition Classes
JobService
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
installJobService
:
fr.iscpif.gridscale.ssh.SSHJobService
{ def user: String }
Definition Classes
SharedStorage
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
jobService
:
fr.iscpif.gridscale.ssh.SSHJobService
with
SSHConnectionCache
Definition Classes
SSHJobService
→
GridScaleJobService
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
preparedRuntime
(
runtime:
Runtime
)
:
String
Definition Classes
SharedStorage
val
queue
:
Stack
[
SSHBatchJob
]
val
queuesLock
:
ReentrantLock
def
releaseToken
(
token:
AccessToken
)
:
Unit
Definition Classes
BatchService
def
state
(
j:
J
)
(
implicit
token:
AccessToken
)
:
ExecutionState
Definition Classes
JobService
def
submit
(
serializedJob:
SerializedJob
)
(
implicit
token:
AccessToken
)
:
BatchJob
Definition Classes
JobService
val
submitted
:
Stack
[
SSHBatchJob
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
tryGetToken
:
Option
[
AccessToken
]
Definition Classes
BatchService
def
tryWithToken
[
B
]
(
f: (
Option
[
AccessToken
]) ⇒
B
)
:
B
Definition Classes
BatchService
lazy val
url
:
URI
Definition Classes
SSHService
def
usageControl
:
LimitedAccess
Definition Classes
SSHJobService
→
BatchService
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withToken
[
B
]
(
f: (
AccessToken
) ⇒
B
)
:
B
Definition Classes
BatchService
Inherited from
SharedStorage
Inherited from
SSHService
Inherited from
GridScaleJobService
Inherited from
JobService
Inherited from
BatchService
Inherited from
AnyRef
Inherited from
Any
Ungrouped