Skip navigation links
A B C D E G H I J L M O P R S T U W 

A

alluxio.cli - package alluxio.cli
 
alluxio.examples - package alluxio.examples
 
AlluxioFrameworkIntegrationTest - Class in alluxio.cli
Integration tests for AlluxioFramework.
AlluxioReadWorker(int, int, int, ByteBuffer, FileSystem) - Constructor for class alluxio.examples.Performance.AlluxioReadWorker
 
AlluxioWriterWorker(int, int, int, ByteBuffer, FileSystem) - 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, FileSystemContext) - 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, FileSystemContext) - Constructor for class alluxio.examples.BasicNonByteBufferOperations
 
BasicOperations - Class in alluxio.examples
Example to show the basic operations of Alluxio.
BasicOperations(AlluxioURI, ReadType, WriteType, FileSystemContext) - 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
 
CliUtils - Class in alluxio.cli
Utilities to run the examples.
createAndAbortMultipartFileTest() - Method in class alluxio.examples.S3ASpecificOperations
Test for creating and aborting a multipart file.
createAtomicTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating file atomic.
createDeleteFileConjuctionTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating and deleting file conjunction.
createEmptyFileTest() - Method in class alluxio.examples.S3ASpecificOperations
Test for creating an empty file using streaming upload.
createEmptyTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating empty file.
createFileLessThanOnePartTest() - Method in class alluxio.examples.S3ASpecificOperations
Test for creating a file with data less than one part.
createMultipartFileTest() - Method in class alluxio.examples.S3ASpecificOperations
Test for creating a multipart file.
createNoParentTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating file without parent.
createOpenAtPositionTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating file and opening at position.
createOpenEmptyTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating and opening empty file.
createOpenExistingLargeFileTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating and open existing large file.
createOpenLargeTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating and opening large file.
createOpenTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating and opening file.
createParentTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating file with parent.
createThenDeleteExistingDirectoryTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating and deleting existing directory.
createThenGetExistingDirectoryStatusTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for getting existing directory status.
createThenGetExistingFileStatusTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for getting existing file status.
createThenGetExistingStatusTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for getting existing status.

D

deleteDirTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for deleting directory.
deleteFileTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for deleting file.
deleteLargeDirectoryTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for deleting large directory.

E

existsTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for checking file existence.

G

GeneralWorker(int, int, int, ByteBuffer, boolean, boolean, String) - Constructor for class alluxio.examples.Performance.GeneralWorker
 
getDirectoryStatusTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for getting directory status.
getFileSizeTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for getting file size.
getFileStatusTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for getting file status.
getModTimeTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for getting modification time.
getNonExistingDirectoryStatusTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for getting status of non-existent directory.
getNonExistingFileStatusTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for getting status of non-existent file.
getNonExistingPathStatusTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for getting status of non-existent path.

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.
isFileTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for checking file is actual file.

J

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

L

listLargeDirectoryTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for listing large directory.
listStatusEmptyTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for listing empty directory.
listStatusFileTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for listing status on file.
listStatusRecursiveTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for listing status recursively.
listStatusTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for listing status.
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.cli.UnderFileSystemContractTest
 
main(String[]) - Static method in class alluxio.examples.BasicCheckpoint
Example program for using checkpoints.
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.
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.
mkdirsTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for creating directory.
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
 

O

objectCommonPrefixesIsDirectoryTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for checking directory in object storage.
objectCommonPrefixesListStatusNonRecursiveTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for listing status non recursively in object storage.
objectCommonPrefixesListStatusRecursiveTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for listing status recursively in object storage.
objectNestedDirsListStatusRecursiveTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for listing status recursively in nested directory in object storage.

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.
RelatedS3Operations - Annotation Type in alluxio.examples
An annotation for methods with related S3 operations.
renameDirectoryDeepTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for renaming deep directory.
renameDirectoryTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for renaming directory.
renameFileTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for renaming file.
renameLargeDirectoryTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for renaming large directory.
renameRenamableDirectoryTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for renaming renamable directory.
renameRenamableFileTest() - Method in class alluxio.examples.UnderFileSystemCommonOperations
Test for renaming renamable file.
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(AlluxioConfiguration) - Constructor for class alluxio.cli.RunOperation
Constructs a new RunOperation object.

S

S3ASpecificOperations - Class in alluxio.examples
Examples for S3A specific under filesystem operations.
S3ASpecificOperations(String, UnderFileSystem, InstancedConfiguration) - Constructor for class alluxio.examples.S3ASpecificOperations
 

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.

U

UnderFileSystemCommonOperations - Class in alluxio.examples
Examples for under filesystem common operations.
UnderFileSystemCommonOperations(String, String, UnderFileSystem, InstancedConfiguration) - Constructor for class alluxio.examples.UnderFileSystemCommonOperations
 
UnderFileSystemContractTest - Class in alluxio.cli
Integration tests for Alluxio under filesystems.

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 D E G H I J L M O P R S T U W 
Skip navigation links

Copyright © 2019. All Rights Reserved.