프로퍼티 | 타입 | 설명 | |
---|---|---|---|
superComputer | |||
tempDir | string |
메소드 | 설명 | |
---|---|---|
AddFile ( int jobId, byte fileData, string filename ) : bool | ||
AddTextFile ( int jobId, string fileData, string filename ) : bool | ||
AddZipFile ( int jobId, byte fileData, string filename ) : bool | ||
Delete ( int jobId ) : bool | ||
Init ( int dir ) : int | ||
Poy ( |
||
Submit ( int jobId, int numberOfNodes, int wallTimeHours, int wallTimeMinutes, string postBackURL ) : string | ||
SubmitGenPhen ( int jobId, string jobName, string treeName, string postBackURL ) : string | ||
getCompressedFile ( int jobId, string fileName, string compressionType ) : byte[] | ||
getFile ( int jobId, string fileName ) : byte[] | ||
getTextFile ( int jobId, string fileName ) : string | ||
isDone ( int jobId, string command ) : bool |
메소드 | 설명 | |
---|---|---|
Poy ( ) : System | ||
getCommander ( ) : Tamir.SharpSsh.SshExec | ||
getSftp ( ) : |
||
getShell ( ) : Tamir.SharpSsh.SshStream |
public AddFile ( int jobId, byte fileData, string filename ) : bool | ||
jobId | int | |
fileData | byte | |
filename | string | |
리턴 | bool |
public AddTextFile ( int jobId, string fileData, string filename ) : bool | ||
jobId | int | |
fileData | string | |
filename | string | |
리턴 | bool |
public AddZipFile ( int jobId, byte fileData, string filename ) : bool | ||
jobId | int | |
fileData | byte | |
filename | string | |
리턴 | bool |
public Submit ( int jobId, int numberOfNodes, int wallTimeHours, int wallTimeMinutes, string postBackURL ) : string | ||
jobId | int | |
numberOfNodes | int | |
wallTimeHours | int | |
wallTimeMinutes | int | |
postBackURL | string | |
리턴 | string |
public SubmitGenPhen ( int jobId, string jobName, string treeName, string postBackURL ) : string | ||
jobId | int | |
jobName | string | |
treeName | string | |
postBackURL | string | |
리턴 | string |
public getCompressedFile ( int jobId, string fileName, string compressionType ) : byte[] | ||
jobId | int | |
fileName | string | |
compressionType | string | |
리턴 | byte[] |
public getFile ( int jobId, string fileName ) : byte[] | ||
jobId | int | |
fileName | string | |
리턴 | byte[] |
public getTextFile ( int jobId, string fileName ) : string | ||
jobId | int | |
fileName | string | |
리턴 | string |