index int64 1 10.7k | class stringclasses 782 values | comment_sentence stringlengths 1 1.78k | partition int64 0 0 | combo stringlengths 17 1.81k | labels listlengths 7 7 |
|---|---|---|---|---|---|
6,248 | AutotoolsNewProjectNature.java | * @param proj the project to add the autotools nature to. | 0 | * @param proj the project to add the autotools nature to. | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,249 | AutotoolsNewProjectNature.java | * @param proj the project to add the nature to. | 0 | * @param proj the project to add the nature to. | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,250 | AutotoolsNewProjectNature.java | * @param natureId the id of the nature to assign to the project | 0 | * @param natureId the id of the nature to assign to the project | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,251 | AutotoolsNewProjectNature.java | @param monitor a progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required. | 0 | @param monitor a progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required. | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,252 | AutotoolsNewProjectNature.java | @param monitor a progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required. | 0 | @param monitor a progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required. | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,253 | AutotoolsNewProjectNature.java | * @param project to remove the autotools nature from | 0 | * @param project to remove the autotools nature from | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,254 | AutotoolsNewProjectNature.java | @param mon progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required. | 0 | @param mon progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required. | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,255 | AutotoolsNewProjectNature.java | * @param project to remove the old autotools nature from | 0 | * @param project to remove the old autotools nature from | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,256 | AutotoolsNewProjectNature.java | @param mon progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required. | 0 | @param mon progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required. | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,257 | AutotoolsNewProjectNature.java | * @param proj the project to remove the nature from | 0 | * @param proj the project to remove the nature from | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,258 | AutotoolsNewProjectNature.java | * @param natureId the nature id to remove | 0 | * @param natureId the nature id to remove | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,259 | AutotoolsNewProjectNature.java | @param monitor a progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required. | 0 | @param monitor a progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required. | AutotoolsNewProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,260 | AutotoolsNewProjectNature.java | * Add the Autotools builder to the project | 0 | * Add the Autotools builder to the project | AutotoolsNewProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,261 | AutotoolsNewProjectNature.java | // Add the builder to the project | 0 | // Add the builder to the project | AutotoolsNewProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,262 | AutotoolsNewProjectNature.java | //Other pieces of wizard might have contributed new builder commands;
//need to make sure we are using the most recent ones | 0 | //Other pieces of wizard might have contributed new builder commands;
//need to make sure we are using the most recent ones | AutotoolsNewProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,263 | AutotoolsNewProjectNature.java | // add Autotools Configuration builder just before builder | 0 | // add Autotools Configuration builder just before builder | AutotoolsNewProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,264 | AutotoolsNewProjectNature.java | // Make sure that the Autotools builder precedes the Managed builder
// or the Remote Synchronized builder. | 0 | // Make sure that the Autotools builder precedes the Managed builder
// or the Remote Synchronized builder. | AutotoolsNewProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,265 | AutotoolsNewProjectNature.java | // ignore it | 0 | // ignore it | AutotoolsNewProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,266 | AutotoolsNewProjectNature.java | // Make sure the Autotools Configuration builder just precedes the Common Builder | 0 | // Make sure the Autotools Configuration builder just precedes the Common Builder | AutotoolsNewProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,267 | AutotoolsNewProjectNature.java | * Utility method for adding an autotools nature to a project. | 0 | * Utility method for adding an autotools nature to a project. | AutotoolsNewProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,268 | AutotoolsNewProjectNature.java | * Utility method for adding a nature to a project. | 0 | * Utility method for adding a nature to a project. | AutotoolsNewProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,269 | AutotoolsNewProjectNature.java | * Utility method to remove the autotools nature from a project. | 0 | * Utility method to remove the autotools nature from a project. | AutotoolsNewProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,270 | AutotoolsNewProjectNature.java | * Utility method to remove the old autotools nature from a project. | 0 | * Utility method to remove the old autotools nature from a project. | AutotoolsNewProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,273 | QMLEditor.java | * Basic editor for QML. Thus far has only syntax highlighting capabilities. | 0 | * Basic editor for QML. Thus far has only syntax highlighting capabilities. | QMLEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,274 | QMLEditor.java | // Setup bracket matching with default color being gray | 0 | // Setup bracket matching with default color being gray | QMLEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,275 | RemoteDebuggerPage.java | Contributors:
* Ewa Matejska (PalmSource)
*
* Referenced GDBDebuggerPage code to write this.
* Anna Dushistova (Mentor Graphics) - moved to org.eclipse.cdt.launch.remote.tabs
* Red Hat Inc. - modified to work with CDT Container Launcher | 0 | Contributors:
* Ewa Matejska (PalmSource)
*
* Referenced GDBDebuggerPage code to write this.
* Anna Dushistova (Mentor Graphics) - moved to org.eclipse.cdt.launch.remote.tabs
* Red Hat Inc. - modified to work with CDT Container Launcher | RemoteDebuggerPage.java | [
0,
1,
0,
0,
0,
0,
0
] |
6,276 | RemoteDebuggerPage.java | The dynamic debugger tab for Docker Container launches using gdb server. The
* gdbserver settings are used to start a gdbserver session in the Docker
* Container and then to connect to it from the host. | 0 | The dynamic debugger tab for Docker Container launches using gdb server. The
* gdbserver settings are used to start a gdbserver session in the Docker
* Container and then to connect to it from the host. | RemoteDebuggerPage.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,277 | RemoteDebuggerPage.java | @see
* org.eclipse.cdt.debug.mi.internal.ui.GDBDebuggerPage#createTabs(org.eclipse
* .swt.widgets.TabFolder) | 0 | @see
* org.eclipse.cdt.debug.mi.internal.ui.GDBDebuggerPage#createTabs(org.eclipse
* .swt.widgets.TabFolder) | RemoteDebuggerPage.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,281 | AbstractBuilderTest.java | Contributors:
* Broadcom Corporation - Initial API and implementation | 0 | Contributors:
* Broadcom Corporation - Initial API and implementation | AbstractBuilderTest.java | [
0,
1,
0,
0,
0,
0,
0
] |
6,282 | AbstractBuilderTest.java | /*******************************************************************************
* Copyright (c) 2011, 2012 Broadcom Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Broadcom Corporation - Initial API and implementation
*******************************************************************************/ | 0 | /*******************************************************************************
* Copyright (c) 2011, 2012 Broadcom Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Broadcom Corporation - Initial API and implementation
*******************************************************************************/ | AbstractBuilderTest.java | [
0,
1,
0,
0,
0,
0,
0
] |
6,283 | AbstractBuilderTest.java | Abstract builder test which provides utility methods for: | 0 | Abstract builder test which provides utility methods for: | AbstractBuilderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,284 | AbstractBuilderTest.java | <ul>
* <li>Importing projects into the workspace</li>
* <li>Adding expected resources to the delta verifier</li>
* <li>Verifying the delta</li>
* <li>Printing markers</li>
* <li>Cleaning up the workspace at the end</li>
* </ul> | 0 | <ul>
* <li>Importing projects into the workspace</li>
* <li>Adding expected resources to the delta verifier</li>
* <li>Verifying the delta</li>
* <li>Printing markers</li>
* <li>Cleaning up the workspace at the end</li>
* </ul> | AbstractBuilderTest.java | [
0,
0,
1,
0,
0,
0,
0
] |
6,285 | AbstractBuilderTest.java | // Clean-up any projects we were using | 0 | // Clean-up any projects we were using | AbstractBuilderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,286 | AbstractBuilderTest.java | Run a build of the specified kind, and verify that the resource changes that
* result match the expectations of the given verifier. | 0 | Run a build of the specified kind, and verify that the resource changes that
* result match the expectations of the given verifier. | AbstractBuilderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,287 | AbstractBuilderTest.java | Build the specified configurations, and verify that the resource changes that
* result match the expectations of the given verifier. | 0 | Build the specified configurations, and verify that the resource changes that
* result match the expectations of the given verifier. | AbstractBuilderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,288 | AbstractBuilderTest.java | // batch changes | 0 | // batch changes | AbstractBuilderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,290 | AbstractBuilderTest.java | Returns an array of resources expected to be generated by building a project configuration.
* The object files expected to be output can also be specified. | 0 | Returns an array of resources expected to be generated by building a project configuration.
* The object files expected to be output can also be specified. | AbstractBuilderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,293 | AbstractBuilderTest.java | // Project | 0 | // Project | AbstractBuilderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,294 | AbstractBuilderTest.java | // Resource workspace path | 0 | // Resource workspace path | AbstractBuilderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,296 | AbstractBuilderTest.java | // severity | 0 | // severity | AbstractBuilderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,297 | AbstractBuilderTest.java | // append the rest of the string fields | 0 | // append the rest of the string fields | AbstractBuilderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,298 | AbstractBuilderTest.java | // Finally print the string | 0 | // Finally print the string | AbstractBuilderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,300 | RenameConfigurationDialog.java | Update the status message and button state based on the input selected
* by the user | 0 | Update the status message and button state based on the input selected
* by the user | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,301 | RenameConfigurationDialog.java | // Make sure that the name is at least one character in length | 0 | // Make sure that the name is at least one character in length | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,302 | RenameConfigurationDialog.java | if (currentName.length() == 0) {
s = ""; //$NON-NLS-1$
// Make sure the name is not a duplicate
} else if (isDuplicateName(currentName)) {
s = NLS.bind(Messages.RenameConfiguration_error_duplicateName, currentName);
} else if (isSimilarName(currentName)) {
s = NLS.bind(Messages.RenameConfiguration_error_caseName, currentName);
} else if (!validateName(currentName)) {
s = NLS.bind(Messages.RenameConfiguration_error_invalidName, currentName);
} | 0 | if (currentName.length() == 0) {
s = ""; //$NON-NLS-1$
// Make sure the name is not a duplicate
} else if (isDuplicateName(currentName)) {
s = NLS.bind(Messages.RenameConfiguration_error_duplicateName, currentName);
} else if (isSimilarName(currentName)) {
s = NLS.bind(Messages.RenameConfiguration_error_caseName, currentName);
} else if (!validateName(currentName)) {
s = NLS.bind(Messages.RenameConfiguration_error_invalidName, currentName);
} | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,303 | RenameConfigurationDialog.java | // Make sure the name is not a duplicate | 0 | // Make sure the name is not a duplicate | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,305 | RenameConfigurationDialog.java | @param name | 0 | @param name | RenameConfigurationDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,307 | RenameConfigurationDialog.java | * Checks the argument for leading whitespaces and invalid directory name characters. | 0 | * Checks the argument for leading whitespaces and invalid directory name characters. | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,308 | RenameConfigurationDialog.java | // Iterate over the name checking for bad characters | 0 | // Iterate over the name checking for bad characters | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,310 | RenameConfigurationDialog.java | // Config name must be a valid dir name too, so we ban "\ / : * ? " < >" in the names | 0 | // Config name must be a valid dir name too, so we ban "\ / : * ? " < >" in the names | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,312 | RenameConfigurationDialog.java | // Return true if there is already a config of that name defined | 0 | // Return true if there is already a config of that name defined | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,313 | RenameConfigurationDialog.java | // Add a label and a text widget for Configuration's description | 0 | // Add a label and a text widget for Configuration's description | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,314 | RenameConfigurationDialog.java | // Add a label and a text widget for Configuration's name | 0 | // Add a label and a text widget for Configuration's name | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,315 | RenameConfigurationDialog.java | // Create a group for the name & description | 0 | // Create a group for the name & description | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,317 | RenameConfigurationDialog.java | Method declared on Dialog. Cache the name and base config selections.
* We don't have to worry that the index or name is wrong because we
* enable the OK button IFF those conditions are met. | 0 | Method declared on Dialog. Cache the name and base config selections.
* We don't have to worry that the index or name is wrong because we
* enable the OK button IFF those conditions are met. | RenameConfigurationDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,318 | CompositeInputSplit.java | This InputSplit contains a set of child InputSplits. Any InputSplit inserted
* into this collection must have a public default constructor. | 0 | This InputSplit contains a set of child InputSplits. Any InputSplit inserted
* into this collection must have a public default constructor. | CompositeInputSplit.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,319 | CompositeInputSplit.java | @code
* <count><class1><class2>...<classn><split1><split2>...<splitn> | 0 | @code
* <count><class1><class2>...<classn><split1><split2>...<splitn> | CompositeInputSplit.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,323 | CompositeInputSplit.java | * Return the aggregate length of all child InputSplits currently added. | 0 | * Return the aggregate length of all child InputSplits currently added. | CompositeInputSplit.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,325 | CompositeInputSplit.java | * Collect a set of hosts from all child InputSplits. | 0 | * Collect a set of hosts from all child InputSplits. | CompositeInputSplit.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,326 | CompositeInputSplit.java | * getLocations from ith InputSplit. | 0 | * getLocations from ith InputSplit. | CompositeInputSplit.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,327 | CompositeInputSplit.java | * Write splits in the following format. | 0 | * Write splits in the following format. | CompositeInputSplit.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,329 | PropertyValueChange.java | // replace text fields with comboboxes | 0 | // replace text fields with comboboxes | PropertyValueChange.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,330 | PropertyValueChange.java | // we must hook value change listener to ensure updates in all use
// cases (eg. edit mode) | 0 | // we must hook value change listener to ensure updates in all use
// cases (eg. edit mode) | PropertyValueChange.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,331 | PropertyValueChange.java | // Also use column generator in test, to ensure it is possible to build
// columns that update automatically. | 0 | // Also use column generator in test, to ensure it is possible to build
// columns that update automatically. | PropertyValueChange.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,332 | UninterruptibleMonitorTest.java | @link Monitor | 0 | @link Monitor | UninterruptibleMonitorTest.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,334 | UninterruptibleMonitorTest.java | /*
* Copyright (C) 2010 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ | 0 | /*
* Copyright (C) 2010 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ | UninterruptibleMonitorTest.java | [
0,
1,
0,
0,
0,
0,
0
] |
6,338 | TabSpaceNotScroll.java | If the space is pressed on the tabs of a tabsheet the browser default scroll
* behavior must be prevented. | 0 | If the space is pressed on the tabs of a tabsheet the browser default scroll
* behavior must be prevented. | TabSpaceNotScroll.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,340 | JavaMultilayerPerceptronClassifierExample.java | * An example for Multilayer Perceptron Classification. | 0 | * An example for Multilayer Perceptron Classification. | JavaMultilayerPerceptronClassifierExample.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,341 | JavaMultilayerPerceptronClassifierExample.java | // Load training data | 0 | // Load training data | JavaMultilayerPerceptronClassifierExample.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,342 | JavaMultilayerPerceptronClassifierExample.java | // Split the data into train and test | 0 | // Split the data into train and test | JavaMultilayerPerceptronClassifierExample.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,343 | JavaMultilayerPerceptronClassifierExample.java | DataFrame[] splits = dataFrame.randomSplit(new double[]{0.6, 0.4}, 1234L);
DataFrame train = splits[0];
DataFrame test = splits[1]; | 0 | DataFrame[] splits = dataFrame.randomSplit(new double[]{0.6, 0.4}, 1234L);
DataFrame train = splits[0];
DataFrame test = splits[1]; | JavaMultilayerPerceptronClassifierExample.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,345 | JavaMultilayerPerceptronClassifierExample.java | // create the trainer and set its parameters | 0 | // create the trainer and set its parameters | JavaMultilayerPerceptronClassifierExample.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,347 | JavaMultilayerPerceptronClassifierExample.java | // compute precision on the test set | 0 | // compute precision on the test set | JavaMultilayerPerceptronClassifierExample.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,349 | SynchronizedMapTest.java | @code Synchronized#map | 0 | @code Synchronized#map | SynchronizedMapTest.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,350 | SynchronizedMapTest.java | @author Mike Bostock | 0 | @author Mike Bostock | SynchronizedMapTest.java | [
0,
1,
0,
0,
0,
0,
0
] |
6,352 | SynchronizedMapTest.java | Tests for {@code Synchronized#map}. | 0 | Tests for {@code Synchronized#map}. | SynchronizedMapTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,354 | Checkpointer.java | The Checkpointer is responsible for supporting periodic checkpoints
* of the HDFS metadata. | 0 | The Checkpointer is responsible for supporting periodic checkpoints
* of the HDFS metadata. | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,356 | Checkpointer.java | * Create a connection to the primary namenode. | 0 | * Create a connection to the primary namenode. | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,357 | Checkpointer.java | * Initialize checkpoint. | 0 | * Initialize checkpoint. | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,358 | Checkpointer.java | // Create connection to the namenode. | 0 | // Create connection to the namenode. | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,360 | Checkpointer.java | // Pull out exact http address for posting url to avoid ip aliasing issues | 0 | // Pull out exact http address for posting url to avoid ip aliasing issues | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,362 | Checkpointer.java | // The main work loop | 0 | // The main work loop | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,363 | Checkpointer.java | // Check the size of the edit log once every 5 minutes. | 0 | // Check the size of the edit log once every 5 minutes. | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,365 | Checkpointer.java | // do nothing | 0 | // do nothing | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,366 | Checkpointer.java | * Create a new checkpoint | 0 | * Create a new checkpoint | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,368 | Checkpointer.java | // we don't have enough logs to roll forward using only logs. Need
// to download and load the image. | 0 | // we don't have enough logs to roll forward using only logs. Need
// to download and load the image. | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,369 | Checkpointer.java | // get edits files | 0 | // get edits files | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,370 | Checkpointer.java | // keep registration up to date | 0 | // keep registration up to date | Checkpointer.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,372 | SettingsContext.java | //system flags are read only; | 0 | //system flags are read only; | SettingsContext.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,374 | TestStreamingFailure.java | This class tests if hadoopStreaming returns Exception
* on failure when submitted an invalid/failed job
* The test case provides an invalid input file for map/reduce job as
* a unit test case | 0 | This class tests if hadoopStreaming returns Exception
* on failure when submitted an invalid/failed job
* The test case provides an invalid input file for map/reduce job as
* a unit test case | TestStreamingFailure.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,375 | QueuingContainerManagerImpl.java | @link ContainerManagerImpl | 0 | @link ContainerManagerImpl | QueuingContainerManagerImpl.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,376 | QueuingContainerManagerImpl.java | Class extending {@link ContainerManagerImpl} and is used when queuing at the
* NM is enabled. | 0 | Class extending {@link ContainerManagerImpl} and is used when queuing at the
* NM is enabled. | QueuingContainerManagerImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,378 | QueuingContainerManagerImpl.java | // Kill running opportunistic containers to make space for
// guaranteed container. | 0 | // Kill running opportunistic containers to make space for
// guaranteed container. | QueuingContainerManagerImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,379 | QueuingContainerManagerImpl.java | // The container started execution in the meanwhile. | 0 | // The container started execution in the meanwhile. | QueuingContainerManagerImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,380 | QueuingContainerManagerImpl.java | // If container is null and distributed scheduling is enabled, container
// might be queued. Otherwise, container might not be handled by this NM. | 0 | // If container is null and distributed scheduling is enabled, container
// might be queued. Otherwise, container might not be handled by this NM. | QueuingContainerManagerImpl.java | [
0,
0,
0,
0,
0,
0,
1
] |
6,381 | QueuingContainerManagerImpl.java | * Start the execution of the given container. Also add it to the allocated
* containers, and update allocated resource utilization. | 0 | * Start the execution of the given container. Also add it to the allocated
* containers, and update allocated resource utilization. | QueuingContainerManagerImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,382 | QueuingContainerManagerImpl.java | // Start execution of container. | 0 | // Start execution of container. | QueuingContainerManagerImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,383 | QueuingContainerManagerImpl.java | Remove the given container from the container queues. | 0 | Remove the given container from the container queues. | QueuingContainerManagerImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,384 | QueuingContainerManagerImpl.java | Remove the given container from the allocated containers, and update
* allocated container utilization accordingly. | 0 | Remove the given container from the allocated containers, and update
* allocated container utilization accordingly. | QueuingContainerManagerImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,385 | QueuingContainerManagerImpl.java | // If container was indeed running, update allocated resource utilization. | 0 | // If container was indeed running, update allocated resource utilization. | QueuingContainerManagerImpl.java | [
0,
0,
0,
0,
0,
0,
1
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.