Method | Description | |
---|---|---|
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} |
public baseTable ( ) : Cassandra\Table | ||
return | Cassandra\Table | Base table of the view |
public bloomFilterFPChance ( ) : float | ||
return | float | Bloom filter FP chance |
public clusteringKey ( ) : array | ||
return | array | A list of of `Cassandra\Column` instances |
public clusteringOrder ( ) : array | ||
return | array | A list of cluster column orders ('asc' and 'desc') |
public compactionStrategyClassName ( ) : string | ||
return | string | Compaction strategy class name |
public compactionStrategyOptions ( ) : Cassandra\Map | ||
return | Cassandra\Map | Compaction strategy options |
public compressionParameters ( ) : Cassandra\Map | ||
return | Cassandra\Map | Compression parameters |
public defaultTTL ( ) : integer | ||
return | integer | Default TTL. |
public gcGraceSeconds ( ) : integer | ||
return | integer | GC grace seconds |
public indexInterval ( ) : integer | ||
return | integer | Index interval |
public localReadRepairChance ( ) : float | ||
return | float | Local read repair chance |
public maxIndexInterval ( ) : integer | ||
return | integer | Value of `max_index_interval` or null |
public memtableFlushPeriodMs ( ) : integer | ||
return | integer | Memtable flush period in milliseconds |
public minIndexInterval ( ) : integer | ||
return | integer | Value of `min_index_interval` or null |
public option ( $name ) : Cassandra\Value | ||
return | Cassandra\Value | Value of an option by name |
public partitionKey ( ) : array | ||
return | array | A list of of `Cassandra\Column` instances |
public populateIOCacheOnFlush ( ) : boolean | ||
return | boolean | Value of `populate_io_cache_on_flush` or null |
public primaryKey ( ) : array | ||
return | array | A list of of `Cassandra\Column` instances |
public readRepairChance ( ) : float | ||
return | float | Read repair chance |
public replicateOnWrite ( ) : boolean | ||
return | boolean | Value of `replicate_on_write` or null |
public speculativeRetry ( ) : string | ||
return | string | Speculative retry. |