Home
last modified time | relevance | path

Searched refs:clusterType (Results 1 – 25 of 81) sorted by relevance

1234

/dports/multimedia/lms/lms-3.25.2/src/libs/database/impl/
H A DScanSettings.cpp96 [](const ClusterType::pointer& clusterType) in getNames()
98 return clusterType->getName(); in getNames()
114 auto clusterType {ClusterType::getByName(session, clusterTypeName)}; in setClusterTypes() local
115 if (!clusterType) in setClusterTypes()
118 clusterType = ClusterType::create(session, clusterTypeName); in setClusterTypes()
119 _clusterTypes.insert(clusterType); in setClusterTypes()
126 for (ClusterType::pointer& clusterType : _clusterTypes) in setClusterTypes()
129 [clusterType](const std::string& name) { return name == clusterType->getName(); })) in setClusterTypes()
131 LMS_LOG(DB, INFO) << "Deleting cluster type " << clusterType->getName(); in setClusterTypes()
132 clusterType.remove(); in setClusterTypes()
/dports/misc/py-toil/toil-5.4.0/src/toil/provisioners/
H A DabstractProvisioner.py137 self.clusterType = clusterType
139 if self.clusterType not in self.supportedClusterTypes():
205 if self.clusterType == 'mesos':
208 elif self.clusterType == 'kubernetes':
667 if self.clusterType == 'mesos':
677 elif self.clusterType == 'kubernetes':
685 role, self.clusterType)
1095 if self.clusterType == 'kubernetes':
1106 if self.clusterType == 'mesos' or role == 'leader':
1112 if self.clusterType == 'mesos':
[all …]
H A D__init__.py21 def cluster_factory(provisioner, clusterName=None, clusterType='mesos', zone=None, nodeStorage=50, … argument
41 … return AWSProvisioner(clusterName, clusterType, zone, nodeStorage, nodeStorageOverrides, sseKey)
48 … return GCEProvisioner(clusterName, clusterType, zone, nodeStorage, nodeStorageOverrides, sseKey)
/dports/multimedia/lms/lms-3.25.2/src/test/database/
H A DDatabaseTest.cpp154 for (auto& clusterType : clusterTypes) in testRemoveDefaultEntries() local
155 clusterType.remove(); in testRemoveDefaultEntries()
223 ScopedClusterType clusterType {session, "MyType"}; in testSingleCluster() local
242 CHECK(clusterTypes.front().id() == clusterType.getId()); in testSingleCluster()
246 CHECK(clusterTypes.front().id() == clusterType.getId()); in testSingleCluster()
258 CHECK(clusterTypes.front().id() == clusterType.getId()); in testSingleCluster()
757 ScopedClusterType clusterType {session, "ClusterType"}; in testMultipleTracksMultipleClustersTopRelease() local
993 ScopedClusterType clusterType {session, "MyType"}; in testSingleTrackSingleArtistMultiClusters() local
1056 ScopedClusterType clusterType {session, "MyType"}; in testSingleTrackSingleArtistMultiRolesMultiClusters() local
1093 ScopedClusterType clusterType {session, "MyType"}; in testMultiTracksSingleArtistMultiClusters() local
[all …]
/dports/multimedia/lms/lms-3.25.2/src/lms/ui/explore/
H A DFilters.cpp79 auto clusterType = Database::ClusterType::getByName(LmsApp->getDbSession(), name); in showDialog() local
81 const auto values = clusterType->getClusters(); in showDialog()
109 …Database::ClusterType::pointer clusterType {Database::ClusterType::getByName(LmsApp->getDbSession(… in showDialog() local
110 if (!clusterType) in showDialog()
113 Database::Cluster::pointer cluster {clusterType->getCluster(value)}; in showDialog()
/dports/net/pfinger/pfinger-0.7.10/src/
H A Din.fingerd.c92 if (config.clusterType == 1) { in StartConnection()
118 if (config.clusterType != 1) in StartConnection()
220 config.clusterType = 2; in get_hostname()
222 config.clusterType = 1; in get_hostname()
H A Dfinger.h90 int clusterType; /* 0: not on a cluster, 1: client, 2: master */ member
H A Dreadutmp.c53 if (config.clusterType == 2) in read_utmp()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/
H A DTestFailureToReadEdits.java69 private final TestType clusterType; field in TestFailureToReadEdits
93 public TestFailureToReadEdits(TestType clusterType) { in TestFailureToReadEdits() argument
94 this.clusterType = clusterType; in TestFailureToReadEdits()
106 if (clusterType == TestType.SHARED_DIR_HA) { in setUpCluster()
134 if (clusterType == TestType.SHARED_DIR_HA) { in tearDownCluster()
/dports/www/grafana8/grafana-8.3.6/public/lib/monaco/min/vs/language/kusto/
H A Dmonaco.d.ts168 clusterType: 'Engine'; property
177 clusterType: 'ClusterManager'; property
184 clusterType: 'DataManagement'; property
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/infrastructure/clusters/manage/management_project_applications/
H A Dcilium.md27 and update the `applications/cilium/values.yaml` to set the `clusterType`:
31 clusterType: gke
34 The `clusterType` variable enables the recommended Helm variables for a corresponding cluster type.
40 Do not use `clusterType` for sandbox environments like [Minikube](https://minikube.sigs.k8s.io/docs…
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidEnterprise/
H A DStoreLayoutClustersListResponse.php21 protected $clusterType = 'Google_Service_AndroidEnterprise_StoreCluster'; variable in Google_Service_AndroidEnterprise_StoreLayoutClustersListResponse
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/resmokeconfig/suites/
H A Dgenerational_fuzzer.yml14 clusterType: 'standalone'
H A Dgenerational_fuzzer_replication.yml16 clusterType: 'replset'
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/
H A DStoreLayoutClustersListResponse.php21 protected $clusterType = 'Google_Service_AndroidEnterprise_StoreCluster'; variable in Google_Service_AndroidEnterprise_StoreLayoutClustersListResponse
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/
H A DCreateClusterRequest.php20 protected $clusterType = 'Google_Service_BigtableAdmin_Cluster'; variable in Google_Service_BigtableAdmin_CreateClusterRequest
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/
H A DCreateClusterRequest.php20 protected $clusterType = 'Google_Service_BigtableAdmin_Cluster'; variable in Google_Service_BigtableAdmin_CreateClusterRequest
/dports/misc/py-toil/toil-5.4.0/src/toil/utils/
H A DtoilLaunchCluster.py156 clusterType=options.clusterType,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Container/
H A DCreateClusterRequest.php20 protected $clusterType = 'Google_Service_Container_Cluster'; variable in Google_Service_Container_CreateClusterRequest
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/
H A DCreateClusterRequest.php20 protected $clusterType = 'Google_Service_Container_Cluster'; variable in Google_Service_Container_CreateClusterRequest
/dports/multimedia/lms/lms-3.25.2/src/libs/subsonic/impl/
H A DSubsonicResource.cpp374 if (clusterType) in trackToResponseNode()
376 auto clusters {track->getClusterGroups({clusterType}, 1)}; in trackToResponseNode()
461 if (clusterType) in releaseToResponseNode()
463 auto clusters {release->getClusterGroups({clusterType}, 1)}; in releaseToResponseNode()
799 if (clusterType) in handleGetAlbumListRequestCommon()
801 Cluster::pointer cluster {clusterType->getCluster(genre)}; in handleGetAlbumListRequestCommon()
1134 if (clusterType) in handleGetGenresRequest()
1136 const auto clusters {clusterType->getClusters()}; in handleGetGenresRequest()
1391 auto clusterType {ClusterType::getByName(context.dbSession, genreClusterName)}; in handleGetSongsByGenreRequest() local
1392 if (!clusterType) in handleGetSongsByGenreRequest()
[all …]
/dports/misc/py-toil/toil-5.4.0/src/toil/provisioners/aws/
H A DawsProvisioner.py131 def __init__(self, clusterName, clusterType, zone, nodeStorage, nodeStorageOverrides, sseKey): argument
154 …super(AWSProvisioner, self).__init__(clusterName, clusterType, zone, nodeStorage, nodeStorageOverr…
224 if self.clusterType == 'kubernetes':
247 if self.clusterType == 'kubernetes':
559 if self.clusterType != 'kubernetes':
1108 if self.clusterType == 'kubernetes':
1312 if self.clusterType == 'kubernetes':
/dports/multimedia/lms/lms-3.25.2/src/libs/scanner/impl/
H A DScanner.cpp230 auto clusterType = ClusterType::getByName(session, clusterNames.first); in getOrCreateClusters() local
231 if (!clusterType) in getOrCreateClusters()
236 auto cluster = clusterType->getCluster(clusterName); in getOrCreateClusters()
238 cluster = Cluster::create(session, clusterType, clusterName); in getOrCreateClusters()
648 [](ClusterType::pointer clusterType) { return clusterType->getName(); }); in refreshScanSettings() argument
/dports/multimedia/lms/lms-3.25.2/src/lms/ui/admin/
H A DDatabaseSettingsView.cpp117 …(), clusterTypes.end(), std::back_inserter(names), [](auto clusterType) { return clusterType->get… in loadData() argument
/dports/sysutils/istio/istio-1.6.7/pkg/adsc/
H A Dadsc.go117 clusterType = typePrefix + "Cluster" const
271 } else if rsc.TypeUrl == clusterType {
648 TypeUrl: clusterType,

1234