PHP Interface CassandraIf, phpcassa

Afficher le fichier Open project: hoan/phpcassa

Méthodes publiques

Méthode Description
batch_insert ( $keyspace, $key, $cfmap, $consistency_level )
batch_mutate ( $keyspace, $mutation_map, $consistency_level )
describe_cluster_name ( )
describe_keyspace ( $keyspace )
describe_keyspaces ( )
describe_ring ( $keyspace )
describe_splits ( $start_token, $end_token, $keys_per_split )
describe_version ( )
get ( $keyspace, $key, $column_path, $consistency_level )
get_count ( $keyspace, $key, $column_parent, $consistency_level )
get_range_slice ( $keyspace, $column_parent, $predicate, $start_key, $finish_key, $row_count, $consistency_level )
get_range_slices ( $keyspace, $column_parent, $predicate, $range, $consistency_level )
get_slice ( $keyspace, $key, $column_parent, $predicate, $consistency_level )
get_string_list_property ( $property )
get_string_property ( $property )
insert ( $keyspace, $key, $column_path, $value, $timestamp, $consistency_level )
login ( $keyspace, $auth_request )
multiget ( $keyspace, $keys, $column_path, $consistency_level )
multiget_slice ( $keyspace, $keys, $column_parent, $predicate, $consistency_level )
remove ( $keyspace, $key, $column_path, $timestamp, $consistency_level )

Method Details

batch_insert() public méthode

public batch_insert ( $keyspace, $key, $cfmap, $consistency_level )

batch_mutate() public méthode

public batch_mutate ( $keyspace, $mutation_map, $consistency_level )

describe_cluster_name() public méthode

describe_keyspace() public méthode

public describe_keyspace ( $keyspace )

describe_keyspaces() public méthode

public describe_keyspaces ( )

describe_ring() public méthode

public describe_ring ( $keyspace )

describe_splits() public méthode

public describe_splits ( $start_token, $end_token, $keys_per_split )

describe_version() public méthode

public describe_version ( )

get() public méthode

public get ( $keyspace, $key, $column_path, $consistency_level )

get_count() public méthode

public get_count ( $keyspace, $key, $column_parent, $consistency_level )

get_range_slice() public méthode

public get_range_slice ( $keyspace, $column_parent, $predicate, $start_key, $finish_key, $row_count, $consistency_level )

get_range_slices() public méthode

public get_range_slices ( $keyspace, $column_parent, $predicate, $range, $consistency_level )

get_slice() public méthode

public get_slice ( $keyspace, $key, $column_parent, $predicate, $consistency_level )

get_string_list_property() public méthode

public get_string_list_property ( $property )

get_string_property() public méthode

public get_string_property ( $property )

insert() public méthode

public insert ( $keyspace, $key, $column_path, $value, $timestamp, $consistency_level )

login() public méthode

public login ( $keyspace, $auth_request )

multiget() public méthode

public multiget ( $keyspace, $keys, $column_path, $consistency_level )

multiget_slice() public méthode

public multiget_slice ( $keyspace, $keys, $column_parent, $predicate, $consistency_level )

remove() public méthode

public remove ( $keyspace, $key, $column_path, $timestamp, $consistency_level )