C# Class Neo4j.Server.AzureWorkerHost.NeoServer

Afficher le fichier Open project: tathamoddie/Neo4j.Server.AzureWorkerHost Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

DownloadAndInstall() public méthode

public DownloadAndInstall ( ) : void
Résultat void

NeoServer() public méthode

public NeoServer ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : System
storageAccount Microsoft.WindowsAzure.CloudStorageAccount
Résultat System

NeoServer() public méthode

public NeoServer ( NeoServerConfiguration configuration, Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : System
configuration NeoServerConfiguration
storageAccount Microsoft.WindowsAzure.CloudStorageAccount
Résultat System

NeoServer() public méthode

public NeoServer ( NeoServerConfiguration configuration, IRoleEnvironment roleEnvironment, ICloudBlobClient cloudBlobClient, IFileSystem fileSystem, IZipHandler zipHandler ) : System
configuration NeoServerConfiguration
roleEnvironment IRoleEnvironment
cloudBlobClient ICloudBlobClient
fileSystem IFileSystem
zipHandler IZipHandler
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void