|
The TokyoTyrantTable class(Информация о версии неизвестна, возможно, только в SVN) ВведениеProvides an API to the table databases. A table database can be create using the following command: ttserver -port 1979 /tmp/tt_table.tct. In Tokyo Tyrant the table API is a schemaless database which can store arbitrary amount of key-value pairs under a single primary key. Обзор классов
TokyoTyrantTable
extends
TokyoTyrant
{
/* Методы */
/* Наследуемые методы */
public TokyoTyrant TokyoTyrant::connect
( string $host
[, int $port = TokyoTyrant::RDBDEF_PORT
[, array $options
]] )
public TokyoTyrant::__construct
([ string $host
[, int $port = TokyoTyrant::RDBDEF_PORT
[, array $options
]]] )
public mixed TokyoTyrant::restore
( string $log_dir
, int $timestamp
[, bool $check_consistency = true
] )
public mixed TokyoTyrant::setMaster
( string $host
, int $port
, int $timestamp
[, bool $check_consistency = true
] )
}Содержание
|
|