PHP Класс Cassandra\DefaultMaterializedView

Наследование: implements MaterializedView
Показать файл Открыть проект

Открытые методы

Метод Описание
baseTable ( ) : Cassandra\Table {@inheritDoc}
bloomFilterFPChance ( ) : float {@inheritDoc}
caching ( ) : string {@inheritDoc}
clusteringKey ( ) : array {@inheritDoc}
clusteringOrder ( ) : array {@inheritDoc}
column ( string $name ) : Cassandra\Column {@inheritDoc}
columns ( ) : array {@inheritDoc}
comment ( ) : string {@inheritDoc}
compactionStrategyClassName ( ) : string {@inheritDoc}
compactionStrategyOptions ( ) : Cassandra\Map {@inheritDoc}
compressionParameters ( ) : Cassandra\Map {@inheritDoc}
defaultTTL ( ) : integer {@inheritDoc}
gcGraceSeconds ( ) : integer {@inheritDoc}
indexInterval ( ) : integer {@inheritDoc}
localReadRepairChance ( ) : float {@inheritDoc}
maxIndexInterval ( ) : integer {@inheritDoc}
memtableFlushPeriodMs ( ) : integer {@inheritDoc}
minIndexInterval ( ) : integer {@inheritDoc}
name ( ) : string {@inheritDoc}
option ( $name ) : Cassandra\Value {@inheritDoc}
options ( ) : array {@inheritDoc}
partitionKey ( ) : array {@inheritDoc}
populateIOCacheOnFlush ( ) : boolean {@inheritDoc}
primaryKey ( ) : array {@inheritDoc}
readRepairChance ( ) : float {@inheritDoc}
replicateOnWrite ( ) : boolean {@inheritDoc}
speculativeRetry ( ) : string {@inheritDoc}

Описание методов

baseTable() публичный метод

{@inheritDoc}
public baseTable ( ) : Cassandra\Table
Результат Cassandra\Table Base table of the view

bloomFilterFPChance() публичный метод

{@inheritDoc}
public bloomFilterFPChance ( ) : float
Результат float Bloom filter FP chance

caching() публичный метод

{@inheritDoc}
public caching ( ) : string
Результат string Caching options

clusteringKey() публичный метод

{@inheritDoc}
public clusteringKey ( ) : array
Результат array A list of of `Cassandra\Column` instances

clusteringOrder() публичный метод

{@inheritDoc}
public clusteringOrder ( ) : array
Результат array A list of cluster column orders ('asc' and 'desc')

column() публичный метод

{@inheritDoc}
public column ( string $name ) : Cassandra\Column
$name string Name of the column
Результат Cassandra\Column Column instance

columns() публичный метод

{@inheritDoc}
public columns ( ) : array
Результат array A list of `Cassandra\Column` instances

comment() публичный метод

{@inheritDoc}
public comment ( ) : string
Результат string Table description or null

compactionStrategyClassName() публичный метод

{@inheritDoc}
public compactionStrategyClassName ( ) : string
Результат string Compaction strategy class name

compactionStrategyOptions() публичный метод

{@inheritDoc}
public compactionStrategyOptions ( ) : Cassandra\Map
Результат Cassandra\Map Compaction strategy options

compressionParameters() публичный метод

{@inheritDoc}
public compressionParameters ( ) : Cassandra\Map
Результат Cassandra\Map Compression parameters

defaultTTL() публичный метод

{@inheritDoc}
public defaultTTL ( ) : integer
Результат integer Default TTL.

gcGraceSeconds() публичный метод

{@inheritDoc}
public gcGraceSeconds ( ) : integer
Результат integer GC grace seconds

indexInterval() публичный метод

{@inheritDoc}
public indexInterval ( ) : integer
Результат integer Index interval

localReadRepairChance() публичный метод

{@inheritDoc}
public localReadRepairChance ( ) : float
Результат float Local read repair chance

maxIndexInterval() публичный метод

{@inheritDoc}
public maxIndexInterval ( ) : integer
Результат integer Value of `max_index_interval` or null

memtableFlushPeriodMs() публичный метод

{@inheritDoc}
public memtableFlushPeriodMs ( ) : integer
Результат integer Memtable flush period in milliseconds

minIndexInterval() публичный метод

{@inheritDoc}
public minIndexInterval ( ) : integer
Результат integer Value of `min_index_interval` or null

name() публичный метод

{@inheritDoc}
public name ( ) : string
Результат string Name of the view

option() публичный метод

{@inheritDoc}
public option ( $name ) : Cassandra\Value
Результат Cassandra\Value Value of an option by name

options() публичный метод

{@inheritDoc}
public options ( ) : array
Результат array A dictionary of `string` and `Cassandra\Value pairs of the view's options.

partitionKey() публичный метод

{@inheritDoc}
public partitionKey ( ) : array
Результат array A list of of `Cassandra\Column` instances

populateIOCacheOnFlush() публичный метод

{@inheritDoc}
public populateIOCacheOnFlush ( ) : boolean
Результат boolean Value of `populate_io_cache_on_flush` or null

primaryKey() публичный метод

{@inheritDoc}
public primaryKey ( ) : array
Результат array A list of of `Cassandra\Column` instances

readRepairChance() публичный метод

{@inheritDoc}
public readRepairChance ( ) : float
Результат float Read repair chance

replicateOnWrite() публичный метод

{@inheritDoc}
public replicateOnWrite ( ) : boolean
Результат boolean Value of `replicate_on_write` or null

speculativeRetry() публичный метод

{@inheritDoc}
public speculativeRetry ( ) : string
Результат string Speculative retry.