org
.
openmole
.
plugin
.
environment
.
ssh
SharedStorage
Related Docs:
object SharedStorage
|
package ssh
trait
SharedStorage
extends
SSHService
Self Type
SharedStorage
Linear Supertypes
SSHService
,
BatchService
,
AnyRef
,
Any
Known Subclasses
ClusterJobService
,
CondorJobService
,
OARJobService
,
PBSJobService
,
SGEJobService
,
SLURMJobService
,
SSHJobService
Ordering
Alphabetic
By Inheritance
Inherited
SharedStorage
SSHService
BatchService
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
credential
:
fr.iscpif.gridscale.ssh.SSHAuthentication
Definition Classes
SSHService
abstract
val
environment
:
BatchEnvironment
Definition Classes
BatchService
abstract
def
host
:
String
Definition Classes
SSHService
abstract
def
port
:
Int
Definition Classes
SSHService
abstract
def
sharedFS
:
StorageService
abstract
def
usageControl
:
UsageControl
Definition Classes
BatchService
abstract
def
user
:
String
Definition Classes
SSHService
abstract
def
workDirectory
:
Option
[
String
]
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
available
:
Int
Definition Classes
BatchService
def
buildScript
(
serializedJob:
SerializedJob
)
: (
String
,
String
)
Attributes
protected
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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 }
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
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
def
releaseToken
(
token:
AccessToken
)
:
Unit
Definition Classes
BatchService
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
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
SSHService
Inherited from
BatchService
Inherited from
AnyRef
Inherited from
Any
Ungrouped