Overview

Namespaces

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

Classes

  • TBase
  • TMessageType
  • TType

Exceptions

  • TApplicationException
  • TException
  • Overview
  • Namespace
  • Class
  • Tree

Class TBase

Base class from which other Thrift structs extend. This is so that we can cut back on the size of the generated code which is turning out to have a nontrivial cost just to load thanks to the wondrously abysmal implementation of PHP. Note that code is intentionally duplicated in here to avoid making function calls for every field or member of a container..

Direct known subclasses

cassandra\AuthenticationRequest, cassandra\CfDef, cassandra\CqlPreparedResult, cassandra\CqlResult, cassandra\CqlRow, cassandra\Deletion, cassandra\EndpointDetails, cassandra\IndexClause, cassandra\IndexExpression, cassandra\KeyCount, cassandra\KeyRange, cassandra\KeySlice, cassandra\Column, cassandra\KsDef, cassandra\Mutation, cassandra\SlicePredicate, cassandra\SliceRange, cassandra\SuperColumn, cassandra\TokenRange, cassandra\ColumnDef, cassandra\ColumnOrSuperColumn, cassandra\ColumnParent, cassandra\ColumnPath, cassandra\CounterColumn, cassandra\CounterSuperColumn, cassandra\CqlMetadata

Indirect known subclasses

phpcassa\ColumnSlice, phpcassa\Index\IndexClause, phpcassa\Index\IndexExpression
Abstract
Located at thrift/Thrift.php
Methods summary
abstract public
# read( mixed $input )
abstract public
# write( mixed $output )
public
# __construct( mixed $spec = null, mixed $vals = null )
Properties summary
public static array $tmethod array(TType::BOOL => 'Bool', TType::BYTE => 'Byte', TType::I16 => 'I16', TType::I32 => 'I32', TType::I64 => 'I64', TType::DOUBLE => 'Double', TType::STRING => 'String')
#
phpcassa API documentation generated by ApiGen 2.8.0