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:----QJ0Qd7h+Qrv2rAHElxW+zxTWqkdr6b9DiUc/yvu6DGtE0Lrjr8xC4uM4tuE25YybPoRFHbkQjTW62hf2k0cQXKOos0qTeytDVe8BKO14iS0upX3eB8eb7N+r3Fun+UlGdU97uaKNrgg+1smL2KYhal7VfMAP4rfbIWOqghqv1VgQxeZ8FGobIhl8C9t2x84ZYDQBswS81Cfm6WiIBRXGt1S/Rso4GPfDvDAamhEv9WcT9eaJPgd9KslYtN5KvV8321I7KsfSqzz0kO8KEQF1lTy1liPUO2kPN3q0vOP/tycAylipSRbsloKXgce2TZNM7AARTCTYCoOroD+iSAFAyz92z9hiSQUmy2cCPWsxAQnjEbm5nqQhkOIeEAHCYsC7iJTm5zwynKZ7d/S0rC8mx6rjvvbHYtilT1IJtx2LfasyOxf7bDMnQQqLBzYVZqrUVARzJrJaQW00s3Utu5hzA0Yx9WT/QyokG4kSSTVvYGXdndh2RVtGiGQOH9+YGTy5h/wmi5wGFdXj1l6V/V1mU24kqQsz9rMFkzA/a6VwT80RLAK8IfihkAmXY59D0u7qQ2/NB758W55sD0VHj6VFTsrU5v0zOo2KFGFdY2zDzJTSpTwug66gj0/BD6GE43BccFlQIT1F6un9iy4AaPcOsHyXv3yJEqiv/jznkwq55jo=----ATTACHMENT:----ODM0MzM4NjY1ODI5ODc2OCA3ODE3NDc3MTY5MzA3OTkyIDQyNjE5NTUzODU1NDgwMzY=