Home
last modified time | relevance | path

Searched refs:datastax (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Djson.hpp22 namespace datastax { namespace internal { namespace json { namespace
41 #define RAPIDJSON_NAMESPACE datastax::rapidjson
43 namespace datastax { \
48 #define RAPIDJSON_NEW(x) ::datastax::internal::json::new_<x>
49 #define RAPIDJSON_DELETE(x) ::datastax::internal::json::delete_(x)
61 namespace datastax { namespace internal { namespace json { namespace
74 typedef datastax::rapidjson::UTF8<> UTF8;
76 typedef datastax::rapidjson::MemoryStream MemoryStream;
79 typedef datastax::rapidjson::GenericValue<UTF8, MemoryPoolAllocator> Value;
80 typedef datastax::rapidjson::GenericStringBuffer<UTF8, json::Allocator> StringBuffer;
[all …]
H A Daddress.hpp29 namespace datastax { namespace internal { namespace core { namespace
118 struct hash<datastax::internal::core::Address> {
119 size_t operator()(const datastax::internal::core::Address& address) const { in operator ()()
125 struct hash<datastax::internal::core::Address::Family> {
126 size_t operator()(datastax::internal::core::Address::Family family) const { in operator ()()
138 namespace datastax { namespace internal { namespace core { namespace
153 inline std::ostream& operator<<(std::ostream& os, const datastax::internal::core::Address& a) { in operator <<()
157 inline std::ostream& operator<<(std::ostream& os, const datastax::internal::core::AddressVec& v) { in operator <<()
160 for (datastax::internal::core::AddressVec::const_iterator it = v.begin(), end = v.end(); in operator <<()
172 EXTERNAL_TYPE(datastax::internal::core::Address, CassNode)
/dports/databases/pecl-cassandra/php-driver-61faee0/
H A Ddocs.yaml3 homepage: http://datastax.github.io/php-driver/
4 theme: datastax
35 - http://downloads.datastax.com/php-driver/1.0.0/: http://downloads.datastax.com/php-driver/
36 - http://downloads.datastax.com/php-driver/1.1.0/: http://downloads.datastax.com/php-driver/
37 - http://downloads.datastax.com/php-driver/1.2.0/: http://downloads.datastax.com/php-driver/
42 href: http://downloads.datastax.com/php-driver
44 href: https://github.com/datastax/php-driver
46 href: http://docs.datastax.com/en/developer/php-driver
48 href: https://datastax-oss.atlassian.net/browse/PHP
52 href: https://academy.datastax.com/slack
[all …]
H A DREADME.md3 [![Build Status: Linux](https://travis-ci.org/datastax/php-driver.svg)](https://travis-ci.org/datas…
60 * JIRA: https://datastax-oss.atlassian.net/browse/PHP
62 * DataStax Academy via Slack: https://academy.datastax.com/slack
115 git clone https://github.com/datastax/php-driver.git
146 [DSE PHP driver]: http://docs.datastax.com/en/developer/php-driver-dse/latest
147 [DataStax Enterprise]: http://www.datastax.com/products/datastax-enterprise
149 [DataStax download server]: http://downloads.datastax.com/php-driver
150 [GitHub]: https://github.com/datastax/php-driver
151 [Home]: http://docs.datastax.com/en/developer/php-driver/latest
152 [API]: http://docs.datastax.com/en/developer/php-driver/latest/api
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/
H A Ddocs.yaml3 homepage: http://docs.datastax.com/en/developer/cpp-driver/latest
41 - http://datastax.github.io/cpp-driver/: /
42 - https://datastax.github.io/cpp-driver/: /
54 …- https://github.com/datastax/cpp-driver/tree/2.6.0/examples/duration/duration.c: https://github.c…
55 …- http://www.datastax.com/documentation/cassandra/2.0/cassandra/dml/dml_config_consistency_c.html:…
57 - ^examples/(.*): https://github.com/datastax/cpp-driver/blob/master/examples/\1
58 - http://www.datastax.com/documentation/cql/3.1: https://docs.datastax.com/en/archived/cql/3.1
59 …- http://www.datastax.com/documentation/cassandra/2.: https://docs.datastax.com/en/archived/cassan…
60 - http://downloads.datastax.com/cpp-driver: https://downloads.datastax.com/cpp-driver/
61 - http://www.datastax.com/dev/blog/datastax-c-driver(.*)$: https://www.datastax.com/blog/
[all …]
H A DREADME.md108 * JIRA: https://datastax-oss.atlassian.net/browse/CPP
208 [DataStax Enterprise]: http://www.datastax.com/products/datastax-enterprise
210 [download server]: http://downloads.datastax.com/cpp-driver/
211 [GitHub]: https://github.com/datastax/cpp-driver
213 [Home]: http://docs.datastax.com/en/developer/cpp-driver/latest
214 [API]: http://docs.datastax.com/en/developer/cpp-driver/latest/api
224 [DataStax Astra]: https://astra.datastax.com
230 [Batch]: http://datastax.github.io/cpp-driver/topics/basics/batches/
235 [SSL]: http://datastax.github.io/cpp-driver/topics/security/ssl/
238 [Tuples]: http://datastax.github.io/cpp-driver/topics/basics/tuples/
[all …]
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/
H A DPKG-INFO5 Home-page: http://github.com/datastax/python-driver
7 Author-email: tyler@datastax.com
12 .. image:: https://travis-ci.org/datastax/python-driver.png?branch=master
13 :target: https://travis-ci.org/datastax/python-driver
37 * `Object mapper <http://datastax.github.io/python-driver/object_mapper.html>`_
46 `installation guide <http://datastax.github.io/python-driver/installation.html>`_.
54 * `Installation <http://datastax.github.io/python-driver/installation.html>`_
56 * `API docs <http://datastax.github.io/python-driver/api/index.html>`_
57 * `Performance tips <http://datastax.github.io/python-driver/performance.html>`_
72 `JIRA <https://datastax-oss.atlassian.net/browse/PYTHON>`_ issue tracker.
[all …]
H A DREADME.rst4 .. image:: https://travis-ci.org/datastax/python-driver.png?branch=master
5 :target: https://travis-ci.org/datastax/python-driver
29 * `Object mapper <http://datastax.github.io/python-driver/object_mapper.html>`_
38 `installation guide <http://datastax.github.io/python-driver/installation.html>`_.
46 * `Installation <http://datastax.github.io/python-driver/installation.html>`_
47 * `Getting started guide <http://datastax.github.io/python-driver/getting_started.html>`_
48 * `API docs <http://datastax.github.io/python-driver/api/index.html>`_
49 * `Performance tips <http://datastax.github.io/python-driver/performance.html>`_
55 `documentation here <http://datastax.github.io/python-driver/object_mapper.html>`_.
64 `JIRA <https://datastax-oss.atlassian.net/browse/PYTHON>`_ issue tracker.
[all …]
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra_driver.egg-info/
H A DPKG-INFO5 Home-page: http://github.com/datastax/python-driver
7 Author-email: tyler@datastax.com
12 .. image:: https://travis-ci.org/datastax/python-driver.png?branch=master
13 :target: https://travis-ci.org/datastax/python-driver
37 * `Object mapper <http://datastax.github.io/python-driver/object_mapper.html>`_
46 `installation guide <http://datastax.github.io/python-driver/installation.html>`_.
54 * `Installation <http://datastax.github.io/python-driver/installation.html>`_
56 * `API docs <http://datastax.github.io/python-driver/api/index.html>`_
57 * `Performance tips <http://datastax.github.io/python-driver/performance.html>`_
72 `JIRA <https://datastax-oss.atlassian.net/browse/PYTHON>`_ issue tracker.
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/unit/
H A Dhttp_test.hpp28 const datastax::String& ca_cert() const { return ca_cert_; } in ca_cert()
29 const datastax::String& cert() const { return cert_; } in cert()
30 const datastax::String& key() const { return key_; } in key()
32 void set_path(const datastax::String& path) { server_.set_path(path); } in set_path()
34 void set_content_type(const datastax::String& content_type) { in set_content_type()
38 void set_response_body(const datastax::String& response_body) { in set_response_body()
53 datastax::internal::core::SocketSettings use_ssl(const String& cn = HTTP_MOCK_HOSTNAME,
59 datastax::String ca_cert_;
60 datastax::String cert_;
61 datastax::String key_;
H A Dunit.hpp64 typedef datastax::internal::Vector<Action> Actions;
109 run(datastax::internal::core::Future::Ptr future = datastax::internal::core::Future::Ptr());
137 datastax::internal::core::Future::Ptr future_;
143 ExecuteOutagePlan(OutagePlan* outage_plan, datastax::internal::core::Future::Ptr future) in ExecuteOutagePlan()
150 datastax::internal::core::Future::Ptr future_;
155 StopOutagePlan(OutagePlan* outage_plan, datastax::internal::core::Future::Ptr future) in StopOutagePlan()
165 datastax::internal::core::Future::Ptr future_;
208 datastax::internal::core::ConnectionSettings use_ssl(mockssandra::Cluster* cluster,
209 const datastax::String& cn = "");
241 datastax::internal::Map<CassLogLevel, datastax::internal::Vector<datastax::String> >
H A Dtest_token_map_utils.hpp29 using datastax::String;
30 using datastax::internal::OStringStream;
31 using datastax::internal::core::Address;
33 using datastax::internal::core::CollectionType;
34 using datastax::internal::core::DataType;
35 using datastax::internal::core::Decoder;
36 using datastax::internal::core::Host;
38 using datastax::internal::core::RandomPartitioner;
39 using datastax::internal::core::ResultResponse;
40 using datastax::internal::core::TokenMap;
[all …]
H A Dhttp_server.cpp19 using datastax::String;
20 using datastax::internal::Memory;
21 using datastax::internal::OStringStream;
22 using datastax::internal::ScopedMutex;
23 using datastax::internal::core::Address;
24 using datastax::internal::core::EventLoop;
25 using datastax::internal::core::Task;
H A Devent_loop_test.hpp23 using datastax::internal::core::EventLoop;
24 using datastax::internal::core::Future;
28 EventLoopTest(const datastax::String& thread_name) in EventLoopTest()
68 datastax::String thread_name_;
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/tests/
H A Dtest_config.cpp28 EXPECT_EQ(9999u, datastax::internal::testing::get_connect_timeout_from_cluster(cluster.get())); in CASSANDRA_INTEGRATION_TEST_F()
29 EXPECT_EQ(7000, datastax::internal::testing::get_port_from_cluster(cluster.get())); in CASSANDRA_INTEGRATION_TEST_F()
37 datastax::internal::testing::get_contact_points_from_cluster(cluster.get()).c_str()); in CASSANDRA_INTEGRATION_TEST_F()
45 datastax::internal::testing::get_contact_points_from_cluster(cluster.get()).c_str()); in CASSANDRA_INTEGRATION_TEST_F()
47 EXPECT_TRUE(datastax::internal::testing::get_contact_points_from_cluster(cluster.get()).empty()); in CASSANDRA_INTEGRATION_TEST_F()
55 datastax::internal::testing::get_contact_points_from_cluster(cluster.get()).c_str()); in CASSANDRA_INTEGRATION_TEST_F()
64 datastax::internal::testing::get_contact_points_from_cluster(cluster.get()).c_str()); in CASSANDRA_INTEGRATION_TEST_F()
70 datastax::internal::testing::get_contact_points_from_cluster(cluster.get()).c_str()); in CASSANDRA_INTEGRATION_TEST_F()
73 datastax::internal::testing::get_contact_points_from_cluster(cluster.get()).c_str()); in CASSANDRA_INTEGRATION_TEST_F()
76 datastax::internal::testing::get_contact_points_from_cluster(cluster.get()).c_str()); in CASSANDRA_INTEGRATION_TEST_F()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/policies/
H A Dnext_host_retry_policy.hpp29 class NextHostRetryPolicy : public datastax::internal::core::DefaultRetryPolicy {
32 : datastax::internal::core::DefaultRetryPolicy() {} in NextHostRetryPolicy()
40 datastax::internal::core::RetryPolicy* policy = new NextHostRetryPolicy(); in policy()
45 RetryDecision on_read_timeout(const datastax::internal::core::Request* request, in on_read_timeout()
50 RetryDecision on_write_timeout(const datastax::internal::core::Request* request, in on_write_timeout()
55 virtual RetryDecision on_unavailable(const datastax::internal::core::Request* request, in on_unavailable()
60 virtual RetryDecision on_request_error(const datastax::internal::core::Request* request, in on_request_error()
62 const datastax::internal::core::ErrorResponse* error, in on_request_error()
H A Dignore_retry_policy.hpp29 class IgnoreRetryPolicy : public datastax::internal::core::DefaultRetryPolicy {
32 : datastax::internal::core::DefaultRetryPolicy() {} in IgnoreRetryPolicy()
40 datastax::internal::core::RetryPolicy* policy = new IgnoreRetryPolicy(); in policy()
45 RetryDecision on_read_timeout(const datastax::internal::core::Request* request, in on_read_timeout()
50 RetryDecision on_write_timeout(const datastax::internal::core::Request* request, in on_write_timeout()
55 virtual RetryDecision on_unavailable(const datastax::internal::core::Request* request, in on_unavailable()
60 virtual RetryDecision on_request_error(const datastax::internal::core::Request* request, in on_request_error()
62 const datastax::internal::core::ErrorResponse* error, in on_request_error()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/unit/tests/
H A Dtest_logging.cpp21 using datastax::String;
22 using datastax::internal::get_time_monotonic_ns;
23 using datastax::internal::core::Address;
24 using datastax::internal::core::Config;
25 using datastax::internal::core::Future;
26 using datastax::internal::core::Session;
27 using datastax::internal::core::StringMultimap;
H A Dtest_reconnection_policy.cpp23 using datastax::internal::ScopedPtr;
24 using datastax::internal::core::ConstantReconnectionPolicy;
25 using datastax::internal::core::ConstantReconnectionSchedule;
26 using datastax::internal::core::ExponentialReconnectionPolicy;
27 using datastax::internal::core::ExponentialReconnectionSchedule;
28 using datastax::internal::core::ReconnectionPolicy;
29 using datastax::internal::core::ReconnectionSchedule;
H A Dtest_prepared.cpp24 using datastax::internal::ScopedMutex;
25 using datastax::internal::Set;
26 using datastax::internal::core::Config;
27 using datastax::internal::core::ExecuteRequest;
28 using datastax::internal::core::Future;
29 using datastax::internal::core::Prepared;
30 using datastax::internal::core::ResponseFuture;
31 using datastax::internal::core::ResultResponse;
32 using datastax::internal::core::Session;
71 datastax::internal::Md5 m; in generate_id()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/topics/installation/
H A DREADME.md21 <td>http://downloads.datastax.com/cpp-driver/centos/6/cassandra</td>
25 <td>http://downloads.datastax.com/cpp-driver/centos/7/cassandra</td>
29 <td>http://downloads.datastax.com/cpp-driver/centos/8/cassandra</td>
49 <td>http://downloads.datastax.com/cpp-driver/centos/6/dependencies</td>
53 <td>http://downloads.datastax.com/cpp-driver/centos/7/dependencies</td>
57 <td>http://downloads.datastax.com/cpp-driver/centos/8/dependencies</td>
100 <td>http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra</td>
104 <td>http://downloads.datastax.com/cpp-driver/ubuntu/16.04/cassandra</td>
108 <td>http://downloads.datastax.com/cpp-driver/ubuntu/18.04/cassandra</td>
179 <td>http://downloads.datastax.com/cpp-driver/windows/cassandra</td>
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/objects/
H A Dfuture.hpp65 datastax::StringVec internal_attempted_hosts = in attempted_hosts()
66 datastax::internal::testing::get_attempted_hosts_from_future(get()); in attempted_hosts()
68 for (datastax::StringVec::iterator it = internal_attempted_hosts.begin(), in attempted_hosts()
108 datastax::String host = datastax::internal::testing::get_host_from_future(get()); in host()
118 datastax::String server_name = datastax::internal::testing::get_server_name(get()); in server_name()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/topics/
H A DREADME.md263 [cpp-driver-centos6]: http://downloads.datastax.com/cpp-driver/centos/6/cassandra
264 [cpp-driver-centos7]: http://downloads.datastax.com/cpp-driver/centos/7/cassandra
265 [cpp-driver-centos8]: http://downloads.datastax.com/cpp-driver/centos/8/cassandra
269 [cpp-driver-windows]: http://downloads.datastax.com/cpp-driver/windows/cassandra
277 [built from source]: http://datastax.github.io/cpp-driver/topics/building/
282 [`CassCluster`]: http://datastax.github.io/cpp-driver/api/struct.CassCluster/
283 [`CassFuture`]: http://datastax.github.io/cpp-driver/api/struct.CassFuture/
285 [`CassIterator`]: http://datastax.github.io/cpp-driver/api/struct.CassIterator/
286 [`CassSession`]: http://datastax.github.io/cpp-driver/api/struct.CassSession/
287 [post]: http://www.datastax.com/dev/blog/4-simple-rules-when-using-the-datastax-drivers-for-cassand…
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/
H A Dshared_ptr.hpp30 template <typename T, class D = datastax::internal::DefaultDeleter<T> >
31 class ObjectRef : public datastax::internal::RefCounted<ObjectRef<T, D> > {
55 template <typename T, class D = datastax::internal::DefaultDeleter<T> >
62 object_ = datastax::internal::SharedRefPtr<ObjectRef<T, D> >(object_ref); in SharedPtr()
95 datastax::internal::SharedRefPtr<ObjectRef<T, D> > object_;
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/topics/basics/data_types/
H A DREADME.md135 [`CassDataType`]: http://datastax.github.io/cpp-driver/api/struct.CassDataType/
136 [`CassUserType`]: http://datastax.github.io/cpp-driver/api/struct.CassUserType/
137 [`CassPrepared`]: http://datastax.github.io/cpp-driver/api/struct.CassPrepared/
138 [`CassResult`]: http://datastax.github.io/cpp-driver/api/struct.CassResult/
139 [`CassValue`]: http://datastax.github.io/cpp-driver/api/struct.CassValue/
140 [`CassSchemaMeta`]: http://datastax.github.io/cpp-driver/api/struct.CassSchemaMeta/
141 [`cass_user_type_new_from_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassUserTy…
142 [`cass_result_column_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassResult/#cas…
143 [`cass_prepared_parameter_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassPrepar…
144 [`cass_value_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassValue/#cass-value-d…

12345678910>>...20