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
5,629
SecretKeyHolder.java
Interface for getting a secret key associated with some application.
0
Interface for getting a secret key associated with some application. | SecretKeyHolder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,630
SecretKeyHolder.java
Gets an appropriate SASL User for the given appId.
0
Gets an appropriate SASL User for the given appId. | SecretKeyHolder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,631
SecretKeyHolder.java
Gets an appropriate SASL secret key for the given appId.
0
Gets an appropriate SASL secret key for the given appId. | SecretKeyHolder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,632
TaskAttemptInfo.java
@link TaskAttemptInfo
0
@link TaskAttemptInfo | TaskAttemptInfo.java
[ 0, 0, 0, 0, 1, 0, 0 ]
5,633
TaskAttemptInfo.java
@link State
0
@link State | TaskAttemptInfo.java
[ 0, 0, 0, 0, 1, 0, 0 ]
5,634
TaskAttemptInfo.java
@link TaskInfo
0
@link TaskInfo | TaskAttemptInfo.java
[ 0, 0, 0, 0, 1, 0, 0 ]
5,635
TaskAttemptInfo.java
@return the <code>TaskInfo</code> for the given task-attempt
0
@return the <code>TaskInfo</code> for the given task-attempt | TaskAttemptInfo.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,636
TaskAttemptInfo.java
@return the total runtime for the task-attempt
0
@return the total runtime for the task-attempt | TaskAttemptInfo.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,637
TaskAttemptInfo.java
@return the final <code>State</code> of the task-attempt
0
@return the final <code>State</code> of the task-attempt | TaskAttemptInfo.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,638
TaskAttemptInfo.java
{@link TaskAttemptInfo} is a collection of statistics about a particular * task-attempt gleaned from job-history of the job.
0
{@link TaskAttemptInfo} is a collection of statistics about a particular * task-attempt gleaned from job-history of the job. | TaskAttemptInfo.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,639
TaskAttemptInfo.java
Get the final {@link State} of the task-attempt.
0
Get the final {@link State} of the task-attempt. | TaskAttemptInfo.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,640
TaskAttemptInfo.java
Get the total runtime for the task-attempt.
0
Get the total runtime for the task-attempt. | TaskAttemptInfo.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,641
TaskAttemptInfo.java
Get the {@link TaskInfo} for the given task-attempt.
0
Get the {@link TaskInfo} for the given task-attempt. | TaskAttemptInfo.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,643
ITargetProperties.java
@param listener a property change listener
0
@param listener a property change listener | ITargetProperties.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,644
ITargetProperties.java
@param listener a property change listener
0
@param listener a property change listener | ITargetProperties.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,645
ITargetProperties.java
Provides access to the properties of a debug target.
0
Provides access to the properties of a debug target. | ITargetProperties.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,646
ITargetProperties.java
Adds a property change listener to this target. * Has no affect if the identical listener is already registered. *
0
Adds a property change listener to this target. * Has no affect if the identical listener is already registered. * | ITargetProperties.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,647
ITargetProperties.java
Removes the given listener from this target. * Has no affect if the listener is not registered. *
0
Removes the given listener from this target. * Has no affect if the listener is not registered. * | ITargetProperties.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,648
WebApp.java
@see WebApps for a usage example
0
@see WebApps for a usage example | WebApp.java
[ 0, 0, 0, 0, 1, 0, 0 ]
5,649
WebApp.java
* @param action the controller method
0
* @param action the controller method | WebApp.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,650
WebApp.java
* @param cls the controller class
0
* @param cls the controller class | WebApp.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,651
WebApp.java
* @param pathSpec the path spec in the form of /controller/action/:args etc.
0
* @param pathSpec the path spec in the form of /controller/action/:args etc. | WebApp.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,652
WebApp.java
* @param method the http method for the route
0
* @param method the http method for the route | WebApp.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,653
WebApp.java
* @param path the path to redirect to
0
* @param path the path to redirect to | WebApp.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,654
WebApp.java
* @return InetSocketAddress
0
* @return InetSocketAddress | WebApp.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,655
WebApp.java
// path to redirect to
0
// path to redirect to | WebApp.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,656
WebApp.java
// index for the parsed route result
0
// index for the parsed route result | WebApp.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,657
WebApp.java
* Get the address the http server is bound to
0
* Get the address the http server is bound to | WebApp.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,658
WebApp.java
Set a path to redirect the user to if they just go to "/". For * instance "/" goes to "/yarn/apps". This allows the filters to * more easily differentiate the different webapps.
0
Set a path to redirect the user to if they just go to "/". For * instance "/" goes to "/yarn/apps". This allows the filters to * more easily differentiate the different webapps. | WebApp.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,659
WebApp.java
// Add in the web services filters/serves if app has them. // Using Jersey/guice integration module. If user has web services // they must have also bound a default one in their webapp code.
0
// Add in the web services filters/serves if app has them. // Using Jersey/guice integration module. If user has web services // they must have also bound a default one in their webapp code. | WebApp.java
[ 0, 0, 1, 0, 0, 0, 0 ]
5,660
WebApp.java
// There seems to be an issue with the guice/jersey integration // where we have to list the stuff we don't want it to serve // through the guicecontainer. In this case its everything except // the the web services api prefix. We can't just change the filter // from /* below - that doesn't work.
0
// There seems to be an issue with the guice/jersey integration // where we have to list the stuff we don't want it to serve // through the guicecontainer. In this case its everything except // the the web services api prefix. We can't just change the filter // from /* below - that doesn't work. | WebApp.java
[ 0, 0, 1, 0, 0, 0, 0 ]
5,661
WebApp.java
Setup of a webapp serving route.
0
Setup of a webapp serving route. | WebApp.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,662
BodyDoubleClickHandler.java
@link GridDoubleClickEvent
0
@link GridDoubleClickEvent | BodyDoubleClickHandler.java
[ 0, 0, 0, 0, 1, 0, 0 ]
5,665
BodyDoubleClickHandler.java
Handler for {@link GridDoubleClickEvent}s that happen in the body of the * Grid.
0
Handler for {@link GridDoubleClickEvent}s that happen in the body of the * Grid. | BodyDoubleClickHandler.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,668
HLayoutSizing.java
@param layoutClass
0
@param layoutClass | HLayoutSizing.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,669
NNThroughputBenchmark.java
Main class for a series of name-node benchmarks. * * Each benchmark measures throughput and average execution time * of a specific name-node operation, e.g. file creation or block reports.
0
Main class for a series of name-node benchmarks. * * Each benchmark measures throughput and average execution time * of a specific name-node operation, e.g. file creation or block reports. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,670
NNThroughputBenchmark.java
The benchmark does not involve any other hadoop components * except for the name-node. Each operation is executed * by calling directly the respective name-node method. * The name-node here is real all other components are simulated. * * This benchmark supports * <a href="{@docRoot}/../hadoop-project-dist/hadoop-common/CommandsManual.html#Generic_Options"> * standard command-line options</a>. If you use remote namenode by <tt>-fs</tt> * option, its config <tt>dfs.namenode.fs-limits.min-block-size</tt> should be * set as 16. * * Command line arguments for the benchmark include: * <ol> * <li>total number of operations to be performed,</li> * <li>number of threads to run these operations,</li> * <li>followed by operation specific input parameters.</li> * <li>-logLevel L specifies the logging level when the benchmark runs. * The default logging level is {@link Level#ERROR}.</li> * <li>-UGCacheRefreshCount G will cause the benchmark to call * {@link NameNodeRpcServer#refreshUserToGroupsMappings} after * every G operations, which purges the name-node's user group cache. * By default the refresh is never called.</li> * <li>-keepResults do not clean up the name-space after execution.</li> * <li>-useExisting do not recreate the name-space, use existing data.</li> * </ol> * * The benchmark first generates inputs for each thread so that the * input generation overhead does not effect the resulting statistics. * The number of operations performed by threads is practically the same. * Precisely, the difference between the number of operations * performed by any two threads does not exceed 1. * * Then the benchmark executes the specified number of operations using * the specified number of threads and outputs the resulting stats.
0
The benchmark does not involve any other hadoop components * except for the name-node. Each operation is executed * by calling directly the respective name-node method. * The name-node here is real all other components are simulated. * * This benchmark supports * <a href="{@docRoot}/../hadoop-project-dist/hadoop-common/CommandsManual.html#Generic_Options"> * standard command-line options</a>. If you use remote namenode by <tt>-fs</tt> * option, its config <tt>dfs.namenode.fs-limits.min-block-size</tt> should be * set as 16. * * Command line arguments for the benchmark include: * <ol> * <li>total number of operations to be performed,</li> * <li>number of threads to run these operations,</li> * <li>followed by operation specific input parameters.</li> * <li>-logLevel L specifies the logging level when the benchmark runs. * The default logging level is {@link Level#ERROR}.</li> * <li>-UGCacheRefreshCount G will cause the benchmark to call * {@link NameNodeRpcServer#refreshUserToGroupsMappings} after * every G operations, which purges the name-node's user group cache. * By default the refresh is never called.</li> * <li>-keepResults do not clean up the name-space after execution.</li> * <li>-useExisting do not recreate the name-space, use existing data.</li> * </ol> * * The benchmark first generates inputs for each thread so that the * input generation overhead does not effect the resulting statistics. * The number of operations performed by threads is practically the same. * Precisely, the difference between the number of operations * performed by any two threads does not exceed 1. * * Then the benchmark executes the specified number of operations using * the specified number of threads and outputs the resulting stats. | NNThroughputBenchmark.java
[ 0, 0, 1, 0, 0, 0, 0 ]
5,671
NNThroughputBenchmark.java
// We do not need many handlers, since each thread simulates a handler // by calling name-node methods directly
0
// We do not need many handlers, since each thread simulates a handler // by calling name-node methods directly | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,672
NNThroughputBenchmark.java
// Turn off minimum block size verification
0
// Turn off minimum block size verification | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,673
NNThroughputBenchmark.java
// set exclude file
0
// set exclude file | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,674
NNThroughputBenchmark.java
// change log level to NameNode logs
0
// change log level to NameNode logs | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,675
NNThroughputBenchmark.java
Base class for collecting operation statistics. * * Overload this class in order to run statistics for a * specific name-node operation.
0
Base class for collecting operation statistics. * * Overload this class in order to run statistics for a * specific name-node operation. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,676
NNThroughputBenchmark.java
// number of threads
0
// number of threads | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,677
NNThroughputBenchmark.java
// number of operations requested
0
// number of operations requested | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,678
NNThroughputBenchmark.java
// number of operations executed
0
// number of operations executed | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,679
NNThroughputBenchmark.java
// sum of times for each op
0
// sum of times for each op | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,680
NNThroughputBenchmark.java
// time from start to finish
0
// time from start to finish | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,681
NNThroughputBenchmark.java
// don't clean base directory on exit
0
// don't clean base directory on exit | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,682
NNThroughputBenchmark.java
// logging level, ERROR by default
0
// logging level, ERROR by default | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,683
NNThroughputBenchmark.java
// user group cache refresh count
0
// user group cache refresh count | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,684
NNThroughputBenchmark.java
* Operation name.
0
* Operation name. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,685
NNThroughputBenchmark.java
* Parse command line arguments.
0
* Parse command line arguments. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,686
NNThroughputBenchmark.java
* Generate inputs for each daemon thread.
0
* Generate inputs for each daemon thread. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,687
NNThroughputBenchmark.java
This corresponds to the arg1 argument of * {@link #executeOp(int, int, String)}, which can have different meanings * depending on the operation performed.
0
This corresponds to the arg1 argument of * {@link #executeOp(int, int, String)}, which can have different meanings * depending on the operation performed. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,688
NNThroughputBenchmark.java
* Execute name-node operation.
0
* Execute name-node operation. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,689
NNThroughputBenchmark.java
* Print the results of the benchmarking.
0
* Print the results of the benchmarking. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,690
NNThroughputBenchmark.java
// thread index < nrThreads
0
// thread index < nrThreads | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,691
NNThroughputBenchmark.java
// execute in a separate thread
0
// execute in a separate thread | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,692
NNThroughputBenchmark.java
// if numThreads > numOpsRequired then the remaining threads will do nothing
0
// if numThreads > numOpsRequired then the remaining threads will do nothing | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,693
NNThroughputBenchmark.java
// try {Thread.sleep(500);} catch (InterruptedException e) {}
0
// try {Thread.sleep(500);} catch (InterruptedException e) {} | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,694
NNThroughputBenchmark.java
* @param args arguments
0
* @param args arguments | NNThroughputBenchmark.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,695
NNThroughputBenchmark.java
* @param opsPerThread number of inputs for each thread.
0
* @param opsPerThread number of inputs for each thread. | NNThroughputBenchmark.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,696
NNThroughputBenchmark.java
* @param daemonId id of the daemon calling this method
0
* @param daemonId id of the daemon calling this method | NNThroughputBenchmark.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,697
NNThroughputBenchmark.java
* @param daemonId id of the daemon calling this method.
0
* @param daemonId id of the daemon calling this method. | NNThroughputBenchmark.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,698
NNThroughputBenchmark.java
* @param inputIdx serial index of the operation called by the deamon.
0
* @param inputIdx serial index of the operation called by the deamon. | NNThroughputBenchmark.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,699
NNThroughputBenchmark.java
* @param arg1 operation specific argument.
0
* @param arg1 operation specific argument. | NNThroughputBenchmark.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,700
NNThroughputBenchmark.java
* @return time of the individual name-node call.
0
* @return time of the individual name-node call. | NNThroughputBenchmark.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,701
NNThroughputBenchmark.java
* @return the argument
0
* @return the argument | NNThroughputBenchmark.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,702
NNThroughputBenchmark.java
@link #executeOp(int, int, String)
0
@link #executeOp(int, int, String) | NNThroughputBenchmark.java
[ 0, 0, 0, 0, 1, 0, 0 ]
5,703
NNThroughputBenchmark.java
* Parse first 2 arguments, corresponding to the "-op" option.
0
* Parse first 2 arguments, corresponding to the "-op" option. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,704
NNThroughputBenchmark.java
@param args argument list
0
@param args argument list | NNThroughputBenchmark.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,705
NNThroughputBenchmark.java
@return true if operation is all, which means that options not related * to this operation should be ignored, or false otherwise, meaning * that usage should be printed when an unrelated option is encountered.
0
@return true if operation is all, which means that options not related * to this operation should be ignored, or false otherwise, meaning * that usage should be printed when an unrelated option is encountered. | NNThroughputBenchmark.java
[ 0, 0, 0, 1, 0, 0, 0 ]
5,706
NNThroughputBenchmark.java
// process common options
0
// process common options | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,707
NNThroughputBenchmark.java
* One of the threads that perform stats operations.
0
* One of the threads that perform stats operations. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,708
NNThroughputBenchmark.java
// argument passed to executeOp()
0
// argument passed to executeOp() | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,709
NNThroughputBenchmark.java
* Schedule to stop this daemon.
0
* Schedule to stop this daemon. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,710
NNThroughputBenchmark.java
* Clean all benchmark result directories.
0
* Clean all benchmark result directories. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,711
NNThroughputBenchmark.java
// Operation types
0
// Operation types | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,712
NNThroughputBenchmark.java
// do nothing
0
// do nothing | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,713
NNThroughputBenchmark.java
* Does not require the argument
0
* Does not require the argument | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,714
NNThroughputBenchmark.java
* Remove entire benchmark directory.
0
* Remove entire benchmark directory. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,715
NNThroughputBenchmark.java
File creation statistics. * * Each thread creates the same (+ or -1) number of files. * File names are pre-generated during initialization. * The created files do not have blocks.
0
File creation statistics. * * Each thread creates the same (+ or -1) number of files. * File names are pre-generated during initialization. * The created files do not have blocks. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,716
NNThroughputBenchmark.java
// Operation types
0
// Operation types | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,717
NNThroughputBenchmark.java
// parse command line
0
// parse command line | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,718
NNThroughputBenchmark.java
* returns client name
0
* returns client name | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,719
NNThroughputBenchmark.java
* Do file create.
0
* Do file create. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,720
NNThroughputBenchmark.java
Directory creation statistics. * * Each thread creates the same (+ or -1) number of directories. * Directory names are pre-generated during initialization.
0
Directory creation statistics. * * Each thread creates the same (+ or -1) number of directories. * Directory names are pre-generated during initialization. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,721
NNThroughputBenchmark.java
// Operation types
0
// Operation types | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,722
NNThroughputBenchmark.java
// parse command line
0
// parse command line | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,723
NNThroughputBenchmark.java
* returns client name
0
* returns client name | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,724
NNThroughputBenchmark.java
* Do mkdirs operation.
0
* Do mkdirs operation. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,725
NNThroughputBenchmark.java
Open file statistics. * * Measure how many open calls (getBlockLocations()) * the name-node can handle per second.
0
Open file statistics. * * Measure how many open calls (getBlockLocations()) * the name-node can handle per second. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,726
NNThroughputBenchmark.java
Operation
0
Operation | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,727
NNThroughputBenchmark.java
// do not generate files, use existing ones
0
// do not generate files, use existing ones | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,728
NNThroughputBenchmark.java
// create files using opsPerThread
0
// create files using opsPerThread | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,729
NNThroughputBenchmark.java
// create files if they were not created before
0
// create files if they were not created before | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,730
NNThroughputBenchmark.java
// use the same files for open
0
// use the same files for open | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,731
NNThroughputBenchmark.java
* Do file open.
0
* Do file open. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,732
NNThroughputBenchmark.java
Delete file statistics. * * Measure how many delete calls the name-node can handle per second.
0
Delete file statistics. * * Measure how many delete calls the name-node can handle per second. | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]
5,733
NNThroughputBenchmark.java
Operation types
0
Operation types | NNThroughputBenchmark.java
[ 1, 0, 0, 0, 0, 0, 0 ]