index
int64 0
10.7k
| class
stringclasses 867
values | comment_sentence
stringlengths 1
1.78k
| partition
int64 0
0
| combo
stringlengths 17
1.81k
| labels
listlengths 7
7
|
|---|---|---|---|---|---|
9,187
|
LineWrappingTabPage.java
|
// In order to select a category with preview initially
| 0
|
// In order to select a category with preview initially | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,188
|
LineWrappingTabPage.java
|
* @param modifyDialog
| 0
|
* @param modifyDialog | LineWrappingTabPage.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
9,189
|
LineWrappingTabPage.java
|
* @param workingValues
| 0
|
* @param workingValues | LineWrappingTabPage.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
9,190
|
LineWrappingTabPage.java
|
* @return Create the categories tree.
| 0
|
* @return Create the categories tree. | LineWrappingTabPage.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
9,191
|
LineWrappingTabPage.java
|
// selection state object
| 0
|
// selection state object | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,192
|
LineWrappingTabPage.java
|
// combo IndentStyleCombo
| 0
|
// combo IndentStyleCombo | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,193
|
LineWrappingTabPage.java
|
// label "Select indentation style:"
| 0
|
// label "Select indentation style:" | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,194
|
LineWrappingTabPage.java
|
// checkbox "Force split"
| 0
|
// checkbox "Force split" | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,195
|
LineWrappingTabPage.java
|
// combo SplitStyleCombo
| 0
|
// combo SplitStyleCombo | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,196
|
LineWrappingTabPage.java
|
// label "Select split style:"
| 0
|
// label "Select split style:" | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,197
|
LineWrappingTabPage.java
|
* Create a new line wrapping tab page.
| 0
|
* Create a new line wrapping tab page. | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,198
|
LineWrappingTabPage.java
|
* The key for the preview line width.
| 0
|
* The key for the preview line width. | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,199
|
LineWrappingTabPage.java
|
* A special options store wherein the preview line width is kept.
| 0
|
* A special options store wherein the preview line width is kept. | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,200
|
LineWrappingTabPage.java
|
* An object containing the state for the UI.
| 0
|
* An object containing the state for the UI. | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,201
|
LineWrappingTabPage.java
|
* The current selection of elements.
| 0
|
* The current selection of elements. | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,202
|
LineWrappingTabPage.java
|
* The category listener which makes the selection persistent.
| 0
|
* The category listener which makes the selection persistent. | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,203
|
LineWrappingTabPage.java
|
* A collection containing the categories tree. This is used as model for the tree viewer.
| 0
|
* A collection containing the categories tree. This is used as model for the tree viewer. | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,204
|
LineWrappingTabPage.java
|
* The dialog settings.
| 0
|
* The dialog settings. | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,205
|
LineWrappingTabPage.java
|
* The key to save the user's preview window width in the dialog settings.
| 0
|
* The key to save the user's preview window width in the dialog settings. | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,206
|
LineWrappingTabPage.java
|
* The default preview line width.
| 0
|
* The default preview line width. | LineWrappingTabPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,207
|
LongRangeValidator.java
|
@link Long
| 0
|
@link Long | LongRangeValidator.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
9,214
|
LongRangeValidator.java
|
@author Vaadin Ltd.
| 0
|
@author Vaadin Ltd. | LongRangeValidator.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
9,215
|
LongRangeValidator.java
|
* Validator for validating that an {@link Long} is inside a given range.
| 0
|
* Validator for validating that an {@link Long} is inside a given range. | LongRangeValidator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,216
|
LongRangeValidator.java
|
Creates a validator for checking that an Long is within a given range.
*
* By default the range is inclusive i.e. both minValue and maxValue are
* valid values. Use {@link #setMinValueIncluded(boolean)} or
* {@link #setMaxValueIncluded(boolean)} to change it.
| 0
|
Creates a validator for checking that an Long is within a given range.
*
* By default the range is inclusive i.e. both minValue and maxValue are
* valid values. Use {@link #setMinValueIncluded(boolean)} or
* {@link #setMaxValueIncluded(boolean)} to change it. | LongRangeValidator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,217
|
ExpressionEvaluator.java
|
Contributors:
* IBM Corporation - initial implementation
* Markus Schorn (Wind River Systems)
* Bryan Wilkinson (QNX) - https://bugs.eclipse.org/bugs/show_bug.cgi?id=151207
* Anton Leherbauer (Wind River Systems)
* Richard Eames
| 0
|
Contributors:
* IBM Corporation - initial implementation
* Markus Schorn (Wind River Systems)
* Bryan Wilkinson (QNX) - https://bugs.eclipse.org/bugs/show_bug.cgi?id=151207
* Anton Leherbauer (Wind River Systems)
* Richard Eames | ExpressionEvaluator.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
9,218
|
ExpressionEvaluator.java
|
* Used to evaluate expressions in preprocessor directives.
| 0
|
* Used to evaluate expressions in preprocessor directives. | ExpressionEvaluator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,219
|
ExpressionEvaluator.java
|
// 16.1.4 alternate keywords are not replaced by a 0
| 0
|
// 16.1.4 alternate keywords are not replaced by a 0 | ExpressionEvaluator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,220
|
ExpressionEvaluator.java
|
// 16.1.4 keywords are replaced by 0
| 0
|
// 16.1.4 keywords are replaced by 0 | ExpressionEvaluator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,221
|
ExpressionEvaluator.java
|
// Integer constants written in binary are a non-standard extension
// supported by GCC since 4.3 and by some other C compilers
// They consist of a prefix 0b or 0B, followed by a sequence of 0 and 1 digits
// see http://gcc.gnu.org/onlinedocs/gcc/Binary-constants.html
| 0
|
// Integer constants written in binary are a non-standard extension
// supported by GCC since 4.3 and by some other C compilers
// They consist of a prefix 0b or 0B, followed by a sequence of 0 and 1 digits
// see http://gcc.gnu.org/onlinedocs/gcc/Binary-constants.html | ExpressionEvaluator.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
9,222
|
ExpressionEvaluator.java
|
// return early
| 0
|
// return early | ExpressionEvaluator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,223
|
ExpressionEvaluator.java
|
// A suffix cannot start with a number
| 0
|
// A suffix cannot start with a number | ExpressionEvaluator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,224
|
ExpressionEvaluator.java
|
// Possible that the prefix is bad.
| 0
|
// Possible that the prefix is bad. | ExpressionEvaluator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,225
|
ExpressionEvaluator.java
|
/*
* If we get in here, then the number literal is 2 characters,
* but hasn't had the last character checked if it's a suffix
*/
| 0
|
/*
* If we get in here, then the number literal is 2 characters,
* but hasn't had the last character checked if it's a suffix
*/ | ExpressionEvaluator.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
9,226
|
ExpressionEvaluator.java
|
// The rest should be a suffix
| 0
|
// The rest should be a suffix | ExpressionEvaluator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,227
|
JavaGradientBoostedTreeClassifierExample.java
|
// Load and parse the data file, converting it to a DataFrame.
| 0
|
// Load and parse the data file, converting it to a DataFrame. | JavaGradientBoostedTreeClassifierExample.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,228
|
JavaGradientBoostedTreeClassifierExample.java
|
// Index labels, adding metadata to the label column.
// Fit on whole dataset to include all labels in index.
| 0
|
// Index labels, adding metadata to the label column.
// Fit on whole dataset to include all labels in index. | JavaGradientBoostedTreeClassifierExample.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,229
|
JavaGradientBoostedTreeClassifierExample.java
|
// Automatically identify categorical features, and index them.
// Set maxCategories so features with > 4 distinct values are treated as continuous.
| 0
|
// Automatically identify categorical features, and index them.
// Set maxCategories so features with > 4 distinct values are treated as continuous. | JavaGradientBoostedTreeClassifierExample.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,230
|
JavaGradientBoostedTreeClassifierExample.java
|
// Split the data into training and test sets (30% held out for testing)
| 0
|
// Split the data into training and test sets (30% held out for testing) | JavaGradientBoostedTreeClassifierExample.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,231
|
JavaGradientBoostedTreeClassifierExample.java
|
// Train a GBT model.
| 0
|
// Train a GBT model. | JavaGradientBoostedTreeClassifierExample.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,232
|
JavaGradientBoostedTreeClassifierExample.java
|
// Convert indexed labels back to original labels.
| 0
|
// Convert indexed labels back to original labels. | JavaGradientBoostedTreeClassifierExample.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,233
|
JavaGradientBoostedTreeClassifierExample.java
|
// Chain indexers and GBT in a Pipeline
| 0
|
// Chain indexers and GBT in a Pipeline | JavaGradientBoostedTreeClassifierExample.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,234
|
JavaGradientBoostedTreeClassifierExample.java
|
// Train model. This also runs the indexers.
| 0
|
// Train model. This also runs the indexers. | JavaGradientBoostedTreeClassifierExample.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,235
|
JavaGradientBoostedTreeClassifierExample.java
|
// Make predictions.
| 0
|
// Make predictions. | JavaGradientBoostedTreeClassifierExample.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,236
|
JavaGradientBoostedTreeClassifierExample.java
|
// Select example rows to display.
| 0
|
// Select example rows to display. | JavaGradientBoostedTreeClassifierExample.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,237
|
JavaGradientBoostedTreeClassifierExample.java
|
// Select (prediction, true label) and compute test error
| 0
|
// Select (prediction, true label) and compute test error | JavaGradientBoostedTreeClassifierExample.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,238
|
EditorReopener.java
|
Contributors:
* Andrew Ferguson (Symbian) - Initial implementation
| 0
|
Contributors:
* Andrew Ferguson (Symbian) - Initial implementation | EditorReopener.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
9,239
|
EditorReopener.java
|
Listens to change in doc-comment ownership and reinitializes
* the editors (or a safe superset of) that need reopening.
| 0
|
Listens to change in doc-comment ownership and reinitializes
* the editors (or a safe superset of) that need reopening. | EditorReopener.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,240
|
EditorReopener.java
|
* @see org.eclipse.cdt.ui.text.doctools.IDocCommentOwnershipListener#ownershipChanged(org.eclipse.core.resources.IResource, boolean, org.eclipse.cdt.ui.text.doctools.IDocCommentOwner, org.eclipse.cdt.ui.text.doctools.IDocCommentOwner)
| 0
|
* @see org.eclipse.cdt.ui.text.doctools.IDocCommentOwnershipListener#ownershipChanged(org.eclipse.core.resources.IResource, boolean, org.eclipse.cdt.ui.text.doctools.IDocCommentOwner, org.eclipse.cdt.ui.text.doctools.IDocCommentOwner) | EditorReopener.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
9,241
|
EditorReopener.java
|
* @see org.eclipse.cdt.ui.text.doctools.IDocCommentOwnershipListener#workspaceOwnershipChanged(org.eclipse.cdt.ui.text.doctools.IDocCommentOwner, org.eclipse.cdt.ui.text.doctools.IDocCommentOwner)
| 0
|
* @see org.eclipse.cdt.ui.text.doctools.IDocCommentOwnershipListener#workspaceOwnershipChanged(org.eclipse.cdt.ui.text.doctools.IDocCommentOwner, org.eclipse.cdt.ui.text.doctools.IDocCommentOwner) | EditorReopener.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
9,242
|
EditorReopener.java
|
@link IEditorPart
| 0
|
@link IEditorPart | EditorReopener.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
9,243
|
EditorReopener.java
|
* @param window
| 0
|
* @param window | EditorReopener.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
9,244
|
EditorReopener.java
|
* @param resource may be null to indicate all CDT editors should be reopened
| 0
|
* @param resource may be null to indicate all CDT editors should be reopened | EditorReopener.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
9,245
|
EditorReopener.java
|
@return an array of {@link IEditorPart} objects that might need to be reinitialized
* based on doc-comment ownership of the specified resource changing
| 0
|
@return an array of {@link IEditorPart} objects that might need to be reinitialized
* based on doc-comment ownership of the specified resource changing | EditorReopener.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
9,246
|
EditorReopener.java
|
* This could be smarter in determining smaller sets of editors to re-open
| 0
|
* This could be smarter in determining smaller sets of editors to re-open | EditorReopener.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,247
|
CPathIncludeSymbolEntryBasePage.java
|
Contributors:
* IBM - Initial API and implementation
| 0
|
Contributors:
* IBM - Initial API and implementation | CPathIncludeSymbolEntryBasePage.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
9,248
|
CPathIncludeSymbolEntryBasePage.java
|
* Abstract DialogPage for C/C++ Project Paths page for 3.X projects.
| 0
|
* Abstract DialogPage for C/C++ Project Paths page for 3.X projects. | CPathIncludeSymbolEntryBasePage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,249
|
CPathIncludeSymbolEntryBasePage.java
|
@deprecated as of CDT 4.0. This page was used to set preferences/properties
* for 3.X style projects.
| 0
|
@deprecated as of CDT 4.0. This page was used to set preferences/properties
* for 3.X style projects. | CPathIncludeSymbolEntryBasePage.java
|
[
0,
0,
0,
0,
0,
1,
0
] |
9,251
|
ICdtVariable.java
|
* @since 3.0
| 0
|
* @since 3.0 | ICdtVariable.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
9,252
|
ICdtVariable.java
|
This interface represents the given build macro
* Clients may implement or extend this interface.
| 0
|
This interface represents the given build macro
* Clients may implement or extend this interface. | ICdtVariable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,253
|
ICdtVariable.java
|
* can hold any text string
| 0
|
* can hold any text string | ICdtVariable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,254
|
ICdtVariable.java
|
* can hold the array of text string values
| 0
|
* can hold the array of text string values | ICdtVariable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,255
|
ICdtVariable.java
|
* can hold file path
| 0
|
* can hold file path | ICdtVariable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,256
|
ICdtVariable.java
|
* can hold the array of file path values
| 0
|
* can hold the array of file path values | ICdtVariable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,257
|
ICdtVariable.java
|
* can hold dir path
| 0
|
* can hold dir path | ICdtVariable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,258
|
ICdtVariable.java
|
* can hold the array of dir path values
| 0
|
* can hold the array of dir path values | ICdtVariable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,259
|
ICdtVariable.java
|
* can hold both file and dir path
| 0
|
* can hold both file and dir path | ICdtVariable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,260
|
ICdtVariable.java
|
* can hold the array of PATH_ANY values
| 0
|
* can hold the array of PATH_ANY values | ICdtVariable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,261
|
ICdtVariable.java
|
* Returns the macro name
| 0
|
* Returns the macro name | ICdtVariable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,262
|
ICdtVariable.java
|
* @return IBuildMacro.VALUE_xxx
| 0
|
* @return IBuildMacro.VALUE_xxx | ICdtVariable.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
9,263
|
MapRemoveTester.java
|
@code remove
| 0
|
@code remove | MapRemoveTester.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
9,264
|
MapRemoveTester.java
|
@link com.google.common.collect.testing.MapTestSuiteBuilder
| 0
|
@link com.google.common.collect.testing.MapTestSuiteBuilder | MapRemoveTester.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
9,265
|
MapRemoveTester.java
|
@author George van den Driessche
| 0
|
@author George van den Driessche | MapRemoveTester.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
9,267
|
MapRemoveTester.java
|
// too many "unchecked generic array creations"
| 0
|
// too many "unchecked generic array creations" | MapRemoveTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,268
|
MapRemoveTester.java
|
A generic JUnit test which tests {@code remove} operations on a map. Can't be
* invoked directly; please see
| 0
|
A generic JUnit test which tests {@code remove} operations on a map. Can't be
* invoked directly; please see | MapRemoveTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,269
|
MapRemoveTester.java
|
// success
| 0
|
// success | MapRemoveTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,270
|
MapRemoveTester.java
|
// success
| 0
|
// success | MapRemoveTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,271
|
MapRemoveTester.java
|
// success
| 0
|
// success | MapRemoveTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,273
|
ISilentRule.java
|
Prerequisites of this special target are targets themselves; this shall case
* commands associated with them not to be written to the standard output before
* they are executed.
| 0
|
Prerequisites of this special target are targets themselves; this shall case
* commands associated with them not to be written to the standard output before
* they are executed. | ISilentRule.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,275
|
ISilentRule.java
|
* @noimplement This interface is not intended to be implemented by clients.
| 0
|
* @noimplement This interface is not intended to be implemented by clients. | ISilentRule.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
9,276
|
DataGeneratorCacheManager.java
|
Contributors:
* Wind River Systems - initial API and implementation
| 0
|
Contributors:
* Wind River Systems - initial API and implementation | DataGeneratorCacheManager.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
9,277
|
DataGeneratorCacheManager.java
|
@link IDataGenerator
| 0
|
@link IDataGenerator | DataGeneratorCacheManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
9,278
|
DataGeneratorCacheManager.java
|
@link IDataGenerator
| 0
|
@link IDataGenerator | DataGeneratorCacheManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
9,279
|
DataGeneratorCacheManager.java
|
* @see CountCache#countChanged()
| 0
|
* @see CountCache#countChanged() | DataGeneratorCacheManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
9,280
|
DataGeneratorCacheManager.java
|
* @param index Index of value to return.
| 0
|
* @param index Index of value to return. | DataGeneratorCacheManager.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
9,281
|
DataGeneratorCacheManager.java
|
* @return Cache object for given value.
| 0
|
* @return Cache object for given value. | DataGeneratorCacheManager.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
9,282
|
DataGeneratorCacheManager.java
|
// Reset the count cache and all the value caches.
| 0
|
// Reset the count cache and all the value caches. | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,283
|
DataGeneratorCacheManager.java
|
// Reset selected value caches.
| 0
|
// Reset selected value caches. | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,284
|
DataGeneratorCacheManager.java
|
* Returns the cache for a value at given index.
| 0
|
* Returns the cache for a value at given index. | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,285
|
DataGeneratorCacheManager.java
|
* Returns the cache for data generator count.
| 0
|
* Returns the cache for data generator count. | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,286
|
DataGeneratorCacheManager.java
|
* Returns the data generator that this cache manager wraps.
| 0
|
* Returns the data generator that this cache manager wraps. | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,287
|
DataGeneratorCacheManager.java
|
Map of caches for retrieving values. Each value index has a separate
* cache value object.
| 0
|
Map of caches for retrieving values. Each value index has a separate
* cache value object. | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,288
|
DataGeneratorCacheManager.java
|
/** Cache for data generator's count */
| 0
|
/** Cache for data generator's count */ | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,289
|
DataGeneratorCacheManager.java
|
* Data generator that this cache manager is a wrapper for.
| 0
|
* Data generator that this cache manager is a wrapper for. | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,290
|
DataGeneratorCacheManager.java
|
* Executor used to synchronize data access in this cache manager.
* It has to be the same executor that is used by the data generators in
* order to guarantee data consistency.
| 0
|
* Executor used to synchronize data access in this cache manager.
* It has to be the same executor that is used by the data generators in
* order to guarantee data consistency. | DataGeneratorCacheManager.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
9,291
|
DataGeneratorCacheManager.java
|
// Make sure that if clients are currently waiting for a count,
// they are notified of the update (their request monitors will be
// completed with an error). They shoudl then re-request data
// from provider again.
| 0
|
// Make sure that if clients are currently waiting for a count,
// they are notified of the update (their request monitors will be
// completed with an error). They shoudl then re-request data
// from provider again. | DataGeneratorCacheManager.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
9,292
|
DataGeneratorCacheManager.java
|
/** Cache class for retrieving the data generator's values. */
| 0
|
/** Cache class for retrieving the data generator's values. */ | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,293
|
DataGeneratorCacheManager.java
|
* Reset the cache when the count is changed.
| 0
|
* Reset the cache when the count is changed. | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,294
|
DataGeneratorCacheManager.java
|
/** Cache class for retrieving the data generator's count. */
| 0
|
/** Cache class for retrieving the data generator's count. */ | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,295
|
DataGeneratorCacheManager.java
|
A wrapper class for the {@link IDataGenerator} interface, which returns
* ACPM cache objects to use for data retrieval instead of calling
| 0
|
A wrapper class for the {@link IDataGenerator} interface, which returns
* ACPM cache objects to use for data retrieval instead of calling | DataGeneratorCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
9,296
|
ResourceHandlerModule.java
|
rovides mechanisms to get various resource handlers - cpu, memory, network,
* disk etc., - based on configuration.
| 0
|
rovides mechanisms to get various resource handlers - cpu, memory, network,
* disk etc., - based on configuration. | ResourceHandlerModule.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.