CassandraClusteringOptions
class
Namespace: Orleans.Clustering.Cassandra.Hosting
Options for configuring Cassandra clustering.
public class CassandraClusteringOptionsConstructors
Properties
InitializeRetryMaxDelaySpecifies the maximum amount of time to wait after encountering contention during initialization before retrying.UseCassandraTtlOptionally configure time-to-live behavior for the membership table row data in Cassandra itself, allowing defunct silo cleanup even if a cluster is no longer running. When this istrue,ClusterMembershipOptionsCAN be null to enable Cassandra-only defunct silo cleanup. Either way, the Cassandra TTL will still be configured from the configuredClusterMembershipOptionsvalue.
Methods
ConfigureClient(Func<IServiceProvider, Task<ISession>>)Configures the Cassandra client.ConfigureClient(string, string)Configures the Cassandra client.
