Поделиться через


ZooKeeperHostingExtensions.UseZooKeeperClustering Метод

Определение

Перегрузки

UseZooKeeperClustering(IClientBuilder, Action<OptionsBuilder<ZooKeeperGatewayListProviderOptions>>)

Настройте клиент для использования ZooKeeper для кластеризации.

UseZooKeeperClustering(IClientBuilder, Action<ZooKeeperGatewayListProviderOptions>)

Настройте клиент для использования ZooKeeper для кластеризации.

UseZooKeeperClustering(ISiloBuilder, Action<OptionsBuilder<ZooKeeperClusteringSiloOptions>>)

Настраивает хранилище для использования ZooKeeper для членства в кластере.

UseZooKeeperClustering(ISiloBuilder, Action<ZooKeeperClusteringSiloOptions>)

Настраивает хранилище для использования ZooKeeper для членства в кластере.

UseZooKeeperClustering(ISiloHostBuilder, Action<OptionsBuilder<ZooKeeperClusteringSiloOptions>>)

Настраивает хранилище для использования ZooKeeper для членства в кластере.

UseZooKeeperClustering(ISiloHostBuilder, Action<ZooKeeperClusteringSiloOptions>)

Настраивает хранилище для использования ZooKeeper для членства в кластере.

UseZooKeeperClustering(IClientBuilder, Action<OptionsBuilder<ZooKeeperGatewayListProviderOptions>>)

Настройте клиент для использования ZooKeeper для кластеризации.

UseZooKeeperClustering(IClientBuilder, Action<ZooKeeperGatewayListProviderOptions>)

Настройте клиент для использования ZooKeeper для кластеризации.

UseZooKeeperClustering(IClientBuilder, Action<OptionsBuilder<ZooKeeperGatewayListProviderOptions>>)

Исходный код:
ZooKeeperHostingExtensions.cs
Исходный код:
ZooKeeperHostingExtensions.cs
Исходный код:
ZooKeeperHostingExtensions.cs

Настройте клиент для использования ZooKeeper для кластеризации.

public static Orleans.Hosting.IClientBuilder UseZooKeeperClustering (this Orleans.Hosting.IClientBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.ZooKeeperGatewayListProviderOptions>> configureOptions);
static member UseZooKeeperClustering : Orleans.Hosting.IClientBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.ZooKeeperGatewayListProviderOptions>> -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function UseZooKeeperClustering (builder As IClientBuilder, configureOptions As Action(Of OptionsBuilder(Of ZooKeeperGatewayListProviderOptions))) As IClientBuilder

Параметры

builder
IClientBuilder

Построитель.

configureOptions
Action<OptionsBuilder<ZooKeeperGatewayListProviderOptions>>

Делегат конфигурации.

Возвращаемое значение

Предоставленный IClientBuilder.

Применяется к

UseZooKeeperClustering(IClientBuilder, Action<ZooKeeperGatewayListProviderOptions>)

Исходный код:
ZooKeeperHostingExtensions.cs
Исходный код:
ZooKeeperHostingExtensions.cs
Исходный код:
ZooKeeperHostingExtensions.cs

Настройте клиент для использования ZooKeeper для кластеризации.

public static Orleans.Hosting.IClientBuilder UseZooKeeperClustering (this Orleans.Hosting.IClientBuilder builder, Action<Orleans.Configuration.ZooKeeperGatewayListProviderOptions> configureOptions);
static member UseZooKeeperClustering : Orleans.Hosting.IClientBuilder * Action<Orleans.Configuration.ZooKeeperGatewayListProviderOptions> -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function UseZooKeeperClustering (builder As IClientBuilder, configureOptions As Action(Of ZooKeeperGatewayListProviderOptions)) As IClientBuilder

Параметры

builder
IClientBuilder

Построитель.

configureOptions
Action<ZooKeeperGatewayListProviderOptions>

Делегат конфигурации.

Возвращаемое значение

Предоставленный IClientBuilder.

Применяется к

UseZooKeeperClustering(ISiloBuilder, Action<OptionsBuilder<ZooKeeperClusteringSiloOptions>>)

Исходный код:
ZooKeeperHostingExtensions.cs
Исходный код:
ZooKeeperHostingExtensions.cs
Исходный код:
ZooKeeperHostingExtensions.cs
Исходный код:
ZooKeeperHostingExtensions.cs

Настраивает хранилище для использования ZooKeeper для членства в кластере.

public static Orleans.Hosting.ISiloBuilder UseZooKeeperClustering (this Orleans.Hosting.ISiloBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.ZooKeeperClusteringSiloOptions>> configureOptions);
static member UseZooKeeperClustering : Orleans.Hosting.ISiloBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.ZooKeeperClusteringSiloOptions>> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseZooKeeperClustering (builder As ISiloBuilder, configureOptions As Action(Of OptionsBuilder(Of ZooKeeperClusteringSiloOptions))) As ISiloBuilder

Параметры

builder
ISiloBuilder

Построитель.

configureOptions
Action<OptionsBuilder<ZooKeeperClusteringSiloOptions>>

Делегат конфигурации.

Возвращаемое значение

Предоставленный ISiloBuilder.

Применяется к

UseZooKeeperClustering(ISiloBuilder, Action<ZooKeeperClusteringSiloOptions>)

