C# Class CassandraSharp.ClusterManager

Afficher le fichier Open project: pchalamet/cassandra-sharp

Méthodes publiques

Méthode Description
Configure ( CassandraSharp.Config.CassandraSharpConfig config ) : void
GetCluster ( CassandraSharp.Config.ClusterConfig clusterConfig ) : ICluster
GetCluster ( string name ) : ICluster
Shutdown ( ) : void

Method Details

Configure() public static méthode

public static Configure ( CassandraSharp.Config.CassandraSharpConfig config ) : void
config CassandraSharp.Config.CassandraSharpConfig
Résultat void

GetCluster() public static méthode

public static GetCluster ( CassandraSharp.Config.ClusterConfig clusterConfig ) : ICluster
clusterConfig CassandraSharp.Config.ClusterConfig
Résultat ICluster

GetCluster() public static méthode

public static GetCluster ( string name ) : ICluster
name string
Résultat ICluster

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void