Method | Description | |
---|---|---|
BeginExecute ( IStatement statement, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginExecute ( string cqlQuery, ConsistencyLevel consistency, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginPrepare ( string cqlQuery, AsyncCallback callback, object state ) : IAsyncResult | ||
ChangeKeyspace ( string keyspaceName ) : void | ||
CreateKeyspace ( string keyspaceName, string>.Dictionary |
||
CreateKeyspaceIfNotExists ( string keyspaceName, string>.Dictionary |
||
DeleteKeyspace ( string keyspaceName ) : void | ||
DeleteKeyspaceIfExists ( string keyspaceName ) : void | ||
Dispose ( ) : void | ||
DseSession ( ISession coreSession, |
||
EndExecute ( IAsyncResult ar ) : Cassandra.RowSet | ||
EndPrepare ( IAsyncResult ar ) : Cassandra.PreparedStatement | ||
Execute ( IStatement statement ) : Cassandra.RowSet | ||
Execute ( string cqlQuery ) : Cassandra.RowSet | ||
Execute ( string cqlQuery, ConsistencyLevel consistency ) : Cassandra.RowSet | ||
Execute ( string cqlQuery, int pageSize ) : Cassandra.RowSet | ||
ExecuteAsync ( IStatement statement ) : Task |
||
ExecuteGraph ( IGraphStatement statement ) : GraphResultSet | ||
ExecuteGraphAsync ( IGraphStatement graphStatement ) : Task |
||
GetAnalyticsMaster ( IStatement statement, IGraphStatement graphStatement ) : Task |
||
Prepare ( string cqlQuery ) : Cassandra.PreparedStatement | ||
Prepare ( string cqlQuery, byte[]>.IDictionary |
||
PrepareAsync ( string cqlQuery ) : Task |
||
PrepareAsync ( string cqlQuery, byte[]>.IDictionary |
||
WaitForSchemaAgreement ( |
||
WaitForSchemaAgreement ( Cassandra.RowSet rs ) : void |
Method | Description | |
---|---|---|
AdaptRpcMasterResult ( Task |
public BeginExecute ( IStatement statement, AsyncCallback callback, object state ) : IAsyncResult | ||
statement | IStatement | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginExecute ( string cqlQuery, ConsistencyLevel consistency, AsyncCallback callback, object state ) : IAsyncResult | ||
cqlQuery | string | |
consistency | ConsistencyLevel | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginPrepare ( string cqlQuery, AsyncCallback callback, object state ) : IAsyncResult | ||
cqlQuery | string | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public ChangeKeyspace ( string keyspaceName ) : void | ||
keyspaceName | string | |
return | void |
public CreateKeyspace ( string keyspaceName, string>.Dictionary |
||
keyspaceName | string | |
replication | string>.Dictionary | |
durableWrites | bool | |
return | void |
public CreateKeyspaceIfNotExists ( string keyspaceName, string>.Dictionary |
||
keyspaceName | string | |
replication | string>.Dictionary | |
durableWrites | bool | |
return | void |
public DeleteKeyspace ( string keyspaceName ) : void | ||
keyspaceName | string | |
return | void |
public DeleteKeyspaceIfExists ( string keyspaceName ) : void | ||
keyspaceName | string | |
return | void |
public DseSession ( ISession coreSession, |
||
coreSession | ISession | |
config | ||
return | System |
public EndExecute ( IAsyncResult ar ) : Cassandra.RowSet | ||
ar | IAsyncResult | |
return | Cassandra.RowSet |
public EndPrepare ( IAsyncResult ar ) : Cassandra.PreparedStatement | ||
ar | IAsyncResult | |
return | Cassandra.PreparedStatement |
public Execute ( IStatement statement ) : Cassandra.RowSet | ||
statement | IStatement | |
return | Cassandra.RowSet |
public Execute ( string cqlQuery ) : Cassandra.RowSet | ||
cqlQuery | string | |
return | Cassandra.RowSet |
public Execute ( string cqlQuery, ConsistencyLevel consistency ) : Cassandra.RowSet | ||
cqlQuery | string | |
consistency | ConsistencyLevel | |
return | Cassandra.RowSet |
public Execute ( string cqlQuery, int pageSize ) : Cassandra.RowSet | ||
cqlQuery | string | |
pageSize | int | |
return | Cassandra.RowSet |
public ExecuteAsync ( IStatement statement ) : Task |
||
statement | IStatement | |
return | Task |
public ExecuteGraph ( IGraphStatement statement ) : GraphResultSet | ||
statement | IGraphStatement | |
return | GraphResultSet |
public ExecuteGraphAsync ( IGraphStatement graphStatement ) : Task |
||
graphStatement | IGraphStatement | |
return | Task |
public GetAnalyticsMaster ( IStatement statement, IGraphStatement graphStatement ) : Task |
||
statement | IStatement | |
graphStatement | IGraphStatement | |
return | Task |
public Prepare ( string cqlQuery ) : Cassandra.PreparedStatement | ||
cqlQuery | string | |
return | Cassandra.PreparedStatement |
public Prepare ( string cqlQuery, byte[]>.IDictionary |
||
cqlQuery | string | |
customPayload | byte[]>.IDictionary | |
return | Cassandra.PreparedStatement |
public PrepareAsync ( string cqlQuery ) : Task |
||
cqlQuery | string | |
return | Task |
public PrepareAsync ( string cqlQuery, byte[]>.IDictionary |
||
cqlQuery | string | |
customPayload | byte[]>.IDictionary | |
return | Task |
public WaitForSchemaAgreement ( |
||
forHost | ||
return | bool |
public WaitForSchemaAgreement ( Cassandra.RowSet rs ) : void | ||
rs | Cassandra.RowSet | |
return | void |