C# 클래스 Neo4j.Server.AzureWorkerHost.NeoServer

파일 보기 프로젝트 열기: tathamoddie/Neo4j.Server.AzureWorkerHost 1 사용 예제들

공개 메소드들

메소드 설명
DownloadAndInstall ( ) : void
NeoServer ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : System
NeoServer ( NeoServerConfiguration configuration, Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : System
NeoServer ( NeoServerConfiguration configuration, IRoleEnvironment roleEnvironment, ICloudBlobClient cloudBlobClient, IFileSystem fileSystem, IZipHandler zipHandler ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
ApplyEndpointConfiguration ( ) : void
ApplyWorkaroundForJavaResolutionIssue ( ) : void
DownloadArtifact ( string friendlyName, string artifactPreparationHint, string blobName, string targetDirectoryPath ) : void
DownloadJava ( ) : void
DownloadNeo ( ) : void
InitializeEndpoint ( ) : void
InitializeLocalResource ( ) : void
InterrogateJavaArtifact ( ) : void
InterrogateNeoArtifact ( ) : void
LaunchNeoProcess ( ) : void
StopNeoProcess ( ) : void

메소드 상세

DownloadAndInstall() 공개 메소드

public DownloadAndInstall ( ) : void
리턴 void

NeoServer() 공개 메소드

public NeoServer ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : System
storageAccount Microsoft.WindowsAzure.CloudStorageAccount
리턴 System

NeoServer() 공개 메소드

public NeoServer ( NeoServerConfiguration configuration, Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : System
configuration NeoServerConfiguration
storageAccount Microsoft.WindowsAzure.CloudStorageAccount
리턴 System

NeoServer() 공개 메소드

public NeoServer ( NeoServerConfiguration configuration, IRoleEnvironment roleEnvironment, ICloudBlobClient cloudBlobClient, IFileSystem fileSystem, IZipHandler zipHandler ) : System
configuration NeoServerConfiguration
roleEnvironment IRoleEnvironment
cloudBlobClient ICloudBlobClient
fileSystem IFileSystem
zipHandler IZipHandler
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void