Apache Ignite.NET
Apache.Ignite.Core.Services.ServiceConfiguration Class Reference

Service configuration. More...

Properties

string Name [get, set]
 Gets or sets the service name. More...
 
IService Service [get, set]
 Gets or sets the service instance. More...
 
int TotalCount [get, set]
 Gets or sets the total number of deployed service instances in the cluster, 0 for unlimited. More...
 
int MaxPerNodeCount [get, set]
 Gets or sets maximum number of deployed service instances on each node, 0 for unlimited. More...
 
string CacheName [get, set]
 Gets or sets cache name used for key-to-node affinity calculation. More...
 
object AffinityKey [get, set]
 Gets or sets affinity key used for key-to-node affinity calculation. More...
 
IClusterNodeFilter NodeFilter [get, set]
 Gets or sets node filter used to filter nodes on which the service will be deployed. More...
 

Detailed Description

Property Documentation

object Apache.Ignite.Core.Services.ServiceConfiguration.AffinityKey
getset
string Apache.Ignite.Core.Services.ServiceConfiguration.CacheName
getset
int Apache.Ignite.Core.Services.ServiceConfiguration.MaxPerNodeCount
getset
string Apache.Ignite.Core.Services.ServiceConfiguration.Name
getset
IClusterNodeFilter Apache.Ignite.Core.Services.ServiceConfiguration.NodeFilter
getset
IService Apache.Ignite.Core.Services.ServiceConfiguration.Service
getset
int Apache.Ignite.Core.Services.ServiceConfiguration.TotalCount
getset