Skip navigation links
A B C G H I J K L M P R S T W 

A

alluxio.cli - package alluxio.cli
 
alluxio.examples - package alluxio.examples
 
alluxio.examples.keyvalue - package alluxio.examples.keyvalue
 
alluxio.examples.keyvalue.hadoop - package alluxio.examples.keyvalue.hadoop
 
AlluxioFrameworkIntegrationTest - Class in alluxio.cli
Integration tests for AlluxioFramework.
AlluxioReadWorker(int, int, int, ByteBuffer) - Constructor for class alluxio.examples.Performance.AlluxioReadWorker
 
AlluxioWriterWorker(int, int, int, ByteBuffer) - Constructor for class alluxio.examples.Performance.AlluxioWriterWorker
 

B

BasicCheckpoint - Class in alluxio.examples
An example to show to how use Alluxio's API.
BasicCheckpoint(String, int) - Constructor for class alluxio.examples.BasicCheckpoint
 
BasicNonByteBufferOperations - Class in alluxio.examples
Basic example of using the FileSystem for writing to and reading from files.
BasicNonByteBufferOperations(AlluxioURI, ReadType, WriteType, boolean, int) - Constructor for class alluxio.examples.BasicNonByteBufferOperations
 
BasicOperations - Class in alluxio.examples
Example to show the basic operations of Alluxio.
BasicOperations(AlluxioURI, ReadType, WriteType) - Constructor for class alluxio.examples.BasicOperations
 

C

call() - Method in class alluxio.examples.BasicCheckpoint
 
call() - Method in class alluxio.examples.BasicNonByteBufferOperations
 
call() - Method in class alluxio.examples.BasicOperations
 
call() - Method in class alluxio.examples.keyvalue.KeyValueStoreOperations
 
call() - Method in class alluxio.examples.keyvalue.SameKeyValueStoresTest
 
CliUtils - Class in alluxio.cli
Utilities to run the examples.
CloneStoreMapper() - Constructor for class alluxio.examples.keyvalue.hadoop.CloneStoreMapReduce.CloneStoreMapper
CloneStoreMapReduce - Class in alluxio.examples.keyvalue.hadoop
This MapReduce job reads a key-value store and saves the same key-value data to another key-value store with a different URI.
CloneStoreMapReduce() - Constructor for class alluxio.examples.keyvalue.hadoop.CloneStoreMapReduce
Constructs a new CloneStoreMapReduce.
CloneStoreMapReduce.CloneStoreMapper - Class in alluxio.examples.keyvalue.hadoop
The mapper emits all key-value pairs it receives to reducers.
CloneStoreMapReduce.CloneStoreReducer - Class in alluxio.examples.keyvalue.hadoop
The reducer writes all key-value pairs it receives to the new key-value store.
CloneStoreReducer() - Constructor for class alluxio.examples.keyvalue.hadoop.CloneStoreMapReduce.CloneStoreReducer
createFiles() - Static method in class alluxio.examples.Performance
Creates the files for this example.

G

GeneralWorker(int, int, int, ByteBuffer, boolean, boolean, String) - Constructor for class alluxio.examples.Performance.GeneralWorker
 

H

HdfsWorker(int, int, int, ByteBuffer, boolean, String) - Constructor for class alluxio.examples.Performance.HdfsWorker
 

I

io() - Method in class alluxio.examples.Performance.HdfsWorker
Creates IO utilization.

J

JournalCrashTest - Class in alluxio.cli
Class to perform Journal crash test.

K

KeyValueStoreOperations - Class in alluxio.examples.keyvalue
This example illustrates how to create a key-value store, put key-value pairs into the store, and read the store afterwards.
KeyValueStoreOperations(AlluxioURI) - Constructor for class alluxio.examples.keyvalue.KeyValueStoreOperations
 
KeyValueStoreQuickStart - Class in alluxio.examples.keyvalue
A quick start tutorial for creating a key-value store, putting and getting some key-value pairs.

L

logPerIteration(long, int, String, int) - Static method in class alluxio.examples.Performance
Writes log information.

M

main(String[]) - Static method in class alluxio.cli.AlluxioFrameworkIntegrationTest
 
main(String[]) - Static method in class alluxio.cli.JournalCrashTest
Runs the crash test.
main(String[]) - Static method in class alluxio.cli.MiniBenchmark
 
main(String[]) - Static method in class alluxio.cli.RunOperation
Tool for running an operation multiple times.
main(String[]) - Static method in class alluxio.cli.TestRunner
Console program that validates the configuration.
main(String[]) - Static method in class alluxio.examples.BasicCheckpoint
Example program for using checkpoints.
main(String[]) - Static method in class alluxio.examples.keyvalue.hadoop.CloneStoreMapReduce
 
