프로퍼티 | 타입 | 설명 | |
---|---|---|---|
iprot_ | |||
oprot_ | |||
seqid_ | int |
메소드 | 설명 | |
---|---|---|
Begin_add ( AsyncCallback callback, object state, byte key, |
||
Begin_atomic_batch_mutate ( AsyncCallback callback, object state, Dictionary |
||
Begin_batch_mutate ( AsyncCallback callback, object state, Dictionary |
||
Begin_describe_cluster_name ( AsyncCallback callback, object state ) : IAsyncResult | ||
Begin_describe_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
Begin_describe_keyspaces ( AsyncCallback callback, object state ) : IAsyncResult | ||
Begin_describe_partitioner ( AsyncCallback callback, object state ) : IAsyncResult | ||
Begin_describe_ring ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
Begin_describe_schema_versions ( AsyncCallback callback, object state ) : IAsyncResult | ||
Begin_describe_snitch ( AsyncCallback callback, object state ) : IAsyncResult | ||
Begin_describe_splits ( AsyncCallback callback, object state, string cfName, string start_token, string end_token, int keys_per_split ) : IAsyncResult | ||
Begin_describe_splits_ex ( AsyncCallback callback, object state, string cfName, string start_token, string end_token, int keys_per_split ) : IAsyncResult | ||
Begin_describe_token_map ( AsyncCallback callback, object state ) : IAsyncResult | ||
Begin_describe_version ( AsyncCallback callback, object state ) : IAsyncResult | ||
Begin_execute_cql3_query ( AsyncCallback callback, object state, byte query, Compression compression, ConsistencyLevel consistency ) : IAsyncResult | ||
Begin_execute_cql_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
Begin_execute_prepared_cql3_query ( AsyncCallback callback, object state, int itemId, List |
||
Begin_execute_prepared_cql_query ( AsyncCallback callback, object state, int itemId, List |
||
Begin_get ( AsyncCallback callback, object state, byte key, |
||
Begin_get_count ( AsyncCallback callback, object state, byte key, |
||
Begin_get_indexed_slices ( AsyncCallback callback, object state, |
||
Begin_get_paged_slice ( AsyncCallback callback, object state, string column_family, |
||
Begin_get_range_slices ( AsyncCallback callback, object state, |
||
Begin_get_slice ( AsyncCallback callback, object state, byte key, |
||
Begin_insert ( AsyncCallback callback, object state, byte key, |
||
Begin_login ( AsyncCallback callback, object state, |
||
Begin_multiget_count ( AsyncCallback callback, object state, List |
||
Begin_multiget_slice ( AsyncCallback callback, object state, List |
||
Begin_prepare_cql3_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
Begin_prepare_cql_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
Begin_remove ( AsyncCallback callback, object state, byte key, |
||
Begin_remove_counter ( AsyncCallback callback, object state, byte key, |
||
Begin_set_cql_version ( AsyncCallback callback, object state, string version ) : IAsyncResult | ||
Begin_set_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
Begin_system_add_column_family ( AsyncCallback callback, object state, |
||
Begin_system_add_keyspace ( AsyncCallback callback, object state, |
||
Begin_system_drop_column_family ( AsyncCallback callback, object state, string column_family ) : IAsyncResult | ||
Begin_system_drop_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
Begin_system_update_column_family ( AsyncCallback callback, object state, |
||
Begin_system_update_keyspace ( AsyncCallback callback, object state, |
||
Begin_trace_next_query ( AsyncCallback callback, object state ) : IAsyncResult | ||
Begin_truncate ( AsyncCallback callback, object state, string cfname ) : IAsyncResult | ||
Client ( |
||
Client ( |
||
End_add ( IAsyncResult asyncResult ) : void | ||
End_atomic_batch_mutate ( IAsyncResult asyncResult ) : void | ||
End_batch_mutate ( IAsyncResult asyncResult ) : void | ||
End_describe_cluster_name ( IAsyncResult asyncResult ) : string | ||
End_describe_keyspace ( IAsyncResult asyncResult ) : |
||
End_describe_keyspaces ( IAsyncResult asyncResult ) : List |
||
End_describe_partitioner ( IAsyncResult asyncResult ) : string | ||
End_describe_ring ( IAsyncResult asyncResult ) : List |
||
End_describe_schema_versions ( IAsyncResult asyncResult ) : List |
||
End_describe_snitch ( IAsyncResult asyncResult ) : string | ||
End_describe_splits ( IAsyncResult asyncResult ) : List |
||
End_describe_splits_ex ( IAsyncResult asyncResult ) : List |
||
End_describe_token_map ( IAsyncResult asyncResult ) : string>.Dictionary |
||
End_describe_version ( IAsyncResult asyncResult ) : string | ||
End_execute_cql3_query ( IAsyncResult asyncResult ) : |
||
End_execute_cql_query ( IAsyncResult asyncResult ) : |
||
End_execute_prepared_cql3_query ( IAsyncResult asyncResult ) : |
||
End_execute_prepared_cql_query ( IAsyncResult asyncResult ) : |
||
End_get ( IAsyncResult asyncResult ) : |
||
End_get_count ( IAsyncResult asyncResult ) : int | ||
End_get_indexed_slices ( IAsyncResult asyncResult ) : List |
||
End_get_paged_slice ( IAsyncResult asyncResult ) : List |
||
End_get_range_slices ( IAsyncResult asyncResult ) : List |
||
End_get_slice ( IAsyncResult asyncResult ) : List |
||
End_insert ( IAsyncResult asyncResult ) : void | ||
End_login ( IAsyncResult asyncResult ) : void | ||
End_multiget_count ( IAsyncResult asyncResult ) : int>.Dictionary |
||
End_multiget_slice ( IAsyncResult asyncResult ) : List |
||
End_prepare_cql3_query ( IAsyncResult asyncResult ) : |
||
End_prepare_cql_query ( IAsyncResult asyncResult ) : |
||
End_remove ( IAsyncResult asyncResult ) : void | ||
End_remove_counter ( IAsyncResult asyncResult ) : void | ||
End_set_cql_version ( IAsyncResult asyncResult ) : void | ||
End_set_keyspace ( IAsyncResult asyncResult ) : void | ||
End_system_add_column_family ( IAsyncResult asyncResult ) : string | ||
End_system_add_keyspace ( IAsyncResult asyncResult ) : string | ||
End_system_drop_column_family ( IAsyncResult asyncResult ) : string | ||
End_system_drop_keyspace ( IAsyncResult asyncResult ) : string | ||
End_system_update_column_family ( IAsyncResult asyncResult ) : string | ||
End_system_update_keyspace ( IAsyncResult asyncResult ) : string | ||
End_trace_next_query ( IAsyncResult asyncResult ) : byte[] | ||
End_truncate ( IAsyncResult asyncResult ) : void | ||
add ( byte key, |
Increment or decrement a counter.
|
|
atomic_batch_mutate ( Dictionary |
Atomically mutate many columns or super columns for many row keys. See also: Mutation. mutation_map maps key to column family to a list of Mutation objects to take place at that scope. *
|
|
batch_mutate ( Dictionary |
Mutate many columns or super columns for many row keys. See also: Mutation. mutation_map maps key to column family to a list of Mutation objects to take place at that scope. *
|
|
describe_cluster_name ( ) : string |
get the cluster name
|
|
describe_keyspace ( string keyspace ) : |
describe specified keyspace
|
|
describe_keyspaces ( ) : List |
list the defined keyspaces in this cluster
|
|
describe_partitioner ( ) : string |
returns the partitioner used by this cluster
|
|
describe_ring ( string keyspace ) : List |
get the token ring: a map of ranges to host addresses, represented as a set of TokenRange instead of a map from range to list of endpoints, because you can't use Thrift structs as map keys: https://issues.apache.org/jira/browse/THRIFT-162 for the same reason, we can't return a set here, even though order is neither important nor predictable.
|
|
describe_schema_versions ( ) : List |
for each schema version present in the cluster, returns a list of nodes at that version. hosts that do not respond will be under the key DatabaseDescriptor.INITIAL_VERSION. the cluster is all on the same version if the size of the map is 1.
|
|
describe_snitch ( ) : string |
returns the snitch used by this cluster
|
|
describe_splits ( string cfName, string start_token, string end_token, int keys_per_split ) : List |
experimental API for hadoop/parallel query support. may change violently and without warning. returns list of token strings such that first subrange is (list[0], list[1]], next is (list[1], list[2]], etc.
|
|
describe_splits_ex ( string cfName, string start_token, string end_token, int keys_per_split ) : List |
||
describe_token_map ( ) : string>.Dictionary |
get the mapping between token->node ip without taking replication into consideration https://issues.apache.org/jira/browse/CASSANDRA-4092
|
|
describe_version ( ) : string |
get the thrift api version
|
|
execute_cql3_query ( byte query, Compression compression, ConsistencyLevel consistency ) : |
||
execute_cql_query ( byte query, Compression compression ) : |
Executes a CQL (Cassandra Query Language) statement and returns a CqlResult containing the results.
|
|
execute_prepared_cql3_query ( int itemId, List |
||
execute_prepared_cql_query ( int itemId, List |
Executes a prepared CQL (Cassandra Query Language) statement by passing an id token and a list of variables to bind and returns a CqlResult containing the results.
|
|
get ( byte key, |
Get the Column or SuperColumn at the given column_path. If no value is present, NotFoundException is thrown. (This is the only method that can throw an exception under non-failure conditions.)
|
|
get_count ( byte key, |
returns the number of columns matching
|
|
get_indexed_slices ( |
Returns the subset of columns specified in SlicePredicate for the rows matching the IndexClause @deprecated use get_range_slices instead with range.row_filter specified
|
|
get_paged_slice ( string column_family, |
returns a range of columns, wrapping to the next rows if necessary to collect max_results.
|
|
get_range_slices ( |
returns a subset of columns for a contiguous range of keys.
|
|
get_slice ( byte key, |
Get the group of columns contained by column_parent (either a ColumnFamily name or a ColumnFamily/SuperColumn name pair) specified by the given SlicePredicate. If no matching values are found, an empty list is returned.
|
|
insert ( byte key, |
Insert a Column at the given column_parent.column_family and optional column_parent.super_column.
|
|
login ( |
||
multiget_count ( List |
Perform a get_count in parallel on the given list
|
|
multiget_slice ( List |
Performs a get_slice for column_parent and predicate for the given keys in parallel.
|
|
prepare_cql3_query ( byte query, Compression compression ) : |
||
prepare_cql_query ( byte query, Compression compression ) : |
Prepare a CQL (Cassandra Query Language) statement by compiling and returning - the type of CQL statement - an id token of the compiled CQL stored on the server side. - a count of the discovered bound markers in the statement
|
|
recv_add ( ) : void | ||
recv_atomic_batch_mutate ( ) : void | ||
recv_batch_mutate ( ) : void | ||
recv_describe_cluster_name ( ) : string | ||
recv_describe_keyspace ( ) : |
||
recv_describe_keyspaces ( ) : List |
||
recv_describe_partitioner ( ) : string | ||
recv_describe_ring ( ) : List |
||
recv_describe_schema_versions ( ) : List |
||
recv_describe_snitch ( ) : string | ||
recv_describe_splits ( ) : List |
||
recv_describe_splits_ex ( ) : List |
||
recv_describe_token_map ( ) : string>.Dictionary |
||
recv_describe_version ( ) : string | ||
recv_execute_cql3_query ( ) : |
||
recv_execute_cql_query ( ) : |
||
recv_execute_prepared_cql3_query ( ) : |
||
recv_execute_prepared_cql_query ( ) : |
||
recv_get ( ) : |
||
recv_get_count ( ) : int | ||
recv_get_indexed_slices ( ) : List |
||
recv_get_paged_slice ( ) : List |
||
recv_get_range_slices ( ) : List |
||
recv_get_slice ( ) : List |
||
recv_insert ( ) : void | ||
recv_login ( ) : void | ||
recv_multiget_count ( ) : int>.Dictionary |
||
recv_multiget_slice ( ) : List |
||
recv_prepare_cql3_query ( ) : |
||
recv_prepare_cql_query ( ) : |
||
recv_remove ( ) : void | ||
recv_remove_counter ( ) : void | ||
recv_set_cql_version ( ) : void | ||
recv_set_keyspace ( ) : void | ||
recv_system_add_column_family ( ) : string | ||
recv_system_add_keyspace ( ) : string | ||
recv_system_drop_column_family ( ) : string | ||
recv_system_drop_keyspace ( ) : string | ||
recv_system_update_column_family ( ) : string | ||
recv_system_update_keyspace ( ) : string | ||
recv_trace_next_query ( ) : byte[] | ||
recv_truncate ( ) : void | ||
remove ( byte key, |
Remove data from the row specified by key at the granularity specified by column_path, and the given timestamp. Note that all the values in column_path besides column_path.column_family are truly optional: you can remove the entire row by just specifying the ColumnFamily, or you can remove a SuperColumn or a single Column by specifying those levels too.
|
|
remove_counter ( byte key, |
Remove a counter at the specified location. Note that counters have limited support for deletes: if you remove a counter, you must wait to issue any following update until the delete has reached all the nodes and all of them have been fully compacted.
|
|
send_add ( AsyncCallback callback, object state, byte key, |
||
send_add ( byte key, |
||
send_atomic_batch_mutate ( AsyncCallback callback, object state, Dictionary |
||
send_atomic_batch_mutate ( Dictionary |
||
send_batch_mutate ( AsyncCallback callback, object state, Dictionary |
||
send_batch_mutate ( Dictionary |
||
send_describe_cluster_name ( AsyncCallback callback, object state ) : IAsyncResult | ||
send_describe_cluster_name ( ) : void | ||
send_describe_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
send_describe_keyspace ( string keyspace ) : void | ||
send_describe_keyspaces ( AsyncCallback callback, object state ) : IAsyncResult | ||
send_describe_keyspaces ( ) : void | ||
send_describe_partitioner ( AsyncCallback callback, object state ) : IAsyncResult | ||
send_describe_partitioner ( ) : void | ||
send_describe_ring ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
send_describe_ring ( string keyspace ) : void | ||
send_describe_schema_versions ( AsyncCallback callback, object state ) : IAsyncResult | ||
send_describe_schema_versions ( ) : void | ||
send_describe_snitch ( AsyncCallback callback, object state ) : IAsyncResult | ||
send_describe_snitch ( ) : void | ||
send_describe_splits ( AsyncCallback callback, object state, string cfName, string start_token, string end_token, int keys_per_split ) : IAsyncResult | ||
send_describe_splits ( string cfName, string start_token, string end_token, int keys_per_split ) : void | ||
send_describe_splits_ex ( AsyncCallback callback, object state, string cfName, string start_token, string end_token, int keys_per_split ) : IAsyncResult | ||
send_describe_splits_ex ( string cfName, string start_token, string end_token, int keys_per_split ) : void | ||
send_describe_token_map ( AsyncCallback callback, object state ) : IAsyncResult | ||
send_describe_token_map ( ) : void | ||
send_describe_version ( AsyncCallback callback, object state ) : IAsyncResult | ||
send_describe_version ( ) : void | ||
send_execute_cql3_query ( AsyncCallback callback, object state, byte query, Compression compression, ConsistencyLevel consistency ) : IAsyncResult | ||
send_execute_cql3_query ( byte query, Compression compression, ConsistencyLevel consistency ) : void | ||
send_execute_cql_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
send_execute_cql_query ( byte query, Compression compression ) : void | ||
send_execute_prepared_cql3_query ( AsyncCallback callback, object state, int itemId, List |
||
send_execute_prepared_cql3_query ( int itemId, List |
||
send_execute_prepared_cql_query ( AsyncCallback callback, object state, int itemId, List |
||
send_execute_prepared_cql_query ( int itemId, List |
||
send_get ( AsyncCallback callback, object state, byte key, |
||
send_get ( byte key, |
||
send_get_count ( AsyncCallback callback, object state, byte key, |
||
send_get_count ( byte key, |
||
send_get_indexed_slices ( AsyncCallback callback, object state, |
||
send_get_indexed_slices ( |
||
send_get_paged_slice ( AsyncCallback callback, object state, string column_family, |
||
send_get_paged_slice ( string column_family, |
||
send_get_range_slices ( AsyncCallback callback, object state, |
||
send_get_range_slices ( |
||
send_get_slice ( AsyncCallback callback, object state, byte key, |
||
send_get_slice ( byte key, |
||
send_insert ( AsyncCallback callback, object state, byte key, |
||
send_insert ( byte key, |
||
send_login ( AsyncCallback callback, object state, |
||
send_login ( |
||
send_multiget_count ( AsyncCallback callback, object state, List |
||
send_multiget_count ( List |
||
send_multiget_slice ( AsyncCallback callback, object state, List |
||
send_multiget_slice ( List |
||
send_prepare_cql3_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
send_prepare_cql3_query ( byte query, Compression compression ) : void | ||
send_prepare_cql_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
send_prepare_cql_query ( byte query, Compression compression ) : void | ||
send_remove ( AsyncCallback callback, object state, byte key, |
||
send_remove ( byte key, |
||
send_remove_counter ( AsyncCallback callback, object state, byte key, |
||
send_remove_counter ( byte key, |
||
send_set_cql_version ( AsyncCallback callback, object state, string version ) : IAsyncResult | ||
send_set_cql_version ( string version ) : void | ||
send_set_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
send_set_keyspace ( string keyspace ) : void | ||
send_system_add_column_family ( AsyncCallback callback, object state, |
||
send_system_add_column_family ( |
||
send_system_add_keyspace ( AsyncCallback callback, object state, |
||
send_system_add_keyspace ( |
||
send_system_drop_column_family ( AsyncCallback callback, object state, string column_family ) : IAsyncResult | ||
send_system_drop_column_family ( string column_family ) : void | ||
send_system_drop_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
send_system_drop_keyspace ( string keyspace ) : void | ||
send_system_update_column_family ( AsyncCallback callback, object state, |
||
send_system_update_column_family ( |
||
send_system_update_keyspace ( AsyncCallback callback, object state, |
||
send_system_update_keyspace ( |
||
send_trace_next_query ( AsyncCallback callback, object state ) : IAsyncResult | ||
send_trace_next_query ( ) : void | ||
send_truncate ( AsyncCallback callback, object state, string cfname ) : IAsyncResult | ||
send_truncate ( string cfname ) : void | ||
set_cql_version ( string version ) : void |
@deprecated This is now a no-op. Please use the CQL3 specific methods instead.
|
|
set_keyspace ( string keyspace ) : void | ||
system_add_column_family ( |
adds a column family. returns the new schema id.
|
|
system_add_keyspace ( |
adds a keyspace and any column families that are part of it. returns the new schema id.
|
|
system_drop_column_family ( string column_family ) : string |
drops a column family. returns the new schema id.
|
|
system_drop_keyspace ( string keyspace ) : string |
drops a keyspace and any column families that are part of it. returns the new schema id.
|
|
system_update_column_family ( |
updates properties of a column family. returns the new schema id.
|
|
system_update_keyspace ( |
updates properties of a keyspace. returns the new schema id.
|
|
trace_next_query ( ) : byte[] |
Enables tracing for the next query in this connection and returns the UUID for that trace session The next query will be traced idependently of trace probability and the returned UUID can be used to query the trace keyspace
|
|
truncate ( string cfname ) : void |
Truncate will mark and entire column family as deleted. From the user's perspective a successful call to truncate will result complete data deletion from cfname. Internally, however, disk space will not be immediatily released, as with all deletes in cassandra, this one only marks the data as deleted. The operation succeeds only if all hosts in the cluster at available and will throw an UnavailableException if some hosts are down.
|
public Begin_add ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_parent | ||
column | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_atomic_batch_mutate ( AsyncCallback callback, object state, Dictionary |
||
callback | AsyncCallback | |
state | object | |
mutation_map | Dictionary |
|
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_batch_mutate ( AsyncCallback callback, object state, Dictionary |
||
callback | AsyncCallback | |
state | object | |
mutation_map | Dictionary |
|
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_describe_cluster_name ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public Begin_describe_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
keyspace | string | |
리턴 | IAsyncResult |
public Begin_describe_keyspaces ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public Begin_describe_partitioner ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public Begin_describe_ring ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
keyspace | string | |
리턴 | IAsyncResult |
public Begin_describe_schema_versions ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public Begin_describe_snitch ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public Begin_describe_splits ( AsyncCallback callback, object state, string cfName, string start_token, string end_token, int keys_per_split ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
cfName | string | |
start_token | string | |
end_token | string | |
keys_per_split | int | |
리턴 | IAsyncResult |
public Begin_describe_splits_ex ( AsyncCallback callback, object state, string cfName, string start_token, string end_token, int keys_per_split ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
cfName | string | |
start_token | string | |
end_token | string | |
keys_per_split | int | |
리턴 | IAsyncResult |
public Begin_describe_token_map ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public Begin_describe_version ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public Begin_execute_cql3_query ( AsyncCallback callback, object state, byte query, Compression compression, ConsistencyLevel consistency ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
query | byte | |
compression | Compression | |
consistency | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_execute_cql_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
query | byte | |
compression | Compression | |
리턴 | IAsyncResult |
public Begin_execute_prepared_cql3_query ( AsyncCallback callback, object state, int itemId, List |
||
callback | AsyncCallback | |
state | object | |
itemId | int | |
values | List |
|
consistency | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_execute_prepared_cql_query ( AsyncCallback callback, object state, int itemId, List |
||
callback | AsyncCallback | |
state | object | |
itemId | int | |
values | List |
|
리턴 | IAsyncResult |
public Begin_get ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_path | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_get_count ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_get_indexed_slices ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
column_parent | ||
index_clause | ||
column_predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_get_paged_slice ( AsyncCallback callback, object state, string column_family, |
||
callback | AsyncCallback | |
state | object | |
column_family | string | |
range | ||
start_column | byte | |
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_get_range_slices ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
column_parent | ||
predicate | ||
range | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_get_slice ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_insert ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_parent | ||
column | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_login ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
auth_request | ||
리턴 | IAsyncResult |
public Begin_multiget_count ( AsyncCallback callback, object state, List |
||
callback | AsyncCallback | |
state | object | |
keys | List |
|
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_multiget_slice ( AsyncCallback callback, object state, List |
||
callback | AsyncCallback | |
state | object | |
keys | List |
|
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_prepare_cql3_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
query | byte | |
compression | Compression | |
리턴 | IAsyncResult |
public Begin_prepare_cql_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
query | byte | |
compression | Compression | |
리턴 | IAsyncResult |
public Begin_remove ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_path | ||
timestamp | long | |
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_remove_counter ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
path | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public Begin_set_cql_version ( AsyncCallback callback, object state, string version ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
version | string | |
리턴 | IAsyncResult |
public Begin_set_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
keyspace | string | |
리턴 | IAsyncResult |
public Begin_system_add_column_family ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
cf_def | ||
리턴 | IAsyncResult |
public Begin_system_add_keyspace ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
ks_def | ||
리턴 | IAsyncResult |
public Begin_system_drop_column_family ( AsyncCallback callback, object state, string column_family ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
column_family | string | |
리턴 | IAsyncResult |
public Begin_system_drop_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
keyspace | string | |
리턴 | IAsyncResult |
public Begin_system_update_column_family ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
cf_def | ||
리턴 | IAsyncResult |
public Begin_system_update_keyspace ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
ks_def | ||
리턴 | IAsyncResult |
public Begin_trace_next_query ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public Begin_truncate ( AsyncCallback callback, object state, string cfname ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
cfname | string | |
리턴 | IAsyncResult |
public Client ( |
||
iprot | ||
oprot | ||
리턴 | System |
public End_add ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public End_atomic_batch_mutate ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public End_batch_mutate ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public End_describe_cluster_name ( IAsyncResult asyncResult ) : string | ||
asyncResult | IAsyncResult | |
리턴 | string |
public End_describe_keyspace ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | |
리턴 |
public End_describe_keyspaces ( IAsyncResult asyncResult ) : List |
||
asyncResult | IAsyncResult | |
리턴 | List |
public End_describe_partitioner ( IAsyncResult asyncResult ) : string | ||
asyncResult | IAsyncResult | |
리턴 | string |
public End_describe_ring ( IAsyncResult asyncResult ) : List |
||
asyncResult | IAsyncResult | |
리턴 | List |
public End_describe_schema_versions ( IAsyncResult asyncResult ) : List |
||
asyncResult | IAsyncResult | |
리턴 | List |
public End_describe_snitch ( IAsyncResult asyncResult ) : string | ||
asyncResult | IAsyncResult | |
리턴 | string |
public End_describe_splits ( IAsyncResult asyncResult ) : List |
||
asyncResult | IAsyncResult | |
리턴 | List |
public End_describe_splits_ex ( IAsyncResult asyncResult ) : List |
||
asyncResult | IAsyncResult | |
리턴 | List |
public End_describe_token_map ( IAsyncResult asyncResult ) : string>.Dictionary |
||
asyncResult | IAsyncResult | |
리턴 | string>.Dictionary |
public End_describe_version ( IAsyncResult asyncResult ) : string | ||
asyncResult | IAsyncResult | |
리턴 | string |
public End_execute_cql3_query ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | |
리턴 |
public End_execute_cql_query ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | |
리턴 |
public End_execute_prepared_cql3_query ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | |
리턴 |
public End_execute_prepared_cql_query ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | |
리턴 |
public End_get ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | |
리턴 |
public End_get_count ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
리턴 | int |
public End_get_indexed_slices ( IAsyncResult asyncResult ) : List |
||
asyncResult | IAsyncResult | |
리턴 | List |
public End_get_paged_slice ( IAsyncResult asyncResult ) : List |
||
asyncResult | IAsyncResult | |
리턴 | List |
public End_get_range_slices ( IAsyncResult asyncResult ) : List |
||
asyncResult | IAsyncResult | |
리턴 | List |
public End_get_slice ( IAsyncResult asyncResult ) : List |
||
asyncResult | IAsyncResult | |
리턴 | List |
public End_insert ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public End_login ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public End_multiget_count ( IAsyncResult asyncResult ) : int>.Dictionary |
||
asyncResult | IAsyncResult | |
리턴 | int>.Dictionary |
public End_multiget_slice ( IAsyncResult asyncResult ) : List |
||
asyncResult | IAsyncResult | |
리턴 | List |
public End_prepare_cql3_query ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | |
리턴 |
public End_prepare_cql_query ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | |
리턴 |
public End_remove ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public End_remove_counter ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public End_set_cql_version ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public End_set_keyspace ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public End_system_add_column_family ( IAsyncResult asyncResult ) : string | ||
asyncResult | IAsyncResult | |
리턴 | string |
public End_system_add_keyspace ( IAsyncResult asyncResult ) : string | ||
asyncResult | IAsyncResult | |
리턴 | string |
public End_system_drop_column_family ( IAsyncResult asyncResult ) : string | ||
asyncResult | IAsyncResult | |
리턴 | string |
public End_system_drop_keyspace ( IAsyncResult asyncResult ) : string | ||
asyncResult | IAsyncResult | |
리턴 | string |
public End_system_update_column_family ( IAsyncResult asyncResult ) : string | ||
asyncResult | IAsyncResult | |
리턴 | string |
public End_system_update_keyspace ( IAsyncResult asyncResult ) : string | ||
asyncResult | IAsyncResult | |
리턴 | string |
public End_trace_next_query ( IAsyncResult asyncResult ) : byte[] | ||
asyncResult | IAsyncResult | |
리턴 | byte[] |
public End_truncate ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public add ( byte key, |
||
key | byte | |
column_parent | ||
column | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public atomic_batch_mutate ( Dictionary |
||
mutation_map | Dictionary |
|
consistency_level | ConsistencyLevel | |
리턴 | void |
public batch_mutate ( Dictionary |
||
mutation_map | Dictionary |
|
consistency_level | ConsistencyLevel | |
리턴 | void |
public describe_keyspace ( string keyspace ) : |
||
keyspace | string | |
리턴 |
public describe_schema_versions ( ) : List |
||
리턴 | List |
public describe_splits ( string cfName, string start_token, string end_token, int keys_per_split ) : List |
||
cfName | string | |
start_token | string | |
end_token | string | |
keys_per_split | int | |
리턴 | List |
public describe_splits_ex ( string cfName, string start_token, string end_token, int keys_per_split ) : List |
||
cfName | string | |
start_token | string | |
end_token | string | |
keys_per_split | int | |
리턴 | List |
public describe_token_map ( ) : string>.Dictionary |
||
리턴 | string>.Dictionary |
public execute_cql3_query ( byte query, Compression compression, ConsistencyLevel consistency ) : |
||
query | byte | |
compression | Compression | |
consistency | ConsistencyLevel | |
리턴 |
public execute_cql_query ( byte query, Compression compression ) : |
||
query | byte | |
compression | Compression | |
리턴 |
public execute_prepared_cql3_query ( int itemId, List |
||
itemId | int | |
values | List |
|
consistency | ConsistencyLevel | |
리턴 |
public execute_prepared_cql_query ( int itemId, List |
||
itemId | int | |
values | List |
|
리턴 |
public get ( byte key, |
||
key | byte | |
column_path | ||
consistency_level | ConsistencyLevel | |
리턴 |
public get_count ( byte key, |
||
key | byte | |
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | int |
public get_indexed_slices ( |
||
column_parent | ||
index_clause | ||
column_predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | List |
public get_paged_slice ( string column_family, |
||
column_family | string | |
range | ||
start_column | byte | |
consistency_level | ConsistencyLevel | |
리턴 | List |
public get_range_slices ( |
||
column_parent | ||
predicate | ||
range | ||
consistency_level | ConsistencyLevel | |
리턴 | List |
public get_slice ( byte key, |
||
key | byte | |
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | List |
public insert ( byte key, |
||
key | byte | |
column_parent | ||
column | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public login ( |
||
auth_request | ||
리턴 | void |
public multiget_count ( List |
||
keys | List |
|
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | int>.Dictionary |
public multiget_slice ( List |
||
keys | List |
|
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | List |
public prepare_cql3_query ( byte query, Compression compression ) : |
||
query | byte | |
compression | Compression | |
리턴 |
public prepare_cql_query ( byte query, Compression compression ) : |
||
query | byte | |
compression | Compression | |
리턴 |
public recv_describe_schema_versions ( ) : List |
||
리턴 | List |
public recv_describe_token_map ( ) : string>.Dictionary |
||
리턴 | string>.Dictionary |
public recv_execute_prepared_cql3_query ( ) : |
||
리턴 |
public recv_execute_prepared_cql_query ( ) : |
||
리턴 |
public recv_prepare_cql3_query ( ) : |
||
리턴 |
public recv_prepare_cql_query ( ) : |
||
리턴 |
public recv_system_drop_column_family ( ) : string | ||
리턴 | string |
public recv_system_update_column_family ( ) : string | ||
리턴 | string |
public remove ( byte key, |
||
key | byte | |
column_path | ||
timestamp | long | |
consistency_level | ConsistencyLevel | |
리턴 | void |
public remove_counter ( byte key, |
||
key | byte | |
path | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_add ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_parent | ||
column | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_add ( byte key, |
||
key | byte | |
column_parent | ||
column | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_atomic_batch_mutate ( AsyncCallback callback, object state, Dictionary |
||
callback | AsyncCallback | |
state | object | |
mutation_map | Dictionary |
|
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_atomic_batch_mutate ( Dictionary |
||
mutation_map | Dictionary |
|
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_batch_mutate ( AsyncCallback callback, object state, Dictionary |
||
callback | AsyncCallback | |
state | object | |
mutation_map | Dictionary |
|
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_batch_mutate ( Dictionary |
||
mutation_map | Dictionary |
|
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_describe_cluster_name ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public send_describe_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
keyspace | string | |
리턴 | IAsyncResult |
public send_describe_keyspace ( string keyspace ) : void | ||
keyspace | string | |
리턴 | void |
public send_describe_keyspaces ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public send_describe_partitioner ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public send_describe_ring ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
keyspace | string | |
리턴 | IAsyncResult |
public send_describe_ring ( string keyspace ) : void | ||
keyspace | string | |
리턴 | void |
public send_describe_schema_versions ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public send_describe_snitch ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public send_describe_splits ( AsyncCallback callback, object state, string cfName, string start_token, string end_token, int keys_per_split ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
cfName | string | |
start_token | string | |
end_token | string | |
keys_per_split | int | |
리턴 | IAsyncResult |
public send_describe_splits ( string cfName, string start_token, string end_token, int keys_per_split ) : void | ||
cfName | string | |
start_token | string | |
end_token | string | |
keys_per_split | int | |
리턴 | void |
public send_describe_splits_ex ( AsyncCallback callback, object state, string cfName, string start_token, string end_token, int keys_per_split ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
cfName | string | |
start_token | string | |
end_token | string | |
keys_per_split | int | |
리턴 | IAsyncResult |
public send_describe_splits_ex ( string cfName, string start_token, string end_token, int keys_per_split ) : void | ||
cfName | string | |
start_token | string | |
end_token | string | |
keys_per_split | int | |
리턴 | void |
public send_describe_token_map ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public send_describe_version ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public send_execute_cql3_query ( AsyncCallback callback, object state, byte query, Compression compression, ConsistencyLevel consistency ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
query | byte | |
compression | Compression | |
consistency | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_execute_cql3_query ( byte query, Compression compression, ConsistencyLevel consistency ) : void | ||
query | byte | |
compression | Compression | |
consistency | ConsistencyLevel | |
리턴 | void |
public send_execute_cql_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
query | byte | |
compression | Compression | |
리턴 | IAsyncResult |
public send_execute_cql_query ( byte query, Compression compression ) : void | ||
query | byte | |
compression | Compression | |
리턴 | void |
public send_execute_prepared_cql3_query ( AsyncCallback callback, object state, int itemId, List |
||
callback | AsyncCallback | |
state | object | |
itemId | int | |
values | List |
|
consistency | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_execute_prepared_cql3_query ( int itemId, List |
||
itemId | int | |
values | List |
|
consistency | ConsistencyLevel | |
리턴 | void |
public send_execute_prepared_cql_query ( AsyncCallback callback, object state, int itemId, List |
||
callback | AsyncCallback | |
state | object | |
itemId | int | |
values | List |
|
리턴 | IAsyncResult |
public send_execute_prepared_cql_query ( int itemId, List |
||
itemId | int | |
values | List |
|
리턴 | void |
public send_get ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_path | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_get ( byte key, |
||
key | byte | |
column_path | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_get_count ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_get_count ( byte key, |
||
key | byte | |
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_get_indexed_slices ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
column_parent | ||
index_clause | ||
column_predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_get_indexed_slices ( |
||
column_parent | ||
index_clause | ||
column_predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_get_paged_slice ( AsyncCallback callback, object state, string column_family, |
||
callback | AsyncCallback | |
state | object | |
column_family | string | |
range | ||
start_column | byte | |
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_get_paged_slice ( string column_family, |
||
column_family | string | |
range | ||
start_column | byte | |
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_get_range_slices ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
column_parent | ||
predicate | ||
range | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_get_range_slices ( |
||
column_parent | ||
predicate | ||
range | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_get_slice ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_get_slice ( byte key, |
||
key | byte | |
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_insert ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_parent | ||
column | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_insert ( byte key, |
||
key | byte | |
column_parent | ||
column | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_login ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
auth_request | ||
리턴 | IAsyncResult |
public send_login ( |
||
auth_request | ||
리턴 | void |
public send_multiget_count ( AsyncCallback callback, object state, List |
||
callback | AsyncCallback | |
state | object | |
keys | List |
|
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_multiget_count ( List |
||
keys | List |
|
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_multiget_slice ( AsyncCallback callback, object state, List |
||
callback | AsyncCallback | |
state | object | |
keys | List |
|
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_multiget_slice ( List |
||
keys | List |
|
column_parent | ||
predicate | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_prepare_cql3_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
query | byte | |
compression | Compression | |
리턴 | IAsyncResult |
public send_prepare_cql3_query ( byte query, Compression compression ) : void | ||
query | byte | |
compression | Compression | |
리턴 | void |
public send_prepare_cql_query ( AsyncCallback callback, object state, byte query, Compression compression ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
query | byte | |
compression | Compression | |
리턴 | IAsyncResult |
public send_prepare_cql_query ( byte query, Compression compression ) : void | ||
query | byte | |
compression | Compression | |
리턴 | void |
public send_remove ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
column_path | ||
timestamp | long | |
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_remove ( byte key, |
||
key | byte | |
column_path | ||
timestamp | long | |
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_remove_counter ( AsyncCallback callback, object state, byte key, |
||
callback | AsyncCallback | |
state | object | |
key | byte | |
path | ||
consistency_level | ConsistencyLevel | |
리턴 | IAsyncResult |
public send_remove_counter ( byte key, |
||
key | byte | |
path | ||
consistency_level | ConsistencyLevel | |
리턴 | void |
public send_set_cql_version ( AsyncCallback callback, object state, string version ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
version | string | |
리턴 | IAsyncResult |
public send_set_cql_version ( string version ) : void | ||
version | string | |
리턴 | void |
public send_set_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
keyspace | string | |
리턴 | IAsyncResult |
public send_set_keyspace ( string keyspace ) : void | ||
keyspace | string | |
리턴 | void |
public send_system_add_column_family ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
cf_def | ||
리턴 | IAsyncResult |
public send_system_add_column_family ( |
||
cf_def | ||
리턴 | void |
public send_system_add_keyspace ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
ks_def | ||
리턴 | IAsyncResult |
public send_system_add_keyspace ( |
||
ks_def | ||
리턴 | void |
public send_system_drop_column_family ( AsyncCallback callback, object state, string column_family ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
column_family | string | |
리턴 | IAsyncResult |
public send_system_drop_column_family ( string column_family ) : void | ||
column_family | string | |
리턴 | void |
public send_system_drop_keyspace ( AsyncCallback callback, object state, string keyspace ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
keyspace | string | |
리턴 | IAsyncResult |
public send_system_drop_keyspace ( string keyspace ) : void | ||
keyspace | string | |
리턴 | void |
public send_system_update_column_family ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
cf_def | ||
리턴 | IAsyncResult |
public send_system_update_column_family ( |
||
cf_def | ||
리턴 | void |
public send_system_update_keyspace ( AsyncCallback callback, object state, |
||
callback | AsyncCallback | |
state | object | |
ks_def | ||
리턴 | IAsyncResult |
public send_system_update_keyspace ( |
||
ks_def | ||
리턴 | void |
public send_trace_next_query ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public send_truncate ( AsyncCallback callback, object state, string cfname ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
cfname | string | |
리턴 | IAsyncResult |
public system_add_column_family ( |
||
cf_def | ||
리턴 | string |
public system_add_keyspace ( |
||
ks_def | ||
리턴 | string |
public system_drop_column_family ( string column_family ) : string | ||
column_family | string | |
리턴 | string |
public system_drop_keyspace ( string keyspace ) : string | ||
keyspace | string | |
리턴 | string |
public system_update_column_family ( |
||
cf_def | ||
리턴 | string |
public system_update_keyspace ( |
||
ks_def | ||
리턴 | string |