Home
last modified time | relevance | path

Searched refs:cluster_prefix (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/integration/redshift/
H A Dtest_layer1.py37 self.cluster_prefix = 'boto-redshift-cluster-%s'
47 return self.cluster_prefix % str(int(time.time()))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/integration/redshift/
H A Dtest_layer1.py37 self.cluster_prefix = 'boto-redshift-cluster-%s'
47 return self.cluster_prefix % str(int(time.time()))
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/integration/redshift/
H A Dtest_layer1.py37 self.cluster_prefix = 'boto-redshift-cluster-%s'
47 return self.cluster_prefix % str(int(time.time()))
/dports/devel/py-boto/boto-2.49.0/tests/integration/redshift/
H A Dtest_layer1.py37 self.cluster_prefix = 'boto-redshift-cluster-%s'
47 return self.cluster_prefix % str(int(time.time()))
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/
H A Doptions.cpp343 << "CCM cluster prefix. The default is " << cluster_prefix() << "." << std::endl; in print_help()
423 std::cout << " CCM Cluster Prefix: " << cluster_prefix() << std::endl; in print_settings()
476 const std::string& Options::cluster_prefix() { return cluster_prefix_; } in cluster_prefix() function in Options
513 CCM::Bridge::DEFAULT_DSE_WORKLOAD, Options::cluster_prefix(), in ccm()
H A Doptions.hpp146 static const std::string& cluster_prefix();
H A Dintegration.cpp155 Options::install_dir(), Options::server_type(), dse_workload_, Options::cluster_prefix(), in SetUp()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/ccm/
H A Dbridge.hpp191 const std::string& cluster_prefix = DEFAULT_CLUSTER_PREFIX,
H A Dbridge.cpp106 const std::string& cluster_prefix /*= DEFAULT_CLUSTER_PREFIX*/, in Bridge() argument
123 , cluster_prefix_(cluster_prefix) in Bridge()