C# 클래스 CassandraSharp.ClusterManager

파일 보기 프로젝트 열기: pchalamet/cassandra-sharp

공개 메소드들

메소드 설명
Configure ( CassandraSharp.Config.CassandraSharpConfig config ) : void
GetCluster ( CassandraSharp.Config.ClusterConfig clusterConfig ) : ICluster
GetCluster ( string name ) : ICluster
Shutdown ( ) : void

메소드 상세

Configure() 공개 정적인 메소드

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

GetCluster() 공개 정적인 메소드

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

GetCluster() 공개 정적인 메소드

public static GetCluster ( string name ) : ICluster
name string
리턴 ICluster

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void