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
|
|---|---|---|---|---|---|
4,901
|
RollingLevelDB.java
|
/** Name of this rolling level db. */
| 0
|
/** Name of this rolling level db. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,902
|
RollingLevelDB.java
|
/** Calculated timestamp of when to roll a new leveldb instance. */
| 0
|
/** Calculated timestamp of when to roll a new leveldb instance. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,903
|
RollingLevelDB.java
|
/** File system instance to find and create new leveldb instances. */
| 0
|
/** File system instance to find and create new leveldb instances. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,904
|
RollingLevelDB.java
|
/** Directory to store rolling leveldb instances. */
| 0
|
/** Directory to store rolling leveldb instances. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,905
|
RollingLevelDB.java
|
/** Configuration for this object. */
| 0
|
/** Configuration for this object. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,906
|
RollingLevelDB.java
|
/** Rolling period. */
| 0
|
/** Rolling period. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,907
|
RollingLevelDB.java
|
Rolling leveldb instances are evicted when their endtime is earlier than
* the current time minus the time to live value.
| 0
|
Rolling leveldb instances are evicted when their endtime is earlier than
* the current time minus the time to live value. | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,908
|
RollingLevelDB.java
|
/** Whether time to live is enabled. */
| 0
|
/** Whether time to live is enabled. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,909
|
RollingLevelDB.java
|
/** Encapsulates the rolling period to date format lookup. */
| 0
|
/** Encapsulates the rolling period to date format lookup. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,910
|
RollingLevelDB.java
|
Convenience class for associating a write batch with its rolling leveldb
* instance.
| 0
|
Convenience class for associating a write batch with its rolling leveldb
* instance. | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,911
|
RollingLevelDB.java
|
/** Leveldb object. */
| 0
|
/** Leveldb object. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,912
|
RollingLevelDB.java
|
/** Write batch for the db object. */
| 0
|
/** Write batch for the db object. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,913
|
RollingLevelDB.java
|
// make sure we sanitize this input
| 0
|
// make sure we sanitize this input | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,914
|
RollingLevelDB.java
|
// keep at least time to live amount of data
| 0
|
// keep at least time to live amount of data | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,915
|
RollingLevelDB.java
|
// parse this in gmt time
| 0
|
// parse this in gmt time | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,916
|
RollingLevelDB.java
|
// needs to be called synchronously due to shared Calendar
| 0
|
// needs to be called synchronously due to shared Calendar | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,917
|
RollingLevelDB.java
|
// round down to 12 hour interval
| 0
|
// round down to 12 hour interval | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,918
|
RollingLevelDB.java
|
// round down to 6 hour interval
| 0
|
// round down to 6 hour interval | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,919
|
RollingLevelDB.java
|
// round down to 5 minute interval
| 0
|
// round down to 5 minute interval | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,920
|
TabGetAndReplaceComponent.java
|
// Replace content
| 0
|
// Replace content | TabGetAndReplaceComponent.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,921
|
AHSLogsPage.java
|
@see
* org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSView#
* preHead(org.apache.hadoop .yarn.webapp.hamlet.Hamlet.HTML)
| 0
|
@see
* org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.AHSView#
* preHead(org.apache.hadoop .yarn.webapp.hamlet.Hamlet.HTML) | AHSLogsPage.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,922
|
AHSLogsPage.java
|
* The content of this page is the AggregatedLogsBlock
| 0
|
* The content of this page is the AggregatedLogsBlock | AHSLogsPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,923
|
AHSLogsPage.java
|
* @return AggregatedLogsBlock.class
| 0
|
* @return AggregatedLogsBlock.class | AHSLogsPage.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,924
|
SnapshotManager.java
|
@link FSNamesystem
| 0
|
@link FSNamesystem | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,925
|
SnapshotManager.java
|
@link FSNamesystem
| 0
|
@link FSNamesystem | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,926
|
SnapshotManager.java
|
@link SnapshotManager
| 0
|
@link SnapshotManager | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,927
|
SnapshotManager.java
|
@link FSDirectory
| 0
|
@link FSDirectory | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,928
|
SnapshotManager.java
|
@link SnapshotManager
| 0
|
@link SnapshotManager | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,929
|
SnapshotManager.java
|
@link #snapshottables
| 0
|
@link #snapshottables | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,930
|
SnapshotManager.java
|
@link #snapshottables
| 0
|
@link #snapshottables | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,931
|
SnapshotManager.java
|
@link #snapshottables
| 0
|
@link #snapshottables | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,932
|
SnapshotManager.java
|
@link #snapshotCounter
| 0
|
@link #snapshotCounter | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,933
|
SnapshotManager.java
|
@link #numSnapshots
| 0
|
@link #numSnapshots | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,934
|
SnapshotManager.java
|
@link #snapshotCounter
| 0
|
@link #snapshotCounter | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,935
|
SnapshotManager.java
|
@link #numSnapshots
| 0
|
@link #numSnapshots | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,936
|
SnapshotManager.java
|
@link SnapshottableDirectoryStatus
| 0
|
@link SnapshottableDirectoryStatus | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,937
|
SnapshotManager.java
|
@code userName
| 0
|
@code userName | SnapshotManager.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,938
|
SnapshotManager.java
|
// SnapshotStatsMXBean
| 0
|
// SnapshotStatsMXBean | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,939
|
SnapshotManager.java
|
// SnapshotStatsMXBean
| 0
|
// SnapshotStatsMXBean | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,940
|
SnapshotManager.java
|
Returns the maximum allowable snapshot ID based on the bit width of the
* snapshot ID.
| 0
|
Returns the maximum allowable snapshot ID based on the bit width of the
* snapshot ID. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,941
|
SnapshotManager.java
|
// both fromSnapshot and toSnapshot indicate the current tree
| 0
|
// both fromSnapshot and toSnapshot indicate the current tree | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,942
|
SnapshotManager.java
|
// Find the source root directory path where the snapshots were taken.
// All the check for path has been included in the valueOf method.
| 0
|
// Find the source root directory path where the snapshots were taken.
// All the check for path has been included in the valueOf method. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,943
|
SnapshotManager.java
|
Compute the difference between two snapshots of a directory, or between a
* snapshot of the directory and its current tree.
| 0
|
Compute the difference between two snapshots of a directory, or between a
* snapshot of the directory and its current tree. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,944
|
SnapshotManager.java
|
List all the snapshottable directories that are owned by the current user.
| 0
|
List all the snapshottable directories that are owned by the current user. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,945
|
SnapshotManager.java
|
Read values of {@link #snapshotCounter}, {@link #numSnapshots}, and
* all snapshots from the DataInput
| 0
|
Read values of {@link #snapshotCounter}, {@link #numSnapshots}, and
* all snapshots from the DataInput | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,946
|
SnapshotManager.java
|
write all snapshots.
| 0
|
write all snapshots. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,947
|
SnapshotManager.java
|
Write {@link #snapshotCounter}, {@link #numSnapshots},
* and all snapshots to the DataOutput.
| 0
|
Write {@link #snapshotCounter}, {@link #numSnapshots},
* and all snapshots to the DataOutput. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,948
|
SnapshotManager.java
|
Rename the given snapshot
| 0
|
Rename the given snapshot | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,949
|
SnapshotManager.java
|
Delete a snapshot for a snapshottable directory
| 0
|
Delete a snapshot for a snapshottable directory | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,950
|
SnapshotManager.java
|
//create success, update id
| 0
|
//create success, update id | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,951
|
SnapshotManager.java
|
// We have reached the maximum allowable snapshot ID and since we don't
// handle rollover we will fail all subsequent snapshot creation
// requests.
| 0
|
// We have reached the maximum allowable snapshot ID and since we don't
// handle rollover we will fail all subsequent snapshot creation
// requests. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,952
|
SnapshotManager.java
|
Create a snapshot of the given path.
* It is assumed that the caller will perform synchronization.
| 0
|
Create a snapshot of the given path.
* It is assumed that the caller will perform synchronization. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,953
|
SnapshotManager.java
|
Find the source root directory where the snapshot will be taken
* for a given path.
| 0
|
Find the source root directory where the snapshot will be taken
* for a given path. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,954
|
SnapshotManager.java
|
// the directory is already non-snapshottable
| 0
|
// the directory is already non-snapshottable | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,955
|
SnapshotManager.java
|
Set the given snapshottable directory to non-snapshottable.
| 0
|
Set the given snapshottable directory to non-snapshottable. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,956
|
SnapshotManager.java
|
/** Remove snapshottable directories from {@link #snapshottables} */
| 0
|
/** Remove snapshottable directories from {@link #snapshottables} */ | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,957
|
SnapshotManager.java
|
/** Remove the given snapshottable directory from {@link #snapshottables}. */
| 0
|
/** Remove the given snapshottable directory from {@link #snapshottables}. */ | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,958
|
SnapshotManager.java
|
/** Add the given snapshottable directory to {@link #snapshottables}. */
| 0
|
/** Add the given snapshottable directory to {@link #snapshottables}. */ | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,959
|
SnapshotManager.java
|
//The directory is already a snapshottable directory.
| 0
|
//The directory is already a snapshottable directory. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,960
|
SnapshotManager.java
|
Set the given directory as a snapshottable directory.
| 0
|
Set the given directory as a snapshottable directory. | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,961
|
SnapshotManager.java
|
/** Used in tests only */
| 0
|
/** Used in tests only */ | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,962
|
SnapshotManager.java
|
/** All snapshottable directories in the namesystem. */
| 0
|
/** All snapshottable directories in the namesystem. */ | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,963
|
SnapshotManager.java
|
Manage snapshottable directories and their snapshots.
*
* This class includes operations that create, access, modify snapshots and/or
* snapshot-related data. In general, the locking structure of snapshot
* operations is: <br>
| 0
|
Manage snapshottable directories and their snapshots.
*
* This class includes operations that create, access, modify snapshots and/or
* snapshot-related data. In general, the locking structure of snapshot
* operations is: <br> | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,964
|
SnapshotManager.java
|
1. Lock the {@link FSNamesystem} lock in {@link FSNamesystem} before calling
* into {@link SnapshotManager} methods.<br>
* 2. Lock the {@link FSDirectory} lock for the {@link SnapshotManager} methods
* if necessary.
| 0
|
1. Lock the {@link FSNamesystem} lock in {@link FSNamesystem} before calling
* into {@link SnapshotManager} methods.<br>
* 2. Lock the {@link FSDirectory} lock for the {@link SnapshotManager} methods
* if necessary. | SnapshotManager.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,965
|
SnapshotManager.java
|
* If the path is already a snapshottable directory, update the quota.
| 0
|
* If the path is already a snapshottable directory, update the quota. | SnapshotManager.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,966
|
SnapshotManager.java
|
@return Snapshottable directories that are owned by the current user,
* represented as an array of {@link SnapshottableDirectoryStatus}. If
* {@code userName} is null, return all the snapshottable dirs.
| 0
|
@return Snapshottable directories that are owned by the current user,
* represented as an array of {@link SnapshottableDirectoryStatus}. If
* {@code userName} is null, return all the snapshottable dirs. | SnapshotManager.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,967
|
SnapshotManager.java
|
@param userName Current user name.
| 0
|
@param userName Current user name. | SnapshotManager.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,968
|
SnapshotManager.java
|
// read snapshots
| 0
|
// read snapshots | SnapshotManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,969
|
SnapshotManager.java
|
@param newSnapshotName
* New name of the snapshot
| 0
|
@param newSnapshotName
* New name of the snapshot | SnapshotManager.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,970
|
SnapshotManager.java
|
@param oldSnapshotName
* Old name of the snapshot
| 0
|
@param oldSnapshotName
* Old name of the snapshot | SnapshotManager.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,971
|
SnapshotManager.java
|
@param reclaimContext Used to collect information to reclaim blocks
* and inodes
| 0
|
@param reclaimContext Used to collect information to reclaim blocks
* and inodes | SnapshotManager.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,972
|
SnapshotManager.java
|
@param snapshotName Name of the snapshot to be deleted
| 0
|
@param snapshotName Name of the snapshot to be deleted | SnapshotManager.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,973
|
SnapshotManager.java
|
@param snapshotName
* The name of the snapshot.
| 0
|
@param snapshotName
* The name of the snapshot. | SnapshotManager.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,974
|
SnapshotManager.java
|
@param iip the INodes resolved from the snapshottable directory's path
| 0
|
@param iip the INodes resolved from the snapshottable directory's path | SnapshotManager.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,975
|
SnapshotManager.java
|
@return Snapshottable directory.
| 0
|
@return Snapshottable directory. | SnapshotManager.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,977
|
BuildCommand.java
|
@see org.eclipse.cdt.managedbuilder.builddescription.IBuildCommand#getCWD()
| 0
|
@see org.eclipse.cdt.managedbuilder.builddescription.IBuildCommand#getCWD() | BuildCommand.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,978
|
BuildCommand.java
|
@see org.eclipse.cdt.managedbuilder.builddescription.IBuildCommand#getEnvironment()
| 0
|
@see org.eclipse.cdt.managedbuilder.builddescription.IBuildCommand#getEnvironment() | BuildCommand.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,979
|
BuildCommand.java
|
@see org.eclipse.cdt.managedbuilder.builddescription.IBuildCommand#getArgs()
| 0
|
@see org.eclipse.cdt.managedbuilder.builddescription.IBuildCommand#getArgs() | BuildCommand.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,980
|
BuildCommand.java
|
@see org.eclipse.cdt.managedbuilder.builddescription.IBuildCommand#getCommand()
| 0
|
@see org.eclipse.cdt.managedbuilder.builddescription.IBuildCommand#getCommand() | BuildCommand.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,981
|
SubscriberExceptionContext.java
|
@since 16.0
| 0
|
@since 16.0 | SubscriberExceptionContext.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,982
|
SubscriberExceptionContext.java
|
@param eventBus The {@link EventBus} that handled the event and the subscriber. Useful for
* broadcasting a a new event based on the error.
| 0
|
@param eventBus The {@link EventBus} that handled the event and the subscriber. Useful for
* broadcasting a a new event based on the error. | SubscriberExceptionContext.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,983
|
SubscriberExceptionContext.java
|
@param event The event object that caused the subscriber to throw.
| 0
|
@param event The event object that caused the subscriber to throw. | SubscriberExceptionContext.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,984
|
SubscriberExceptionContext.java
|
@param subscriber The source subscriber context.
| 0
|
@param subscriber The source subscriber context. | SubscriberExceptionContext.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,985
|
SubscriberExceptionContext.java
|
@param subscriberMethod the subscribed method.
| 0
|
@param subscriberMethod the subscribed method. | SubscriberExceptionContext.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,986
|
SubscriberExceptionContext.java
|
@return The {@link EventBus} that handled the event and the subscriber. Useful for broadcasting
* a a new event based on the error.
| 0
|
@return The {@link EventBus} that handled the event and the subscriber. Useful for broadcasting
* a a new event based on the error. | SubscriberExceptionContext.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,987
|
SubscriberExceptionContext.java
|
@return The event object that caused the subscriber to throw.
| 0
|
@return The event object that caused the subscriber to throw. | SubscriberExceptionContext.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,988
|
SubscriberExceptionContext.java
|
@return The object context that the subscriber was called on.
| 0
|
@return The object context that the subscriber was called on. | SubscriberExceptionContext.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,989
|
SubscriberExceptionContext.java
|
@return The subscribed method that threw the exception.
| 0
|
@return The subscribed method that threw the exception. | SubscriberExceptionContext.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,990
|
SubscriberExceptionContext.java
|
@link EventBus
| 0
|
@link EventBus | SubscriberExceptionContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,991
|
SubscriberExceptionContext.java
|
Context for an exception thrown by a subscriber.
| 0
|
Context for an exception thrown by a subscriber. | SubscriberExceptionContext.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,992
|
SslSocketConnectorSecure.java
|
/**
* This subclass of the Jetty SslSocketConnector exists solely to control
* the TLS protocol versions allowed. This is fallout from the POODLE
* vulnerability (CVE-2014-3566), which requires that SSLv3 be disabled.
* Only TLS 1.0 and later protocols are allowed.
*/
| 0
|
/**
* This subclass of the Jetty SslSocketConnector exists solely to control
* the TLS protocol versions allowed. This is fallout from the POODLE
* vulnerability (CVE-2014-3566), which requires that SSLv3 be disabled.
* Only TLS 1.0 and later protocols are allowed.
*/ | SslSocketConnectorSecure.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,993
|
SslSocketConnectorSecure.java
|
Create a new ServerSocket that will not accept SSLv3 connections,
* but will accept TLSv1.x connections.
| 0
|
Create a new ServerSocket that will not accept SSLv3 connections,
* but will accept TLSv1.x connections. | SslSocketConnectorSecure.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,994
|
FinalLaunchSequence_7_2.java
|
Contributors:
* Ericsson - initial API and implementation
* Marc Khouzam (Ericsson) - Use new FinalLaunchSequence_7_0 as base class (Bug 365471)
* Xavier Raynaud (Kalray) - Avoid duplicating fields in sub-classes (add protected accessors)
| 0
|
Contributors:
* Ericsson - initial API and implementation
* Marc Khouzam (Ericsson) - Use new FinalLaunchSequence_7_0 as base class (Bug 365471)
* Xavier Raynaud (Kalray) - Avoid duplicating fields in sub-classes (add protected accessors) | FinalLaunchSequence_7_2.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
4,996
|
FinalLaunchSequence_7_2.java
|
Subclass for GDB >= 7.2.
| 0
|
Subclass for GDB >= 7.2. | FinalLaunchSequence_7_2.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,997
|
FinalLaunchSequence_7_2.java
|
// Initialize the list with the base class' steps
// We need to create a list that we can modify, which is why we create our own ArrayList.
| 0
|
// Initialize the list with the base class' steps
// We need to create a list that we can modify, which is why we create our own ArrayList. | FinalLaunchSequence_7_2.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,998
|
FinalLaunchSequence_7_2.java
|
// Now insert our steps right after the initialization of the base class.
| 0
|
// Now insert our steps right after the initialization of the base class. | FinalLaunchSequence_7_2.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,999
|
FinalLaunchSequence_7_2.java
|
Initialize the members of the FinalLaunchSequence_7_2 class.
* This step is mandatory for the rest of the sequence to complete.
| 0
|
Initialize the members of the FinalLaunchSequence_7_2 class.
* This step is mandatory for the rest of the sequence to complete. | FinalLaunchSequence_7_2.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,000
|
FinalLaunchSequence_7_2.java
|
Tell GDB whether to automatically attach to a forked process or not.
| 0
|
Tell GDB whether to automatically attach to a forked process or not. | FinalLaunchSequence_7_2.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,001
|
CapacitySchedulerPreemptionTestBase.java
|
// Set preemption related configurations
| 0
|
// Set preemption related configurations | CapacitySchedulerPreemptionTestBase.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,002
|
ShortCircuitReplica.java
|
Note: you must hold the cache lock to call this function.
| 0
|
Note: you must hold the cache lock to call this function. | ShortCircuitReplica.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.