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:----xsV9pahI/hsu/S29ss84Hf+jpBHsCraCPyvAEHK+b7IwCjptXQvcxob7A3vW9EcZFJn1pIOBLcaE5e0Cwu8Pt4GQTMvbiny0YLxfmRNkoodpHG5VYGEFmivZLcctWaUN+khzY2X1DNnBnjpPzLDVfvO+y8wd9kr/GaDZA4ZgP2S4cD9lUZtHkgoPOxsfc1imiQKjqcHRZSoKCx/Yt6XBCOZeysgpBvZ8YQd84HpQK+JJoXHDqrjTPilEt2muuTQ3eF34iFZ77nSeJr8T5hYWRkJH4+tSrwRF/UZ2KtEyeFL4jvuGGeQtOYfTyo4sLztQ+28O74Fuvri2HMUMrlj/7YwQsieuEMau2QE+CKjmQU7dDSkNYAkNUxPg4NNadv/A9FHUdg8m2MPXO5UBJhvAo6JuRC6zTaddQAoh/lc66d9HjF8kZ0RpZ8nOE6KyRbihkNQv0smxu01xK1uO8RyhnsvSD7Opcu/k24Poil2gVG1dQBL+y/vnNIZLkM5/sqE7PSM+6Pezydrwydv4frbOyfloNCN/83VPbYj8ycCs4ag8B63RSDiXDMCo7QWeNE2LGsVAEr+FdtG2ojYIQ+/9Nioys9bSpO7i0HADjzeD2KlXuiEb9EiLE4Rng+EO1FsxqUoF56nVLNoKBEuof6Q+BFNnlE4GiRkET4GlbW64x8g=----ATTACHMENT:----NzEyODY4NjY0MzA2OTc2NCA4MjE1NDkxNDU5MDQwNDkyIDczMzg1ODgyMzgxNjUxMjU=