Overview

Namespaces

  • cassandra
  • None
  • PHP
  • phpcassa
    • Batch
    • Connection
    • Index
    • Iterator
    • Schema
      • DataType
    • Util
    • UUID

Classes

  • AuthenticationRequest
  • CassandraClient
  • CfDef
  • Column
  • ColumnDef
  • ColumnOrSuperColumn
  • ColumnParent
  • ColumnPath
  • Compression
  • ConsistencyLevel
  • CounterColumn
  • CounterSuperColumn
  • CqlMetadata
  • CqlPreparedResult
  • CqlResult
  • CqlResultType
  • CqlRow
  • Deletion
  • EndpointDetails
  • IndexClause
  • IndexExpression
  • IndexOperator
  • IndexType
  • KeyCount
  • KeyRange
  • KeySlice
  • KsDef
  • Mutation
  • SlicePredicate
  • SliceRange
  • SuperColumn
  • TokenRange

Interfaces

  • CassandraIf

Exceptions

  • AuthenticationException
  • AuthorizationException
  • InvalidRequestException
  • NotFoundException
  • SchemaDisagreementException
  • TimedOutException
  • UnavailableException
  • Overview
  • Namespace
  • Class
  • Tree

Class ConsistencyLevel

Final
Namespace: cassandra
Located at thrift/packages/cassandra/cassandra_types.php
Constants summary
integer ONE 1
#
integer QUORUM 2
#
integer LOCAL_QUORUM 3
#
integer EACH_QUORUM 4
#
integer ALL 5
#
integer ANY 6
#
integer TWO 7
#
integer THREE 8
#
Properties summary
public static array $__names array( 1 => 'ONE', 2 => 'QUORUM', 3 => 'LOCAL_QUORUM', 4 => 'EACH_QUORUM', 5 => 'ALL', 6 => 'ANY', 7 => 'TWO', 8 => 'THREE', )
#
phpcassa API documentation generated by ApiGen 2.8.0