PHP 인터페이스 CassandraIf, phpcassa

파일 보기 프로젝트 열기: hoan/phpcassa

공개 메소드들

메소드 설명
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 )

메소드 상세

batch_insert() 공개 메소드

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

batch_mutate() 공개 메소드

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

describe_cluster_name() 공개 메소드

describe_keyspace() 공개 메소드

public describe_keyspace ( $keyspace )

describe_keyspaces() 공개 메소드

public describe_keyspaces ( )

describe_ring() 공개 메소드

public describe_ring ( $keyspace )

describe_splits() 공개 메소드

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

describe_version() 공개 메소드

public describe_version ( )

get() 공개 메소드

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

get_count() 공개 메소드

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

get_range_slice() 공개 메소드

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

get_range_slices() 공개 메소드

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

get_slice() 공개 메소드

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

get_string_list_property() 공개 메소드

public get_string_list_property ( $property )

get_string_property() 공개 메소드

public get_string_property ( $property )

insert() 공개 메소드

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

login() 공개 메소드

public login ( $keyspace, $auth_request )

multiget() 공개 메소드

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

multiget_slice() 공개 메소드

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

remove() 공개 메소드

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