Method | Description | |
---|---|---|
Configure ( CassandraSharp.Config.CassandraSharpConfig config ) : void | ||
GetCluster ( CassandraSharp.Config.ClusterConfig clusterConfig ) : ICluster | ||
GetCluster ( string name ) : ICluster | ||
Shutdown ( ) : void |
public static Configure ( CassandraSharp.Config.CassandraSharpConfig config ) : void | ||
config | CassandraSharp.Config.CassandraSharpConfig | |
return | void |
public static GetCluster ( CassandraSharp.Config.ClusterConfig clusterConfig ) : ICluster | ||
clusterConfig | CassandraSharp.Config.ClusterConfig | |
return | ICluster |
public static GetCluster ( string name ) : ICluster | ||
name | string | |
return | ICluster |