@ThreadSafe
public class BasicOperations
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Boolean>
| Constructor and Description |
|---|
BasicOperations(AlluxioURI filePath,
ReadType readType,
WriteType writeType,
FileSystemContext fsContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
call() |
public BasicOperations(AlluxioURI filePath, ReadType readType, WriteType writeType, FileSystemContext fsContext)
filePath - the path for the filesreadType - the ReadPTypewriteType - the WritePTypefsContext - the FileSystemContext to use for client operationsCopyright © 2019. All Rights Reserved.