C# Класс Neo4j.Server.AzureWorkerHost.NeoServer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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