Home
last modified time | relevance | path

Searched refs:nodeGroup (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/
H A DNodeGroups.php33 * @param string $nodeGroup Name of the NodeGroup resource.
125 * @param string $nodeGroup Name of the NodeGroup resource to delete.
142 public function delete($project, $zone, $nodeGroup, $optParams = array()) argument
144 $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup);
153 * @param string $nodeGroup Name of the NodeGroup resource whose nodes will be
185 * @param string $nodeGroup Name of the node group to return.
189 public function get($project, $zone, $nodeGroup, $optParams = array()) argument
306 * @param string $nodeGroup Name of the NodeGroup resource whose nodes you want
353 public function listNodes($project, $zone, $nodeGroup, $optParams = array()) argument
364 * @param string $nodeGroup Name of the NodeGroup resource to update.
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/
H A DNodeGroups.php33 * @param string $nodeGroup Name of the NodeGroup resource.
115 * @param string $nodeGroup Name of the NodeGroup resource to delete.
132 public function delete($project, $zone, $nodeGroup, $optParams = array()) argument
134 $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup);
143 * @param string $nodeGroup Name of the NodeGroup resource to delete.
174 * @param string $nodeGroup Name of the node group to return.
178 public function get($project, $zone, $nodeGroup, $optParams = array()) argument
180 $params = array('project' => $project, 'zone' => $zone, 'nodeGroup' => $nodeGroup);
290 * @param string $nodeGroup Name of the NodeGroup resource whose nodes you want
334 public function listNodes($project, $zone, $nodeGroup, $optParams = array()) argument
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/stream/
H A DFeederReplicaHandshake.java322 NodeGroupInfo nodeGroup = in verifyMembershipInfo() local
347 node = new RepNodeImpl(nodeGroup); in verifyMembershipInfo()
378 doGroupChecks(nodeGroup, group); in verifyMembershipInfo()
379 doNodeChecks(nodeGroup, node); in verifyMembershipInfo()
407 private void doGroupChecks(NodeGroupInfo nodeGroup, in doGroupChecks() argument
411 if (nodeGroup.isDesignatedPrimary() && in doGroupChecks()
436 " has UUID: " + nodeGroup.getUUID()); in doGroupChecks()
446 private void doNodeChecks(NodeGroupInfo nodeGroup, in doNodeChecks() argument
456 nodeGroup.getHostName()); in doNodeChecks()
459 if (nodeGroup.port() != node.getPort()) { in doNodeChecks()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubemark/
H A Dcontroller.go165 realSize, err := kubemarkController.GetNodeGroupSize(nodeGroup)
174 currSize, err := kubemarkController.GetNodeGroupTargetSize(nodeGroup)
181 nodes, err := kubemarkController.GetNodeNamesForNodeGroup(nodeGroup)
198 kubemarkController.nodeGroupQueueSize[nodeGroup] += delta
201 kubemarkController.createNodeQueue <- nodeGroup
215 nodeGroup, ok := pod.ObjectMeta.Labels[nodeGroupLabel]
217 return nodeGroup, nil
245 if pod.ObjectMeta.Labels[nodeGroupLabel] != nodeGroup {
338 case nodeGroup := <-kubemarkController.createNodeQueue:
340 err := kubemarkController.addNodeToNodeGroup(nodeGroup)
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/
H A DNetworkTopologyWithNodeGroup.java50 Node nodeGroup = getNode(node.getNetworkLocation()); in getNodeForNetworkLocation() local
51 if (nodeGroup == null) { in getNodeForNetworkLocation()
54 return getNode(nodeGroup.getNetworkLocation()); in getNodeForNetworkLocation()
188 Node nodeGroup = getNode(node.getNetworkLocation()); in add() local
189 if (nodeGroup == null) { in add()
192 rack = getNode(nodeGroup.getNetworkLocation()); in add()
234 Node nodeGroup = getNode(node.getNetworkLocation()); in remove() local
235 if (nodeGroup == null) { in remove()
285 Node nodeGroup = getNode(reader.getNetworkLocation()); in sortByDistance() local
286 if (nodeGroup != null && nodeGroup instanceof InnerNode) { in sortByDistance()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/net/
H A DNetworkTopologyWithNodeGroup.java50 Node nodeGroup = getNode(node.getNetworkLocation()); in getNodeForNetworkLocation() local
51 if (nodeGroup == null) { in getNodeForNetworkLocation()
54 return getNode(nodeGroup.getNetworkLocation()); in getNodeForNetworkLocation()
187 Node nodeGroup = getNode(node.getNetworkLocation()); in add() local
188 if (nodeGroup == null) { in add()
191 rack = getNode(nodeGroup.getNetworkLocation()); in add()
233 Node nodeGroup = getNode(node.getNetworkLocation()); in remove() local
234 if (nodeGroup == null) { in remove()
269 Node nodeGroup = getNode(reader.getNetworkLocation()); in pseudoSortByDistance() local
270 if (nodeGroup != null && nodeGroup instanceof InnerNode) { in pseudoSortByDistance()
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/
H A DNodeConfig.php36 public $nodeGroup; variable in Google_Service_Container_NodeConfig
166 public function setNodeGroup($nodeGroup) argument
168 $this->nodeGroup = $nodeGroup;
172 return $this->nodeGroup;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgslegendrenderer.cpp88 const QList<QgsLayerTreeNode *> childNodes = nodeGroup->children(); in exportLegendToJson()
93 QgsLayerTreeGroup *nodeGroup = QgsLayerTree::toGroup( node ); in exportLegendToJson() local
94 const QModelIndex idx = mLegendModel->node2index( nodeGroup ); in exportLegendToJson()
97 QJsonObject group = exportLegendToJson( context, nodeGroup ); in exportLegendToJson()
285 QgsLayerTreeGroup *nodeGroup = QgsLayerTree::toGroup( node ); in createComponentGroupList() local
291 if ( nodeLegendStyle( nodeGroup ) != QgsLegendStyle::Hidden ) in createComponentGroupList()
295 component.size = drawGroupTitle( nodeGroup, context ); in createComponentGroupList()
632 return mSettings.style( nodeLegendStyle( nodeGroup ) ).margin( QgsLegendStyle::Top ); in spaceAboveGroup()
830 QModelIndex idx = mLegendModel->node2index( nodeGroup ); in drawGroupTitle()
837 QFont groupFont = mSettings.style( nodeLegendStyle( nodeGroup ) ).font(); in drawGroupTitle()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/include/kernel/
H A DNodeState.hpp126 Uint32 nodeGroup; // valid when startLevel == SL_STARTING member
211 nodeGroup = 0xFFFFFFFF; in init()
252 nodeGroup = group; in setNodeGroup()
344 nodeGroup = ns.nodeGroup; in operator =()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/include/kernel/
H A DNodeState.hpp126 Uint32 nodeGroup; // valid when startLevel == SL_STARTING member
211 nodeGroup = 0xFFFFFFFF; in init()
252 nodeGroup = group; in setNodeGroup()
344 nodeGroup = ns.nodeGroup; in operator =()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/include/kernel/
H A DNodeState.hpp126 Uint32 nodeGroup; // valid when startLevel == SL_STARTING member
211 nodeGroup = 0xFFFFFFFF; in init()
252 nodeGroup = group; in setNodeGroup()
344 nodeGroup = ns.nodeGroup; in operator =()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/kernel/
H A DNodeState.hpp130 Uint32 nodeGroup; // valid when startLevel == SL_STARTING member
215 nodeGroup = 0xFFFFFFFF; in init()
256 nodeGroup = group; in setNodeGroup()
348 nodeGroup = ns.nodeGroup; in operator =()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/include/kernel/
H A DNodeState.hpp129 Uint32 nodeGroup; // valid when startLevel == SL_STARTING member
214 nodeGroup = 0xFFFFFFFF; in init()
255 nodeGroup = group; in setNodeGroup()
347 nodeGroup = ns.nodeGroup; in operator =()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/kernel/
H A DNodeState.hpp129 Uint32 nodeGroup; // valid when startLevel == SL_STARTING member
214 nodeGroup = 0xFFFFFFFF; in init()
255 nodeGroup = group; in setNodeGroup()
347 nodeGroup = ns.nodeGroup; in operator =()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/kernel/
H A DNodeState.hpp129 Uint32 nodeGroup; // valid when startLevel == SL_STARTING member
214 nodeGroup = 0xFFFFFFFF; in init()
255 nodeGroup = group; in setNodeGroup()
347 nodeGroup = ns.nodeGroup; in operator =()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/kernel/
H A DNodeState.hpp129 Uint32 nodeGroup; // valid when startLevel == SL_STARTING member
214 nodeGroup = 0xFFFFFFFF; in init()
255 nodeGroup = group; in setNodeGroup()
347 nodeGroup = ns.nodeGroup; in operator =()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/kernel/
H A DNodeState.hpp129 Uint32 nodeGroup; // valid when startLevel == SL_STARTING member
214 nodeGroup = 0xFFFFFFFF; in init()
255 nodeGroup = group; in setNodeGroup()
347 nodeGroup = ns.nodeGroup; in operator =()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/include/kernel/
H A DNodeState.hpp126 Uint32 nodeGroup; // valid when startLevel == SL_STARTING member
211 nodeGroup = 0xFFFFFFFF; in init()
252 nodeGroup = group; in setNodeGroup()
344 nodeGroup = ns.nodeGroup; in operator =()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/include/kernel/
H A DNodeState.hpp126 Uint32 nodeGroup; // valid when startLevel == SL_STARTING member
211 nodeGroup = 0xFFFFFFFF; in init()
252 nodeGroup = group; in setNodeGroup()
344 nodeGroup = ns.nodeGroup; in operator =()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgslegendrenderer.cpp88 const QList<QgsLayerTreeNode *> childNodes = nodeGroup->children(); in exportLegendToJson()
93 QgsLayerTreeGroup *nodeGroup = QgsLayerTree::toGroup( node ); in exportLegendToJson() local
94 const QModelIndex idx = mLegendModel->node2index( nodeGroup ); in exportLegendToJson()
97 QJsonObject group = exportLegendToJson( context, nodeGroup ); in exportLegendToJson()
285 QgsLayerTreeGroup *nodeGroup = QgsLayerTree::toGroup( node ); in createComponentGroupList() local
303 if ( nodeLegendStyle( nodeGroup ) != QgsLegendStyle::Hidden ) in createComponentGroupList()
308 component.size = drawGroupTitle( nodeGroup, context ); in createComponentGroupList()
648 return mSettings.style( nodeLegendStyle( nodeGroup ) ).margin( QgsLegendStyle::Top ); in spaceAboveGroup()
882 QModelIndex idx = mLegendModel->node2index( nodeGroup ); in drawGroupTitle()
889 QFont groupFont = mSettings.style( nodeLegendStyle( nodeGroup ) ).font(); in drawGroupTitle()
[all …]
/dports/math/gambit/gambit-16.0.1/src/gui/
H A Ddlefglegend.cc39 wxStaticBoxSizer *nodeGroup = in gbtLegendDialog() local
64 nodeGroup->Add(nodeAboveSizer, 0, wxALL | wxEXPAND, 5); in gbtLegendDialog()
78 nodeGroup->Add(nodeBelowSizer, 0, wxALL | wxEXPAND, 5); in gbtLegendDialog()
119 topSizer->Add(nodeGroup, 0, wxEXPAND | wxALL, 5); in gbtLegendDialog()
/dports/graphics/qgis/qgis-3.22.3/src/core/layertree/
H A Dqgslayertreeutils.cpp136 …Children( QDomDocument &doc, QDomElement &groupElem, QgsLayerTreeGroup *nodeGroup, bool hasCustomO…
138 static QDomElement _writeOldLegendGroup( QDomDocument &doc, QgsLayerTreeGroup *nodeGroup, bool hasC… in _writeOldLegendGroup() argument
141 …groupElem.setAttribute( QStringLiteral( "open" ), nodeGroup->isExpanded() ? QStringLiteral( "true"… in _writeOldLegendGroup()
142 groupElem.setAttribute( QStringLiteral( "name" ), nodeGroup->name() ); in _writeOldLegendGroup()
143 …ibute( QStringLiteral( "checked" ), QgsLayerTreeUtils::checkStateToXml( nodeGroup->itemVisibilityC… in _writeOldLegendGroup()
145 if ( nodeGroup->customProperty( QStringLiteral( "embedded" ) ).toInt() ) in _writeOldLegendGroup()
148 …groupElem.setAttribute( QStringLiteral( "project" ), nodeGroup->customProperty( QStringLiteral( "e… in _writeOldLegendGroup()
151 _writeOldLegendGroupChildren( doc, groupElem, nodeGroup, hasCustomOrder, order ); in _writeOldLegendGroup()
156 …Children( QDomDocument &doc, QDomElement &groupElem, QgsLayerTreeGroup *nodeGroup, bool hasCustomO… in _writeOldLegendGroupChildren() argument
158 const auto constChildren = nodeGroup->children(); in _writeOldLegendGroupChildren()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layertree/
H A Dqgslayertreeutils.cpp135 …Children( QDomDocument &doc, QDomElement &groupElem, QgsLayerTreeGroup *nodeGroup, bool hasCustomO…
137 static QDomElement _writeOldLegendGroup( QDomDocument &doc, QgsLayerTreeGroup *nodeGroup, bool hasC… in _writeOldLegendGroup() argument
140 groupElem.setAttribute( QStringLiteral( "open" ), nodeGroup->isExpanded() ? "true" : "false" ); in _writeOldLegendGroup()
141 groupElem.setAttribute( QStringLiteral( "name" ), nodeGroup->name() ); in _writeOldLegendGroup()
142 …ibute( QStringLiteral( "checked" ), QgsLayerTreeUtils::checkStateToXml( nodeGroup->itemVisibilityC… in _writeOldLegendGroup()
144 if ( nodeGroup->customProperty( QStringLiteral( "embedded" ) ).toInt() ) in _writeOldLegendGroup()
147 …groupElem.setAttribute( QStringLiteral( "project" ), nodeGroup->customProperty( QStringLiteral( "e… in _writeOldLegendGroup()
150 _writeOldLegendGroupChildren( doc, groupElem, nodeGroup, hasCustomOrder, order ); in _writeOldLegendGroup()
155 …Children( QDomDocument &doc, QDomElement &groupElem, QgsLayerTreeGroup *nodeGroup, bool hasCustomO… in _writeOldLegendGroupChildren() argument
157 const auto constChildren = nodeGroup->children(); in _writeOldLegendGroupChildren()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/sole_tenancy/
H A Dnode_groups.py48 nodeGroup=node_group_ref.Name(),
57 nodeGroup=node_group_ref.Name(),
66 nodeGroup=node_group_ref.Name(),
78 nodeGroup=node_group_ref.Name(),
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dconnector.h88 void setNodeGroup(NodeGroup *nodeGroup) { p_nodeGroup = nodeGroup; } in setNodeGroup() argument
93 NodeGroup *nodeGroup() const { return p_nodeGroup; } in nodeGroup() function

12345678910>>...15