Исходный код:
ZooKeeperHostingExtensions.cs
Исходный код:
ZooKeeperHostingExtensions.cs
Исходный код:
ZooKeeperHostingExtensions.cs
Исходный код:
ZooKeeperHostingExtensions.cs

Настраивает хранилище для использования ZooKeeper для членства в кластере.

public static Orleans.Hosting.ISiloBuilder UseZooKeeperClustering (this Orleans.Hosting.ISiloBuilder builder, Action<Orleans.Configuration.ZooKeeperClusteringSiloOptions> configureOptions);
static member UseZooKeeperClustering : Orleans.Hosting.ISiloBuilder * Action<Orleans.Configuration.ZooKeeperClusteringSiloOptions> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseZooKeeperClustering (builder As ISiloBuilder, configureOptions As Action(Of ZooKeeperClusteringSiloOptions)) As ISiloBuilder

Параметры

builder
ISiloBuilder

Построитель.

configureOptions
Action<ZooKeeperClusteringSiloOptions>

Делегат конфигурации.

Возвращаемое значение

Предоставленный ISiloBuilder.

Применяется к

UseZooKeeperClustering(ISiloHostBuilder, Action<OptionsBuilder<ZooKeeperClusteringSiloOptions>>)

Исходный код:
ZooKeeperHostingExtensions.cs

Настраивает хранилище для использования ZooKeeper для членства в кластере.

public static Orleans.Hosting.ISiloHostBuilder UseZooKeeperClustering (this Orleans.Hosting.ISiloHostBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.ZooKeeperClusteringSiloOptions>> configureOptions);
static member UseZooKeeperClustering : Orleans.Hosting.ISiloHostBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.ZooKeeperClusteringSiloOptions>> -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseZooKeeperClustering (builder As ISiloHostBuilder, configureOptions As Action(Of OptionsBuilder(Of ZooKeeperClusteringSiloOptions))) As ISiloHostBuilder

Параметры

builder
ISiloHostBuilder

Построитель.

configureOptions
Action<OptionsBuilder<ZooKeeperClusteringSiloOptions>>

Делегат конфигурации.

Возвращаемое значение

Предоставленный ISiloHostBuilder.

Применяется к

UseZooKeeperClustering(ISiloHostBuilder, Action<ZooKeeperClusteringSiloOptions>)

Исходный код:
ZooKeeperHostingExtensions.cs

Настраивает хранилище для использования ZooKeeper для членства в кластере.

public static Orleans.Hosting.ISiloHostBuilder UseZooKeeperClustering (this Orleans.Hosting.ISiloHostBuilder builder, Action<Orleans.Configuration.ZooKeeperClusteringSiloOptions> configureOptions);
static member UseZooKeeperClustering : Orleans.Hosting.ISiloHostBuilder * Action<Orleans.Configuration.ZooKeeperClusteringSiloOptions> -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseZooKeeperClustering (builder As ISiloHostBuilder, configureOptions As Action(Of ZooKeeperClusteringSiloOptions)) As ISiloHostBuilder

Параметры

builder
ISiloHostBuilder

Построитель.

configureOptions
Action<ZooKeeperClusteringSiloOptions>

Делегат конфигурации.

Возвращаемое значение

Предоставленный ISiloHostBuilder.

Применяется к

UseZooKeeperClustering(IClientBuilder, Action<OptionsBuilder<ZooKeeperGatewayListProviderOptions>>)

Исходный код:
ZooKeeperHostingExtensions.cs

Настройте клиент для использования ZooKeeper для кластеризации.

public static Orleans.IClientBuilder UseZooKeeperClustering (this Orleans.IClientBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.ZooKeeperGatewayListProviderOptions>> configureOptions);
static member UseZooKeeperClustering : Orleans.IClientBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.ZooKeeperGatewayListProviderOptions>> -> Orleans.IClientBuilder
<Extension()>
Public Function UseZooKeeperClustering (builder As IClientBuilder, configureOptions As Action(Of OptionsBuilder(Of ZooKeeperGatewayListProviderOptions))) As IClientBuilder

Параметры

builder
IClientBuilder

Построитель.

configureOptions
Action<OptionsBuilder<ZooKeeperGatewayListProviderOptions>>

Делегат конфигурации.

Возвращаемое значение

Предоставленный IClientBuilder.

Применяется к

UseZooKeeperClustering(IClientBuilder, Action<ZooKeeperGatewayListProviderOptions>)

Исходный код:
ZooKeeperHostingExtensions.cs

Настройте клиент для использования ZooKeeper для кластеризации.

public static Orleans.IClientBuilder UseZooKeeperClustering (this Orleans.IClientBuilder builder, Action<Orleans.Configuration.ZooKeeperGatewayListProviderOptions> configureOptions);
static member UseZooKeeperClustering : Orleans.IClientBuilder * Action<Orleans.Configuration.ZooKeeperGatewayListProviderOptions> -> Orleans.IClientBuilder
<Extension()>
Public Function UseZooKeeperClustering (builder As IClientBuilder, configureOptions As Action(Of ZooKeeperGatewayListProviderOptions)) As IClientBuilder

Параметры

builder
IClientBuilder

Построитель.

configureOptions
Action<ZooKeeperGatewayListProviderOptions>

Делегат конфигурации.

Возвращаемое значение

Предоставленный IClientBuilder.

Применяется к