main(String[]) - Static method in class alluxio.examples.keyvalue.KeyValueStoreOperations
Starts in a command like java -cp ALLUXIO_JAR CLASS_NAME <key-value store URI>.
main(String[]) - Static method in class alluxio.examples.keyvalue.KeyValueStoreQuickStart
The main program.
main(String[]) - Static method in class alluxio.examples.keyvalue.SameKeyValueStoresTest
Starts in a command like java -cp ALLUXIO_JAR CLASS_NAME <key-value store URI 1> <key-value store URI 2>.
main(String[]) - Static method in class alluxio.examples.keyvalue.ShowKeyValueStore
 
main(String[]) - Static method in class alluxio.examples.MultiMount
Entry point for the MultiMount program.
main(String[]) - Static method in class alluxio.examples.Performance
Runs the performance test.
map(BytesWritable, BytesWritable, Mapper<BytesWritable, BytesWritable, BytesWritable, BytesWritable>.Context) - Method in class alluxio.examples.keyvalue.hadoop.CloneStoreMapReduce.CloneStoreMapper
 
mBuf - Variable in class alluxio.examples.Performance.Worker
 
memoryCopyPartition() - Method in class alluxio.examples.Performance.GeneralWorker
Copies a partition in memory.
MiniBenchmark - Class in alluxio.cli
Mini benchmark that writes/reads one file with a given size and operation type.
mLeft - Variable in class alluxio.examples.Performance.Worker
 
mRight - Variable in class alluxio.examples.Performance.Worker
 
MultiMount - Class in alluxio.examples
Example program that demonstrates Alluxio's ability to read and write data across different types of storage systems.
mWorkerId - Variable in class alluxio.examples.Performance.Worker
 

P

Performance - Class in alluxio.examples
Example to show the performance of Alluxio.
Performance.AlluxioReadWorker - Class in alluxio.examples
A worker in Alluxio for read operations.
Performance.AlluxioWriterWorker - Class in alluxio.examples
A worker in Alluxio for write operations.
Performance.GeneralWorker - Class in alluxio.examples
A general worker.
Performance.HdfsWorker - Class in alluxio.examples
A worker for HDFS.
Performance.Worker - Class in alluxio.examples
Base class for workers used in this example.
printPassInfo(boolean) - Static method in class alluxio.cli.CliUtils
Prints information of the test result.

R

readPartition() - Method in class alluxio.examples.Performance.AlluxioReadWorker
Reads a partition.
reduce(BytesWritable, Iterable<BytesWritable>, Reducer<BytesWritable, BytesWritable, BytesWritable, BytesWritable>.Context) - Method in class alluxio.examples.keyvalue.hadoop.CloneStoreMapReduce.CloneStoreReducer
 
run(String[]) - Method in class alluxio.cli.RunOperation
 
run() - Method in class alluxio.examples.Performance.AlluxioReadWorker
 
run() - Method in class alluxio.examples.Performance.AlluxioWriterWorker
 
run() - Method in class alluxio.examples.Performance.GeneralWorker
 
run() - Method in class alluxio.examples.Performance.HdfsWorker
 
runExample(Callable<Boolean>) - Static method in class alluxio.cli.CliUtils
Runs an example.
RunOperation - Class in alluxio.cli
Class for running an operation multiple times.
RunOperation() - Constructor for class alluxio.cli.RunOperation
Constructs a new RunOperation object.

S

SameKeyValueStoresTest - Class in alluxio.examples.keyvalue
Tests whether two key-value stores contain the same set of key-value pairs.
SameKeyValueStoresTest(AlluxioURI, AlluxioURI) - Constructor for class alluxio.examples.keyvalue.SameKeyValueStoresTest
 
ShowKeyValueStore - Class in alluxio.examples.keyvalue
Prints out (key, value) pairs, or only keys, or only values in a key-value store.

T

TEST_DIRECTORY_NAME - Static variable in class alluxio.cli.TestRunner
Directory for the test generated files.
TestRunner - Class in alluxio.cli
Driver to run Alluxio tests.

W

Worker(int, int, int, ByteBuffer) - Constructor for class alluxio.examples.Performance.Worker
 
writePartition() - Method in class alluxio.examples.Performance.AlluxioWriterWorker
Writes a partition.
A B C G H I J K L M P R S T W 
Skip navigation links

Copyright © 2019. All Rights Reserved.