From 9f39198fe4c8af396eb5a254e5d962c5ab5374ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Sep 2015 07:37:06 +0200 Subject: php-pecl-cassandra: 1.0.0 (stable) --- REFLECTION | 1526 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1521 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 60cf717..c8e7e20 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #82 cassandra version 1.0.0RC ] { +Extension [ extension #82 cassandra version 1.0.0 ] { - Dependencies { Dependency [ spl (Required) ] @@ -13,7 +13,7 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { } } - - Classes [59] { + - Classes [73] { Interface [ interface Cassandra\Exception ] { - Constants [0] { @@ -2547,7 +2547,7 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { Constant [ string TYPE_VARINT ] { varint } Constant [ string TYPE_TIMEUUID ] { timeuuid } Constant [ string TYPE_INET ] { inet } - Constant [ string VERSION ] { 1.0.0-rc } + Constant [ string VERSION ] { 1.0.0 } } - Static properties [0] { @@ -2961,7 +2961,7 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ abstract public method execute ] { - Parameters [2] { @@ -3006,6 +3006,12 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { - Parameters [0] { } } + + Method [ abstract public method schema ] { + + - Parameters [0] { + } + } } } @@ -3023,7 +3029,7 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ public method execute ] { - Parameters [2] { @@ -3068,6 +3074,12 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { - Parameters [0] { } } + + Method [ public method schema ] { + + - Parameters [0] { + } + } } } @@ -3378,6 +3390,1510 @@ Extension [ extension #82 cassandra version 1.0.0RC ] { } } } + + Interface [ interface Cassandra\Schema ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method keyspace ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ abstract public method keyspaces ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class Cassandra\DefaultSchema implements Cassandra\Schema ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method keyspace ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method keyspaces ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Cassandra\Keyspace ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method name ] { + + - Parameters [0] { + } + } + + Method [ abstract public method replicationClassName ] { + + - Parameters [0] { + } + } + + Method [ abstract public method replicationOptions ] { + + - Parameters [0] { + } + } + + Method [ abstract public method hasDurableWrites ] { + + - Parameters [0] { + } + } + + Method [ abstract public method table ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ abstract public method tables ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class Cassandra\DefaultKeyspace implements Cassandra\Keyspace ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method replicationClassName ] { + + - Parameters [0] { + } + } + + Method [ public method replicationOptions ] { + + - Parameters [0] { + } + } + + Method [ public method hasDurableWrites ] { + + - Parameters [0] { + } + } + + Method [ public method table ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method tables ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Cassandra\Table ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [20] { + Method [ abstract public method name ] { + + - Parameters [0] { + } + } + + Method [ abstract public method comment ] { + + - Parameters [0] { + } + } + + Method [ abstract public method readRepairChance ] { + + - Parameters [0] { + } + } + + Method [ abstract public method localReadRepairChance ] { + + - Parameters [0] { + } + } + + Method [ abstract public method gcGraceSeconds ] { + + - Parameters [0] { + } + } + + Method [ abstract public method caching ] { + + - Parameters [0] { + } + } + + Method [ abstract public method bloomFilterFPChance ] { + + - Parameters [0] { + } + } + + Method [ abstract public method memtableFlushPeriodMs ] { + + - Parameters [0] { + } + } + + Method [ abstract public method defaultTTL ] { + + - Parameters [0] { + } + } + + Method [ abstract public method speculativeRetry ] { + + - Parameters [0] { + } + } + + Method [ abstract public method indexInterval ] { + + - Parameters [0] { + } + } + + Method [ abstract public method compactionStrategyClassName ] { + + - Parameters [0] { + } + } + + Method [ abstract public method compactionStrategyOptions ] { + + - Parameters [0] { + } + } + + Method [ abstract public method compressionParameters ] { + + - Parameters [0] { + } + } + + Method [ abstract public method populateIOCacheOnFlush ] { + + - Parameters [0] { + } + } + + Method [ abstract public method replicateOnWrite ] { + + - Parameters [0] { + } + } + + Method [ abstract public method maxIndexInterval ] { + + - Parameters [0] { + } + } + + Method [ abstract public method minIndexInterval ] { + + - Parameters [0] { + } + } + + Method [ abstract public method column ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ abstract public method columns ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class Cassandra\DefaultTable implements Cassandra\Table ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [20] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method comment ] { + + - Parameters [0] { + } + } + + Method [ public method readRepairChance ] { + + - Parameters [0] { + } + } + + Method [ public method localReadRepairChance ] { + + - Parameters [0] { + } + } + + Method [ public method gcGraceSeconds ] { + + - Parameters [0] { + } + } + + Method [ public method caching ] { + + - Parameters [0] { + } + } + + Method [ public method bloomFilterFPChance ] { + + - Parameters [0] { + } + } + + Method [ public method memtableFlushPeriodMs ] { + + - Parameters [0] { + } + } + + Method [ public method defaultTTL ] { + + - Parameters [0] { + } + } + + Method [ public method speculativeRetry ] { + + - Parameters [0] { + } + } + + Method [ public method indexInterval ] { + + - Parameters [0] { + } + } + + Method [ public method compactionStrategyClassName ] { + + - Parameters [0] { + } + } + + Method [ public method compactionStrategyOptions ] { + + - Parameters [0] { + } + } + + Method [ public method compressionParameters ] { + + - Parameters [0] { + } + } + + Method [ public method populateIOCacheOnFlush ] { + + - Parameters [0] { + } + } + + Method [ public method replicateOnWrite ] { + + - Parameters [0] { + } + } + + Method [ public method maxIndexInterval ] { + + - Parameters [0] { + } + } + + Method [ public method minIndexInterval ] { + + - Parameters [0] { + } + } + + Method [ public method column ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method columns ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Cassandra\Column ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method name ] { + + - Parameters [0] { + } + } + + Method [ abstract public method type ] { + + - Parameters [0] { + } + } + + Method [ abstract public method isReversed ] { + + - Parameters [0] { + } + } + + Method [ abstract public method isStatic ] { + + - Parameters [0] { + } + } + + Method [ abstract public method isFrozen ] { + + - Parameters [0] { + } + } + + Method [ abstract public method indexName ] { + + - Parameters [0] { + } + } + + Method [ abstract public method indexOptions ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class Cassandra\DefaultColumn implements Cassandra\Column ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method type ] { + + - Parameters [0] { + } + } + + Method [ public method isReversed ] { + + - Parameters [0] { + } + } + + Method [ public method isStatic ] { + + - Parameters [0] { + } + } + + Method [ public method isFrozen ] { + + - Parameters [0] { + } + } + + Method [ public method indexName ] { + + - Parameters [0] { + } + } + + Method [ public method indexOptions ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method name ] { + + - Parameters [0] { + } + } + + Method [ abstract public method __toString ] { + + - Parameters [0] { + } + } + + Method [ abstract public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ final class Cassandra\Type\Scalar implements Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ final class Cassandra\Type\Collection implements Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method type ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ final class Cassandra\Type\Set implements Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method type ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ final class Cassandra\Type\Map implements Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method keyType ] { + + - Parameters [0] { + } + } + + Method [ public method valueType ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ final class Cassandra\Type\Custom implements Cassandra\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ final static public method ascii ] { + + - Parameters [0] { + } + } + + Method [ final static public method bigint ] { + + - Parameters [0] { + } + } + + Method [ final static public method blob ] { + + - Parameters [0] { + } + } + + Method [ final static public method boolean ] { + + - Parameters [0] { + } + } + + Method [ final static public method counter ] { + + - Parameters [0] { + } + } + + Method [ final static public method decimal ] { + + - Parameters [0] { + } + } + + Method [ final static public method double ] { + + - Parameters [0] { + } + } + + Method [ final static public method float ] { + + - Parameters [0] { + } + } + + Method [ final static public method int ] { + + - Parameters [0] { + } + } + + Method [ final static public method text ] { + + - Parameters [0] { + } + } + + Method [ final static public method timestamp ] { + + - Parameters [0] { + } + } + + Method [ final static public method uuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method varchar ] { + + - Parameters [0] { + } + } + + Method [ final static public method varint ] { + + - Parameters [0] { + } + } + + Method [ final static public method timeuuid ] { + + - Parameters [0] { + } + } + + Method [ final static public method inet ] { + + - Parameters [0] { + } + } + + Method [ final static public method collection ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method set ] { + + - Parameters [1] { + Parameter #0 [ Cassandra\Type $type ] + } + } + + Method [ final static public method map ] { + + - Parameters [2] { + Parameter #0 [ Cassandra\Type $keyType ] + Parameter #1 [ Cassandra\Type $valueType ] + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method name ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method create ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } } } -- cgit