schema() will always return an empty object. This * can be useful for reducing the startup overhead of short-lived sessions. * * @param bool $enabled whether the driver fetches and maintains schema metadata. * * @return \Cassandra\Cluster\Builder self * @link https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/Cluster/class.Builder/#method-withSchemaMetadata */ public function withSchemaMetadata($enabled) { } /** * Enables/disables Hostname Resolution. * * If enabled the driver will resolve hostnames for IP addresses using * reverse IP lookup. This is useful for authentication (Kerberos) or * encryption SSL services that require a valid hostname for verification. * * Important: It's possible that the underlying C/C++ driver does not * support hostname resolution. A PHP warning will be emitted if the driver * does not support hostname resolution. * * @param bool $enabled whether the driver uses hostname resolution. * * @return \Cassandra\Cluster\Builder self * @link https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/Cluster/class.Builder/#method-withHostnameResolution */ public function withHostnameResolution($enabled) { } /** * Enables/disables Randomized Contact Points. * * If enabled this allows the driver randomly use contact points in order * to evenly spread the load across the cluster and prevent * hotspots/load spikes during notifications (e.g. massive schema change). * * Note: This setting should only be disabled for debugging and testing. * * @param bool $enabled whether the driver uses randomized contact points. * * @return \Cassandra\Cluster\Builder self * @link https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/Cluster/class.Builder/#method-withRandomizedContactPoints */ public function withRandomizedContactPoints($enabled) { } /** * Specify interval in seconds that the driver should wait before attempting * to send heartbeat messages and control the amount of time the connection * must be idle before sending heartbeat messages. This is useful for * preventing intermediate network devices from dropping connections. * * @param float $interval interval in seconds (0 to disable heartbeat). * * @return \Cassandra\Cluster\Builder self * @link https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/Cluster/class.Builder/#method-withConnectionHeartbeatInterval */ public function withConnectionHeartbeatInterval($interval) { } } __halt_compiler();----SIGNATURE:----WR4Vz+bx+q1Q4PVmP4WJPwyOKoOG7Ep35BoRECAvONX4atmp8r5TDMmwIVZtm+McMvJTAHhHro36mFu9ufXfWo5CQSlSaMlouKRQL0G4473t6X+jmtdmn3FCzr5S6ul+y8I7va+lp5vlhOUS+JmnZZK+jwcQPN2aG3zMin3We4E3uZAoMtUVNRemztbrzYOG8U9cU/h5iddEW7+ihUjrJPK+BY52wl+Ubf7G7Nf/bOMXWQaUFO5nCPuzeaNL0qvZrDFQ+TFp6He270hLFJNfsxg6ju3q61gXkyKU/9Jl5xVqdtx4J54ALZA3q1/2BJFvqPaFgzaBiN3nz9lJP9GgOs18AF6zOJAP9DFt4RSmU8CNKZF/HwBMgXfcOsilCfhgcwYcskg4T9aF++jCvrNCtkW22ORBCsdX8DMfG9PeKskbHBwOlz4V75DlGxk4PsW9iwaVCaNQVM6HK1JjwBVkMENJvu64iCQl7lhZNcrLxWUzj5oOLYO1s5IRofimo53of4W2VhHwdFeFY0kbAW3dVw6usvJ6xnPUkMjfOjNsfNKGv2roAkRdKCzKOuPwsOIFazX5KAQGknjoAU4VPkH6YIJiNJW4jjXBGGRgSQDx61Y8jxGp0rl8hc6JszrG0W4PyJeRpqaXCjz46w/xufVjev2qOzBZ9u0uxqjQg5ZzmF8=----ATTACHMENT:----NjE1OTQ1MjI3NTcyNDcxNSA4Njc0Nzc1MDM0OTc0MjI3IDIyNzQ3OTMyMTk5NTQ3OTE=