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
|
|---|---|---|---|---|---|
7,107
|
VTooltip.java
|
@link #getQuickOpenDelay()
| 0
|
@link #getQuickOpenDelay() | VTooltip.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
7,111
|
VTooltip.java
|
* @return The quick open timeout (in ms)
| 0
|
* @return The quick open timeout (in ms) | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,112
|
VTooltip.java
|
* @return The close timeout (in ms)
| 0
|
* @return The close timeout (in ms) | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,114
|
VTooltip.java
|
@param widget
* Widget which DOM handlers are connected
| 0
|
@param widget
* Widget which DOM handlers are connected | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,116
|
VTooltip.java
|
* @return TooltipInfo if connector and tooltip found, null if not
| 0
|
* @return TooltipInfo if connector and tooltip found, null if not | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,117
|
VTooltip.java
|
* @return boolean
| 0
|
* @return boolean | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,119
|
VTooltip.java
|
* @return The final y-coordinate
| 0
|
* @return The final y-coordinate | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,123
|
VTooltip.java
|
* @return The final X-coordinate
| 0
|
* @return The final X-coordinate | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,125
|
VTooltip.java
|
* @return The final X-coordinate
| 0
|
* @return The final X-coordinate | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,126
|
VTooltip.java
|
@since 7.2.4
| 0
|
@since 7.2.4 | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,128
|
VTooltip.java
|
@param info
* with the content of the tooltip
| 0
|
@param info
* with the content of the tooltip | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,129
|
VTooltip.java
|
Used to show tooltips; usually used via the singleton in
* {@link ApplicationConnection}. NOTE that #setOwner(Widget)} should be
* called after instantiating.
| 0
|
Used to show tooltips; usually used via the singleton in
* {@link ApplicationConnection}. NOTE that #setOwner(Widget)} should be
* called after instantiating. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,130
|
VTooltip.java
|
When a tooltip is shown, the content of the tooltip changes. With a
// tooltip being a live-area, this change is notified to a assistive
// device.
| 0
|
When a tooltip is shown, the content of the tooltip changes. With a
// tooltip being a live-area, this change is notified to a assistive
// device. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,131
|
VTooltip.java
|
// Tooltip needs to be on top of other VOverlay elements.
| 0
|
// Tooltip needs to be on top of other VOverlay elements. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,132
|
VTooltip.java
|
* Show the tooltip with the provided info for assistive devices.
| 0
|
* Show the tooltip with the provided info for assistive devices. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,133
|
VTooltip.java
|
* Initialize the tooltip overlay for assistive devices.
| 0
|
* Initialize the tooltip overlay for assistive devices. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,135
|
VTooltip.java
|
// Check new height and width with reflowed content
| 0
|
// Check new height and width with reflowed content | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,136
|
VTooltip.java
|
Return the final X-coordinate of the tooltip based on cursor
* position, size of the tooltip, size of the page and necessary
* margins.
| 0
|
Return the final X-coordinate of the tooltip based on cursor
* position, size of the tooltip, size of the page and necessary
* margins. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,137
|
VTooltip.java
|
// Do not allow x to be zero, for otherwise the tooltip
// does not close when the mouse is moved (see
// isTooltipOpen()). #15129
| 0
|
// Do not allow x to be zero, for otherwise the tooltip
// does not close when the mouse is moved (see
// isTooltipOpen()). #15129 | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,139
|
VTooltip.java
|
Do not allow x to be zero, for otherwise the tooltip
// does not close when the mouse is moved (see
// isTooltipOpen()). #15129
| 0
|
Do not allow x to be zero, for otherwise the tooltip
// does not close when the mouse is moved (see
// isTooltipOpen()). #15129 | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,140
|
VTooltip.java
|
Return the final Y-coordinate of the tooltip based on cursor
* position, size of the tooltip, size of the page and necessary
* margins.
| 0
|
Return the final Y-coordinate of the tooltip based on cursor
* position, size of the tooltip, size of the page and necessary
* margins. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,146
|
VTooltip.java
|
For assistive tooltips to work correctly we must have the tooltip visible
* and attached to the DOM well in advance. For this reason both isShowing
* and isVisible return false positives. We can't override either of them as
* external code may depend on this behavior.
| 0
|
For assistive tooltips to work correctly we must have the tooltip visible
* and attached to the DOM well in advance. For this reason both isShowing
* and isVisible return false positives. We can't override either of them as
* external code may depend on this behavior. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,147
|
VTooltip.java
|
// already about to close
| 0
|
// already about to close | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,149
|
VTooltip.java
|
// Cancel closing so tooltip stays open and user can copy paste the
// tooltip
| 0
|
// Cancel closing so tooltip stays open and user can copy paste the
// tooltip | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,150
|
VTooltip.java
|
* Replace current open tooltip with new content
| 0
|
* Replace current open tooltip with new content | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,152
|
VTooltip.java
|
* Locate the tooltip for given element
| 0
|
* Locate the tooltip for given element | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,153
|
VTooltip.java
|
// Try to find first connector with proper tooltip info
| 0
|
// Try to find first connector with proper tooltip info | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,155
|
VTooltip.java
|
Displays Tooltip when page is navigated with the keyboard.
*
* Tooltip is not visible. This makes it possible for assistive devices
* to recognize the tooltip.
| 0
|
Displays Tooltip when page is navigated with the keyboard.
*
* Tooltip is not visible. This makes it possible for assistive devices
* to recognize the tooltip. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,156
|
VTooltip.java
|
Hides Tooltip when the page is navigated with the keyboard.
*
* Removes the Tooltip from page to make sure assistive devices don't
* recognize it by accident.
| 0
|
Hides Tooltip when the page is navigated with the keyboard.
*
* Removes the Tooltip from page to make sure assistive devices don't
* recognize it by accident. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,157
|
VTooltip.java
|
// We can ignore move event if it's handled by move or over already
| 0
|
// We can ignore move event if it's handled by move or over already | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,158
|
VTooltip.java
|
If the parent (sub)component already has a tooltip open and it
// hasn't changed, we ignore the event.
| 0
|
If the parent (sub)component already has a tooltip open and it
// hasn't changed, we ignore the event. | VTooltip.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
7,159
|
VTooltip.java
|
TooltipInfo contains a reference to the parent component that is
// checked in it's equals-method.
| 0
|
TooltipInfo contains a reference to the parent component that is
// checked in it's equals-method. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,160
|
VTooltip.java
|
// Schedule timer for showing the tooltip according to if it
// was recently closed or not.
| 0
|
// Schedule timer for showing the tooltip according to if it
// was recently closed or not. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,162
|
VTooltip.java
|
* Returns the unique id of the tooltip element.
| 0
|
* Returns the unique id of the tooltip element. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,163
|
VTooltip.java
|
Returns the time (in ms) the tooltip should be displayed after an event
* that will cause it to be closed (e.g. mouse click outside the component,
* key down).
| 0
|
Returns the time (in ms) the tooltip should be displayed after an event
* that will cause it to be closed (e.g. mouse click outside the component,
* key down). | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,164
|
VTooltip.java
|
Sets the time (in ms) the tooltip should be displayed after an event that
* will cause it to be closed (e.g. mouse click outside the component, key
* down).
| 0
|
Sets the time (in ms) the tooltip should be displayed after an event that
* will cause it to be closed (e.g. mouse click outside the component, key
* down). | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,165
|
VTooltip.java
|
@param closeTimeout
* The close timeout (in ms)
| 0
|
@param closeTimeout
* The close timeout (in ms) | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,167
|
VTooltip.java
|
Sets the time (in ms) that determines when {@link #getQuickOpenDelay()}
* should be used instead of {@link #getOpenDelay()}. The quick open delay
* is used when the tooltip has very recently been shown, is currently
* hidden but about to be shown again.
| 0
|
Sets the time (in ms) that determines when {@link #getQuickOpenDelay()}
* should be used instead of {@link #getOpenDelay()}. The quick open delay
* is used when the tooltip has very recently been shown, is currently
* hidden but about to be shown again. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,168
|
VTooltip.java
|
Returns the time (in ms) that should elapse before a tooltip will be
* shown, in the situation when a tooltip has very recently been shown
* (within {@link #getQuickOpenDelay()} ms).
| 0
|
Returns the time (in ms) that should elapse before a tooltip will be
* shown, in the situation when a tooltip has very recently been shown
* (within {@link #getQuickOpenDelay()} ms). | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,172
|
VTooltip.java
|
Sets the time (in ms) that should elapse after an event triggering
* tooltip showing has occurred (e.g. mouse over) before the tooltip is
* shown. If a tooltip has recently been shown, then
* {@link #getQuickOpenDelay()} is used instead of this.
| 0
|
Sets the time (in ms) that should elapse after an event triggering
* tooltip showing has occurred (e.g. mouse over) before the tooltip is
* shown. If a tooltip has recently been shown, then
* {@link #getQuickOpenDelay()} is used instead of this. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,173
|
VTooltip.java
|
Sets the maximum width of the tooltip popup.
| 0
|
Sets the maximum width of the tooltip popup. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,174
|
VTooltip.java
|
Returns the maximum width of the tooltip popup.
| 0
|
Returns the maximum width of the tooltip popup. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,177
|
ISourceLookup.java
|
Service for mapping debugger paths to host paths. This service is needed
* primarily by other services that need to access source-path mappings, such
* as the breakpoints service. For UI components, the platform source lookup
* interfaces could be sufficient.
| 0
|
Service for mapping debugger paths to host paths. This service is needed
* primarily by other services that need to access source-path mappings, such
* as the breakpoints service. For UI components, the platform source lookup
* interfaces could be sufficient. | ISourceLookup.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,178
|
ISourceLookup.java
|
* Retrieves the host source object for given debugger path string.
| 0
|
* Retrieves the host source object for given debugger path string. | ISourceLookup.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,180
|
MIExecStep.java
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Wind River Systems - Modified for new DSF Reference Implementation
* Ericsson - Modified for handling of execution contexts
| 0
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Wind River Systems - Modified for new DSF Reference Implementation
* Ericsson - Modified for handling of execution contexts | MIExecStep.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
7,181
|
MIExecStep.java
|
-exec-step [count]
*
* Asynchronous command. Resumes execution of the inferior program,
* stopping when the beginning of the next source line is reached, if the
* next source line is not a function call. If it is, stop at the first
* instruction of the called function.
| 0
|
-exec-step [count]
*
* Asynchronous command. Resumes execution of the inferior program,
* stopping when the beginning of the next source line is reached, if the
* next source line is not a function call. If it is, stop at the first
* instruction of the called function. | MIExecStep.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,182
|
JobHistoryParser.java
|
Default Parser for the JobHistory files. Typical usage is
* JobHistoryParser parser = new JobHistoryParser(fs, historyFile);
* job = parser.parse();
| 0
|
Default Parser for the JobHistory files. Typical usage is
* JobHistoryParser parser = new JobHistoryParser(fs, historyFile);
* job = parser.parse(); | JobHistoryParser.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,183
|
JobHistoryParser.java
|
* @param fs
| 0
|
* @param fs | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,184
|
JobHistoryParser.java
|
* @param file
| 0
|
* @param file | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,185
|
JobHistoryParser.java
|
* @param fs
| 0
|
* @param fs | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,186
|
JobHistoryParser.java
|
* @param historyFile
| 0
|
* @param historyFile | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,187
|
JobHistoryParser.java
|
* @param in
| 0
|
* @param in | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,189
|
JobHistoryParser.java
|
* @return the parse exception, if any
| 0
|
* @return the parse exception, if any | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,192
|
JobHistoryParser.java
|
/** @return the job id */
| 0
|
/** @return the job id */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,193
|
JobHistoryParser.java
|
/** @return the user name */
| 0
|
/** @return the user name */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,194
|
JobHistoryParser.java
|
/** @return the job name */
| 0
|
/** @return the job name */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,195
|
JobHistoryParser.java
|
/** @return the job queue name */
| 0
|
/** @return the job queue name */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,197
|
JobHistoryParser.java
|
/** @return the job launch time */
| 0
|
/** @return the job launch time */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,199
|
JobHistoryParser.java
|
/** @return the total number of reduces */
| 0
|
/** @return the total number of reduces */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,200
|
JobHistoryParser.java
|
/** @return the total number of failed maps */
| 0
|
/** @return the total number of failed maps */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,202
|
JobHistoryParser.java
|
/** @return the number of finished maps */
| 0
|
/** @return the number of finished maps */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,203
|
JobHistoryParser.java
|
/** @return the number of finished reduces */
| 0
|
/** @return the number of finished reduces */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,204
|
JobHistoryParser.java
|
/** @return the job status */
| 0
|
/** @return the job status */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,205
|
JobHistoryParser.java
|
/** @return the counters for the job */
| 0
|
/** @return the counters for the job */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,206
|
JobHistoryParser.java
|
/** @return the map counters for the job */
| 0
|
/** @return the map counters for the job */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,207
|
JobHistoryParser.java
|
/** @return the reduce counters for the job */
| 0
|
/** @return the reduce counters for the job */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,208
|
JobHistoryParser.java
|
/** @return the map of all tasks in this job */
| 0
|
/** @return the map of all tasks in this job */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,210
|
JobHistoryParser.java
|
/** @return the priority of this job */
| 0
|
/** @return the priority of this job */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,211
|
JobHistoryParser.java
|
/** @return the uberized status of this job */
| 0
|
/** @return the uberized status of this job */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,212
|
JobHistoryParser.java
|
/** @return the AMInfo for the job's AppMaster */
| 0
|
/** @return the AMInfo for the job's AppMaster */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,213
|
JobHistoryParser.java
|
/** @return the AMInfo for the newest AppMaster */
| 0
|
/** @return the AMInfo for the newest AppMaster */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,214
|
JobHistoryParser.java
|
/** @return the Task ID */
| 0
|
/** @return the Task ID */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,215
|
JobHistoryParser.java
|
/** @return the start time of this task */
| 0
|
/** @return the start time of this task */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,216
|
JobHistoryParser.java
|
/** @return the finish time of this task */
| 0
|
/** @return the finish time of this task */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,219
|
JobHistoryParser.java
|
/** @return the counters for this task */
| 0
|
/** @return the counters for this task */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,220
|
JobHistoryParser.java
|
/** @return the task status */
| 0
|
/** @return the task status */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,221
|
JobHistoryParser.java
|
/** @return the attempt Id that caused this task to fail */
| 0
|
/** @return the attempt Id that caused this task to fail */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,222
|
JobHistoryParser.java
|
/** @return the attempt Id that caused this task to succeed */
| 0
|
/** @return the attempt Id that caused this task to succeed */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,223
|
JobHistoryParser.java
|
/** @return the error */
| 0
|
/** @return the error */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,224
|
JobHistoryParser.java
|
/** @return the map of all attempts for this task */
| 0
|
/** @return the map of all attempts for this task */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,225
|
JobHistoryParser.java
|
/** @return the attempt Id */
| 0
|
/** @return the attempt Id */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,226
|
JobHistoryParser.java
|
/** @return the start time of the attempt */
| 0
|
/** @return the start time of the attempt */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,227
|
JobHistoryParser.java
|
/** @return the finish time of the attempt */
| 0
|
/** @return the finish time of the attempt */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,229
|
JobHistoryParser.java
|
/** @return the sort finish time. Applicable only for reduce attempts */
| 0
|
/** @return the sort finish time. Applicable only for reduce attempts */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,232
|
JobHistoryParser.java
|
/** @return the state */
| 0
|
/** @return the state */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,233
|
JobHistoryParser.java
|
/** @return the task status */
| 0
|
/** @return the task status */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,234
|
JobHistoryParser.java
|
/** @return the task type */
| 0
|
/** @return the task type */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,235
|
JobHistoryParser.java
|
/** @return the tracker name where the attempt executed */
| 0
|
/** @return the tracker name where the attempt executed */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,236
|
JobHistoryParser.java
|
/** @return the host name */
| 0
|
/** @return the host name */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,237
|
JobHistoryParser.java
|
/** @return the port */
| 0
|
/** @return the port */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,238
|
JobHistoryParser.java
|
/** @return the rack name */
| 0
|
/** @return the rack name */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,240
|
JobHistoryParser.java
|
/** @return the HTTP port for the tracker */
| 0
|
/** @return the HTTP port for the tracker */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,241
|
JobHistoryParser.java
|
/** @return the Shuffle port for the tracker */
| 0
|
/** @return the Shuffle port for the tracker */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,242
|
JobHistoryParser.java
|
/** @return the ContainerId for the tracker */
| 0
|
/** @return the ContainerId for the tracker */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,244
|
JobHistoryParser.java
|
/** @return the port for the node manager running the AM */
| 0
|
/** @return the port for the node manager running the AM */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,246
|
JobHistoryParser.java
|
/** @return the container id for the AM */
| 0
|
/** @return the container id for the AM */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,247
|
JobHistoryParser.java
|
/** @return the start time of the AM */
| 0
|
/** @return the start time of the AM */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,248
|
JobHistoryParser.java
|
/** @return the ApplicationAttemptId */
| 0
|
/** @return the ApplicationAttemptId */ | JobHistoryParser.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,249
|
JobHistoryParser.java
|
* Print all the information about this AM.
| 0
|
* Print all the information about this AM. | JobHistoryParser.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,250
|
JobHistoryParser.java
|
Create a AM Info which will store AM level information on a history
* parse.
| 0
|
Create a AM Info which will store AM level information on a history
* parse. | JobHistoryParser.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.