메소드 | 설명 | |
---|---|---|
ConnectionBuilder ( string connectionString ) : System |
|
|
ConnectionBuilder ( string keyspace, |
||
ConnectionBuilder ( string keyspace, string host, int port = Server.DefaultPort, int connectionTimeout = Server.DefaultTimeout, bool pooling = false, int minPoolSize, int maxPoolSize = 100, int connectionLifetime, ConnectionType connectionType = ConnectionType.Framed, int bufferSize = 1024, ConsistencyLevel read = ConsistencyLevel.QUORUM, ConsistencyLevel write = ConsistencyLevel.QUORUM, string cqlVersion = FluentCassandra.Connections.CqlVersion.ServerDefault, bool compressCqlQueries = true, string username = null, string password = null ) : System |
|
메소드 | 설명 | |
---|---|---|
GetConnectionString ( ) : string | ||
InitializeConnectionString ( string connectionString ) : void |
|
public ConnectionBuilder ( string connectionString ) : System | ||
connectionString | string | |
리턴 | System |
public ConnectionBuilder ( string keyspace, |
||
keyspace | string | |
server | ||
pooling | bool | |
minPoolSize | int | |
maxPoolSize | int | |
connectionLifetime | int | |
connectionType | ConnectionType | |
bufferSize | int | |
read | ConsistencyLevel | |
write | ConsistencyLevel | |
cqlVersion | string | |
compressCqlQueries | bool | |
username | string | |
password | string | |
리턴 | System |
public ConnectionBuilder ( string keyspace, string host, int port = Server.DefaultPort, int connectionTimeout = Server.DefaultTimeout, bool pooling = false, int minPoolSize, int maxPoolSize = 100, int connectionLifetime, ConnectionType connectionType = ConnectionType.Framed, int bufferSize = 1024, ConsistencyLevel read = ConsistencyLevel.QUORUM, ConsistencyLevel write = ConsistencyLevel.QUORUM, string cqlVersion = FluentCassandra.Connections.CqlVersion.ServerDefault, bool compressCqlQueries = true, string username = null, string password = null ) : System | ||
keyspace | string | |
host | string | |
port | int | |
connectionTimeout | int | |
pooling | bool | |
minPoolSize | int | |
maxPoolSize | int | |
connectionLifetime | int | |
connectionType | ConnectionType | |
bufferSize | int | |
read | ConsistencyLevel | |
write | ConsistencyLevel | |
cqlVersion | string | |
compressCqlQueries | bool | |
username | string | |
password | string | |
리턴 | System |