C# Class CassandraSharp.ClusterManager

Mostrar archivo Open project: pchalamet/cassandra-sharp

Public Methods

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

Method Details

Configure() public static method

public static Configure ( CassandraSharp.Config.CassandraSharpConfig config ) : void
config CassandraSharp.Config.CassandraSharpConfig
return void

GetCluster() public static method

public static GetCluster ( CassandraSharp.Config.ClusterConfig clusterConfig ) : ICluster
clusterConfig CassandraSharp.Config.ClusterConfig
return ICluster

GetCluster() public static method

public static GetCluster ( string name ) : ICluster
name string
return ICluster

Shutdown() public static method

public static Shutdown ( ) : void
return void