A B C D E F G H I J K L M N O P R S T U V W Z 

A

abort() - Method in class tachyon.security.login.AppLoginModule
Aborts the authentication (second phase).
abort() - Method in class tachyon.security.login.TachyonLoginModule
Aborts the authentication (second phase).
ACCESS_LOGGER_TYPE - Static variable in class tachyon.Constants
 
accessBlock(long, AsyncMethodCallback) - Method in class tachyon.thrift.WorkerService.AsyncClient
 
accessBlock(long, AsyncMethodCallback) - Method in interface tachyon.thrift.WorkerService.AsyncIface
 
accessBlock(long) - Method in class tachyon.thrift.WorkerService.Client
 
accessBlock(long) - Method in interface tachyon.thrift.WorkerService.Iface
 
accessBlock(long) - Method in class tachyon.worker.WorkerClient
Updates the latest block access time on the worker.
acquire() - Method in class tachyon.resource.ResourcePool
Acquires an object of type T from the pool.
add(T, List<T>) - Method in class tachyon.collections.DirectedAcyclicGraph
Adds a node to the DAG, that takes the given payload and depends on the specified parents.
add(T) - Method in class tachyon.collections.IndexedSet
Adds an object o to the set if there is no other object o2 such that (o == null ? o2 == null : o.equals(o2)).
addChild(DirectedAcyclicGraphNode<T>) - Method in class tachyon.collections.DirectedAcyclicGraphNode
 
addedBlocksOnTiers - Variable in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
addParent(DirectedAcyclicGraphNode<T>) - Method in class tachyon.collections.DirectedAcyclicGraphNode
 
address - Variable in class tachyon.thrift.WorkerInfo
 
addTimer(ScheduledTimer) - Static method in class tachyon.heartbeat.HeartbeatScheduler
 
addToBlockIds(long) - Method in class tachyon.thrift.CheckpointFile
 
addToBlockIds(long) - Method in class tachyon.thrift.FileInfo
 
addToCheckpointFiles(CheckpointFile) - Method in class tachyon.thrift.LineageCommand
 
addToChildren(long) - Method in class tachyon.thrift.LineageInfo
 
addToData(long) - Method in class tachyon.thrift.Command
 
addToInputFiles(long) - Method in class tachyon.thrift.LineageInfo
 
addToInputFiles(String) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
addToLocations(BlockLocation) - Method in class tachyon.thrift.BlockInfo
 
addToMetrics(long) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
addToOutputFiles(LineageFileInfo) - Method in class tachyon.thrift.LineageInfo
 
addToOutputFiles(String) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
addToParents(long) - Method in class tachyon.thrift.LineageInfo
 
addToPersistedFiles(long) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
addToRemovedBlockIds(long) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
addToSuccess(WorkerInfo) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
addToSuccess(FileBlockInfo) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
addToSuccess(FileInfo) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
addToSuccess(long) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
addToSuccess(LineageInfo) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
addToTotalBytesOnTiers(long) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
addToUfsLocations(NetAddress) - Method in class tachyon.thrift.FileBlockInfo
 
addToUsedBytesOnTiers(long) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
addToUsedBytesOnTiers(long) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
afterConnect() - Method in class tachyon.ClientBase
This method is called after the connection is made to the remote.
afterDisconnect() - Method in class tachyon.ClientBase
This method is called after the connection is disconnected.
ANSI_BLACK - Static variable in class tachyon.Constants
 
ANSI_BLUE - Static variable in class tachyon.Constants
 
ANSI_CYAN - Static variable in class tachyon.Constants
 
ANSI_GREEN - Static variable in class tachyon.Constants
 
ANSI_PURPLE - Static variable in class tachyon.Constants
 
ANSI_RED - Static variable in class tachyon.Constants
 
ANSI_RESET - Static variable in class tachyon.Constants
 
ANSI_WHITE - Static variable in class tachyon.Constants
 
ANSI_YELLOW - Static variable in class tachyon.Constants
 
AppLoginModule - Class in tachyon.security.login
An app login module that creates a user based on the user name provided through application configuration.
AppLoginModule() - Constructor for class tachyon.security.login.AppLoginModule
 
assertValidPort(int, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
 
assertValidPort(InetSocketAddress, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
 
asyncCheckpoint(long, AsyncMethodCallback) - Method in class tachyon.thrift.WorkerService.AsyncClient
 
asyncCheckpoint(long, AsyncMethodCallback) - Method in interface tachyon.thrift.WorkerService.AsyncIface
 
asyncCheckpoint(long) - Method in class tachyon.thrift.WorkerService.Client
 
asyncCheckpoint(long) - Method in interface tachyon.thrift.WorkerService.Iface
 
asyncCheckpoint(long) - Method in class tachyon.worker.WorkerClient
Notifies the worker to checkpoint the file asynchronously.
asyncCompleteFile(long, AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterService.AsyncClient
 
asyncCompleteFile(long, AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterService.AsyncIface
 
asyncCompleteFile(long) - Method in class tachyon.thrift.LineageMasterService.Client
 
asyncCompleteFile(long) - Method in interface tachyon.thrift.LineageMasterService.Iface
 
attemptRetry() - Method in interface tachyon.retry.RetryPolicy
Attempts to run the given operation, returning false if unable to (max retries have happened).
attemptRetry() - Method in class tachyon.retry.SleepingRetry
 
authenticate(String, String) - Method in interface tachyon.security.authentication.AuthenticationProvider
The authenticate method is called by the PlainServerCallbackHandler in the PlainSaslServer layer to authenticate users for their requests.
authenticate(String, String) - Method in class tachyon.security.authentication.CustomAuthenticationProviderImpl
 
authenticate(String, String) - Method in class tachyon.security.authentication.SimpleAuthenticationProviderImpl
 
AuthenticationProvider - Interface in tachyon.security.authentication
 
AuthenticationProvider.Factory - Class in tachyon.security.authentication
Factory method to create an instance of AuthenticationProvider based on AuthType and TachyonConf.
AuthenticationProvider.Factory() - Constructor for class tachyon.security.authentication.AuthenticationProvider.Factory
 
AuthenticationUtils - Class in tachyon.security.authentication
This class provides factory methods for authentication in Tachyon.
AuthType - Enum in tachyon.security.authentication
Different authentication types for Tachyon.
available() - Static method in class tachyon.underfs.UnderFileSystemRegistry
Returns a read-only view of the available factories
await(String) - Static method in class tachyon.heartbeat.HeartbeatScheduler
Waits until the given thread can be executed.
await(String, long, TimeUnit) - Static method in class tachyon.heartbeat.HeartbeatScheduler
Waits until the given thread can be executed or the given timeout expires.

B

BLOCK_MASTER_SERVICE_NAME - Static variable in class tachyon.Constants
 
BlockAlreadyExistsException - Exception in tachyon.exception
 
BlockAlreadyExistsException(String) - Constructor for exception tachyon.exception.BlockAlreadyExistsException
 
BlockAlreadyExistsException(String, Throwable) - Constructor for exception tachyon.exception.BlockAlreadyExistsException
 
BlockAlreadyExistsException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.BlockAlreadyExistsException
 
BlockAlreadyExistsException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.BlockAlreadyExistsException
 
BlockDoesNotExistException - Exception in tachyon.exception
 
BlockDoesNotExistException(String) - Constructor for exception tachyon.exception.BlockDoesNotExistException
 
BlockDoesNotExistException(String, Throwable) - Constructor for exception tachyon.exception.BlockDoesNotExistException
 
BlockDoesNotExistException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.BlockDoesNotExistException
 
BlockDoesNotExistException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.BlockDoesNotExistException
 
BlockId - Class in tachyon.master.block
This class provides a set of methods related to block Ids.
blockId - Variable in class tachyon.thrift.BlockInfo
 
blockId - Variable in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
blockId - Variable in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
blockId - Variable in class tachyon.thrift.WorkerService.accessBlock_args
 
blockId - Variable in class tachyon.thrift.WorkerService.cacheBlock_args
 
blockId - Variable in class tachyon.thrift.WorkerService.cancelBlock_args
 
blockId - Variable in class tachyon.thrift.WorkerService.lockBlock_args
 
blockId - Variable in class tachyon.thrift.WorkerService.promoteBlock_args
 
blockId - Variable in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
blockId - Variable in class tachyon.thrift.WorkerService.requestSpace_args
 
blockId - Variable in class tachyon.thrift.WorkerService.unlockBlock_args
 
blockIds - Variable in class tachyon.thrift.CheckpointFile
 
blockIds - Variable in class tachyon.thrift.FileInfo
 
BlockInfo - Class in tachyon.thrift
 
BlockInfo() - Constructor for class tachyon.thrift.BlockInfo
 
BlockInfo(long, long, List<BlockLocation>) - Constructor for class tachyon.thrift.BlockInfo
 
BlockInfo(BlockInfo) - Constructor for class tachyon.thrift.BlockInfo
Performs a deep copy on other.
blockInfo - Variable in class tachyon.thrift.FileBlockInfo
 
BlockInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockInfoException - Exception in tachyon.exception
 
BlockInfoException(String) - Constructor for exception tachyon.exception.BlockInfoException
 
BlockInfoException(String, Throwable) - Constructor for exception tachyon.exception.BlockInfoException
 
BlockInfoException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.BlockInfoException
 
BlockInfoException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.BlockInfoException
 
BlockLocation - Class in tachyon.thrift
 
BlockLocation() - Constructor for class tachyon.thrift.BlockLocation
 
BlockLocation(long, NetAddress, int) - Constructor for class tachyon.thrift.BlockLocation
 
BlockLocation(BlockLocation) - Constructor for class tachyon.thrift.BlockLocation
Performs a deep copy on other.
BlockLocation._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService - Class in tachyon.thrift
 
BlockMasterService() - Constructor for class tachyon.thrift.BlockMasterService
 
BlockMasterService.AsyncClient - Class in tachyon.thrift
 
BlockMasterService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterService.AsyncClient
 
BlockMasterService.AsyncClient.Factory - Class in tachyon.thrift
 
BlockMasterService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.BlockMasterService.AsyncClient.Factory
 
BlockMasterService.AsyncClient.getBlockInfo_call - Class in tachyon.thrift
 
BlockMasterService.AsyncClient.getBlockInfo_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterService.AsyncClient.getBlockInfo_call
 
BlockMasterService.AsyncClient.getCapacityBytes_call - Class in tachyon.thrift
 
BlockMasterService.AsyncClient.getCapacityBytes_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterService.AsyncClient.getCapacityBytes_call
 
BlockMasterService.AsyncClient.getUsedBytes_call - Class in tachyon.thrift
 
BlockMasterService.AsyncClient.getUsedBytes_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterService.AsyncClient.getUsedBytes_call
 
BlockMasterService.AsyncClient.getWorkerInfoList_call - Class in tachyon.thrift
 
BlockMasterService.AsyncClient.getWorkerInfoList_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterService.AsyncClient.getWorkerInfoList_call
 
BlockMasterService.AsyncClient.workerCommitBlock_call - Class in tachyon.thrift
 
BlockMasterService.AsyncClient.workerCommitBlock_call(long, long, int, long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterService.AsyncClient.workerCommitBlock_call
 
BlockMasterService.AsyncClient.workerGetWorkerId_call - Class in tachyon.thrift
 
BlockMasterService.AsyncClient.workerGetWorkerId_call(NetAddress, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterService.AsyncClient.workerGetWorkerId_call
 
BlockMasterService.AsyncClient.workerHeartbeat_call - Class in tachyon.thrift
 
BlockMasterService.AsyncClient.workerHeartbeat_call(long, List<Long>, List<Long>, Map<Long, List<Long>>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterService.AsyncClient.workerHeartbeat_call
 
BlockMasterService.AsyncClient.workerRegister_call - Class in tachyon.thrift
 
BlockMasterService.AsyncClient.workerRegister_call(long, List<Long>, List<Long>, Map<Long, List<Long>>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterService.AsyncClient.workerRegister_call
 
BlockMasterService.AsyncIface - Interface in tachyon.thrift
 
BlockMasterService.AsyncProcessor<I extends BlockMasterService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterService.AsyncProcessor(I) - Constructor for class tachyon.thrift.BlockMasterService.AsyncProcessor
 
BlockMasterService.AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.BlockMasterService.AsyncProcessor
 
BlockMasterService.AsyncProcessor.getBlockInfo<I extends BlockMasterService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterService.AsyncProcessor.getBlockInfo() - Constructor for class tachyon.thrift.BlockMasterService.AsyncProcessor.getBlockInfo
 
BlockMasterService.AsyncProcessor.getCapacityBytes<I extends BlockMasterService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterService.AsyncProcessor.getCapacityBytes() - Constructor for class tachyon.thrift.BlockMasterService.AsyncProcessor.getCapacityBytes
 
BlockMasterService.AsyncProcessor.getUsedBytes<I extends BlockMasterService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterService.AsyncProcessor.getUsedBytes() - Constructor for class tachyon.thrift.BlockMasterService.AsyncProcessor.getUsedBytes
 
BlockMasterService.AsyncProcessor.getWorkerInfoList<I extends BlockMasterService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterService.AsyncProcessor.getWorkerInfoList() - Constructor for class tachyon.thrift.BlockMasterService.AsyncProcessor.getWorkerInfoList
 
BlockMasterService.AsyncProcessor.workerCommitBlock<I extends BlockMasterService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterService.AsyncProcessor.workerCommitBlock() - Constructor for class tachyon.thrift.BlockMasterService.AsyncProcessor.workerCommitBlock
 
BlockMasterService.AsyncProcessor.workerGetWorkerId<I extends BlockMasterService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterService.AsyncProcessor.workerGetWorkerId() - Constructor for class tachyon.thrift.BlockMasterService.AsyncProcessor.workerGetWorkerId
 
BlockMasterService.AsyncProcessor.workerHeartbeat<I extends BlockMasterService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterService.AsyncProcessor.workerHeartbeat() - Constructor for class tachyon.thrift.BlockMasterService.AsyncProcessor.workerHeartbeat
 
BlockMasterService.AsyncProcessor.workerRegister<I extends BlockMasterService.AsyncIface> - Class in tachyon.thrift
 
BlockMasterService.AsyncProcessor.workerRegister() - Constructor for class tachyon.thrift.BlockMasterService.AsyncProcessor.workerRegister
 
BlockMasterService.Client - Class in tachyon.thrift
 
BlockMasterService.Client(TProtocol) - Constructor for class tachyon.thrift.BlockMasterService.Client
 
BlockMasterService.Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.BlockMasterService.Client
 
BlockMasterService.Client.Factory - Class in tachyon.thrift
 
BlockMasterService.Client.Factory() - Constructor for class tachyon.thrift.BlockMasterService.Client.Factory
 
BlockMasterService.getBlockInfo_args - Class in tachyon.thrift
 
BlockMasterService.getBlockInfo_args() - Constructor for class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
BlockMasterService.getBlockInfo_args(long) - Constructor for class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
BlockMasterService.getBlockInfo_args(BlockMasterService.getBlockInfo_args) - Constructor for class tachyon.thrift.BlockMasterService.getBlockInfo_args
Performs a deep copy on other.
BlockMasterService.getBlockInfo_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.getBlockInfo_result - Class in tachyon.thrift
 
BlockMasterService.getBlockInfo_result() - Constructor for class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
BlockMasterService.getBlockInfo_result(BlockInfo, TachyonTException) - Constructor for class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
BlockMasterService.getBlockInfo_result(BlockMasterService.getBlockInfo_result) - Constructor for class tachyon.thrift.BlockMasterService.getBlockInfo_result
Performs a deep copy on other.
BlockMasterService.getBlockInfo_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.getCapacityBytes_args - Class in tachyon.thrift
 
BlockMasterService.getCapacityBytes_args() - Constructor for class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
BlockMasterService.getCapacityBytes_args(BlockMasterService.getCapacityBytes_args) - Constructor for class tachyon.thrift.BlockMasterService.getCapacityBytes_args
Performs a deep copy on other.
BlockMasterService.getCapacityBytes_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.getCapacityBytes_result - Class in tachyon.thrift
 
BlockMasterService.getCapacityBytes_result() - Constructor for class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
BlockMasterService.getCapacityBytes_result(long) - Constructor for class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
BlockMasterService.getCapacityBytes_result(BlockMasterService.getCapacityBytes_result) - Constructor for class tachyon.thrift.BlockMasterService.getCapacityBytes_result
Performs a deep copy on other.
BlockMasterService.getCapacityBytes_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.getUsedBytes_args - Class in tachyon.thrift
 
BlockMasterService.getUsedBytes_args() - Constructor for class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
BlockMasterService.getUsedBytes_args(BlockMasterService.getUsedBytes_args) - Constructor for class tachyon.thrift.BlockMasterService.getUsedBytes_args
Performs a deep copy on other.
BlockMasterService.getUsedBytes_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.getUsedBytes_result - Class in tachyon.thrift
 
BlockMasterService.getUsedBytes_result() - Constructor for class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
BlockMasterService.getUsedBytes_result(long) - Constructor for class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
BlockMasterService.getUsedBytes_result(BlockMasterService.getUsedBytes_result) - Constructor for class tachyon.thrift.BlockMasterService.getUsedBytes_result
Performs a deep copy on other.
BlockMasterService.getUsedBytes_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.getWorkerInfoList_args - Class in tachyon.thrift
 
BlockMasterService.getWorkerInfoList_args() - Constructor for class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
BlockMasterService.getWorkerInfoList_args(BlockMasterService.getWorkerInfoList_args) - Constructor for class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
Performs a deep copy on other.
BlockMasterService.getWorkerInfoList_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.getWorkerInfoList_result - Class in tachyon.thrift
 
BlockMasterService.getWorkerInfoList_result() - Constructor for class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
BlockMasterService.getWorkerInfoList_result(List<WorkerInfo>) - Constructor for class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
BlockMasterService.getWorkerInfoList_result(BlockMasterService.getWorkerInfoList_result) - Constructor for class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
Performs a deep copy on other.
BlockMasterService.getWorkerInfoList_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.Iface - Interface in tachyon.thrift
 
BlockMasterService.Processor<I extends BlockMasterService.Iface> - Class in tachyon.thrift
 
BlockMasterService.Processor(I) - Constructor for class tachyon.thrift.BlockMasterService.Processor
 
BlockMasterService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.BlockMasterService.Processor
 
BlockMasterService.Processor.getBlockInfo<I extends BlockMasterService.Iface> - Class in tachyon.thrift
 
BlockMasterService.Processor.getBlockInfo() - Constructor for class tachyon.thrift.BlockMasterService.Processor.getBlockInfo
 
BlockMasterService.Processor.getCapacityBytes<I extends BlockMasterService.Iface> - Class in tachyon.thrift
 
BlockMasterService.Processor.getCapacityBytes() - Constructor for class tachyon.thrift.BlockMasterService.Processor.getCapacityBytes
 
BlockMasterService.Processor.getUsedBytes<I extends BlockMasterService.Iface> - Class in tachyon.thrift
 
BlockMasterService.Processor.getUsedBytes() - Constructor for class tachyon.thrift.BlockMasterService.Processor.getUsedBytes
 
BlockMasterService.Processor.getWorkerInfoList<I extends BlockMasterService.Iface> - Class in tachyon.thrift
 
BlockMasterService.Processor.getWorkerInfoList() - Constructor for class tachyon.thrift.BlockMasterService.Processor.getWorkerInfoList
 
BlockMasterService.Processor.workerCommitBlock<I extends BlockMasterService.Iface> - Class in tachyon.thrift
 
BlockMasterService.Processor.workerCommitBlock() - Constructor for class tachyon.thrift.BlockMasterService.Processor.workerCommitBlock
 
BlockMasterService.Processor.workerGetWorkerId<I extends BlockMasterService.Iface> - Class in tachyon.thrift
 
BlockMasterService.Processor.workerGetWorkerId() - Constructor for class tachyon.thrift.BlockMasterService.Processor.workerGetWorkerId
 
BlockMasterService.Processor.workerHeartbeat<I extends BlockMasterService.Iface> - Class in tachyon.thrift
 
BlockMasterService.Processor.workerHeartbeat() - Constructor for class tachyon.thrift.BlockMasterService.Processor.workerHeartbeat
 
BlockMasterService.Processor.workerRegister<I extends BlockMasterService.Iface> - Class in tachyon.thrift
 
BlockMasterService.Processor.workerRegister() - Constructor for class tachyon.thrift.BlockMasterService.Processor.workerRegister
 
BlockMasterService.workerCommitBlock_args - Class in tachyon.thrift
 
BlockMasterService.workerCommitBlock_args() - Constructor for class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
BlockMasterService.workerCommitBlock_args(long, long, int, long, long) - Constructor for class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
BlockMasterService.workerCommitBlock_args(BlockMasterService.workerCommitBlock_args) - Constructor for class tachyon.thrift.BlockMasterService.workerCommitBlock_args
Performs a deep copy on other.
BlockMasterService.workerCommitBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.workerCommitBlock_result - Class in tachyon.thrift
 
BlockMasterService.workerCommitBlock_result() - Constructor for class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
BlockMasterService.workerCommitBlock_result(TachyonTException) - Constructor for class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
BlockMasterService.workerCommitBlock_result(BlockMasterService.workerCommitBlock_result) - Constructor for class tachyon.thrift.BlockMasterService.workerCommitBlock_result
Performs a deep copy on other.
BlockMasterService.workerCommitBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.workerGetWorkerId_args - Class in tachyon.thrift
 
BlockMasterService.workerGetWorkerId_args() - Constructor for class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
BlockMasterService.workerGetWorkerId_args(NetAddress) - Constructor for class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
BlockMasterService.workerGetWorkerId_args(BlockMasterService.workerGetWorkerId_args) - Constructor for class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
Performs a deep copy on other.
BlockMasterService.workerGetWorkerId_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.workerGetWorkerId_result - Class in tachyon.thrift
 
BlockMasterService.workerGetWorkerId_result() - Constructor for class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
BlockMasterService.workerGetWorkerId_result(long) - Constructor for class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
BlockMasterService.workerGetWorkerId_result(BlockMasterService.workerGetWorkerId_result) - Constructor for class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
Performs a deep copy on other.
BlockMasterService.workerGetWorkerId_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.workerHeartbeat_args - Class in tachyon.thrift
 
BlockMasterService.workerHeartbeat_args() - Constructor for class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
BlockMasterService.workerHeartbeat_args(long, List<Long>, List<Long>, Map<Long, List<Long>>) - Constructor for class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
BlockMasterService.workerHeartbeat_args(BlockMasterService.workerHeartbeat_args) - Constructor for class tachyon.thrift.BlockMasterService.workerHeartbeat_args
Performs a deep copy on other.
BlockMasterService.workerHeartbeat_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.workerHeartbeat_result - Class in tachyon.thrift
 
BlockMasterService.workerHeartbeat_result() - Constructor for class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
BlockMasterService.workerHeartbeat_result(Command, TachyonTException) - Constructor for class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
BlockMasterService.workerHeartbeat_result(BlockMasterService.workerHeartbeat_result) - Constructor for class tachyon.thrift.BlockMasterService.workerHeartbeat_result
Performs a deep copy on other.
BlockMasterService.workerHeartbeat_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.workerRegister_args - Class in tachyon.thrift
 
BlockMasterService.workerRegister_args() - Constructor for class tachyon.thrift.BlockMasterService.workerRegister_args
 
BlockMasterService.workerRegister_args(long, List<Long>, List<Long>, Map<Long, List<Long>>) - Constructor for class tachyon.thrift.BlockMasterService.workerRegister_args
 
BlockMasterService.workerRegister_args(BlockMasterService.workerRegister_args) - Constructor for class tachyon.thrift.BlockMasterService.workerRegister_args
Performs a deep copy on other.
BlockMasterService.workerRegister_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BlockMasterService.workerRegister_result - Class in tachyon.thrift
 
BlockMasterService.workerRegister_result() - Constructor for class tachyon.thrift.BlockMasterService.workerRegister_result
 
BlockMasterService.workerRegister_result(TachyonTException) - Constructor for class tachyon.thrift.BlockMasterService.workerRegister_result
 
BlockMasterService.workerRegister_result(BlockMasterService.workerRegister_result) - Constructor for class tachyon.thrift.BlockMasterService.workerRegister_result
Performs a deep copy on other.
BlockMasterService.workerRegister_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BLOCKS_READ_LOCAL_INDEX - Static variable in class tachyon.Constants
 
BLOCKS_READ_REMOTE_INDEX - Static variable in class tachyon.Constants
 
BLOCKS_WRITTEN_LOCAL_INDEX - Static variable in class tachyon.Constants
 
BLOCKS_WRITTEN_REMOTE_INDEX - Static variable in class tachyon.Constants
 
blockSizeBytes - Variable in class tachyon.thrift.CreateTOptions
 
blockSizeBytes - Variable in class tachyon.thrift.FileInfo
 
blockSizeBytes - Variable in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
bufferForMetadata() - Method in class tachyon.thrift.RawTableInfo
 
bufferForMetadata() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
bufferForMetadata() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
BufferUtils - Class in tachyon.util.io
Utilities related to buffers, not only ByteBuffer.
build(String, boolean) - Static method in class tachyon.util.ThreadFactoryUtils
Creates a ThreadFactory that spawns off threads.
byteBufferToString(ByteBuffer) - Static method in class tachyon.util.FormatUtils
Parses a ByteBuffer into a String.
BYTES_READ_LOCAL_INDEX - Static variable in class tachyon.Constants
 
BYTES_READ_REMOTE_INDEX - Static variable in class tachyon.Constants
 
BYTES_READ_UFS_INDEX - Static variable in class tachyon.Constants
 
BYTES_WRITTEN_LOCAL_INDEX - Static variable in class tachyon.Constants
 
BYTES_WRITTEN_REMOTE_INDEX - Static variable in class tachyon.Constants
 
BYTES_WRITTEN_UFS_INDEX - Static variable in class tachyon.Constants
 
byteToInt(byte) - Static method in class tachyon.util.io.BufferUtils
 

C

cacheBlock(long, long, AsyncMethodCallback) - Method in class tachyon.thrift.WorkerService.AsyncClient
 
cacheBlock(long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.WorkerService.AsyncIface
 
cacheBlock(long, long) - Method in class tachyon.thrift.WorkerService.Client
 
cacheBlock(long, long) - Method in interface tachyon.thrift.WorkerService.Iface
Used to cache a block into Tachyon space, worker will move the temporary block file from session folder to data folder, and update the space usage information related.
cacheBlock(long) - Method in class tachyon.worker.WorkerClient
Notifies the worker the block is cached.
cancelBlock(long, long, AsyncMethodCallback) - Method in class tachyon.thrift.WorkerService.AsyncClient
 
cancelBlock(long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.WorkerService.AsyncIface
 
cancelBlock(long, long) - Method in class tachyon.thrift.WorkerService.Client
 
cancelBlock(long, long) - Method in interface tachyon.thrift.WorkerService.Iface
Used to cancel a block which is being written.
cancelBlock(long) - Method in class tachyon.worker.WorkerClient
Notifies worker that the block has been cancelled
capacityBytes - Variable in class tachyon.thrift.WorkerInfo
 
cascade - Variable in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
changeLocalFilePermission(String, String) - Static method in class tachyon.util.io.FileUtils
Changes local file's permission.
changeLocalFileToFullPermission(String) - Static method in class tachyon.util.io.FileUtils
Changes local file's permission to be 777.
ChannelType - Enum in tachyon.network
What type of netty channel to use.
CheckpointFile - Class in tachyon.thrift
 
CheckpointFile() - Constructor for class tachyon.thrift.CheckpointFile
 
CheckpointFile(long, List<Long>) - Constructor for class tachyon.thrift.CheckpointFile
 
CheckpointFile(CheckpointFile) - Constructor for class tachyon.thrift.CheckpointFile
Performs a deep copy on other.
CheckpointFile._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
checkpointFiles - Variable in class tachyon.thrift.LineageCommand
 
checkReady() - Method in class tachyon.worker.DataServerMessage
Checks if the message is ready.
children - Variable in class tachyon.thrift.LineageInfo
 
cleanDirectBuffer(ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
Forces to unmap a direct buffer if this buffer is no longer used.
cleanPath(String) - Static method in class tachyon.util.io.PathUtils
Checks and normalizes the given path.
clear() - Method in class tachyon.collections.IndexedSet
Removes all the entries in this set.
clear() - Method in class tachyon.thrift.BlockInfo
 
clear() - Method in class tachyon.thrift.BlockLocation
 
clear() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
clear() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
clear() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
clear() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
clear() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
clear() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
clear() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
clear() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
clear() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
clear() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
clear() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
clear() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
clear() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
clear() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
clear() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
clear() - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
clear() - Method in class tachyon.thrift.CheckpointFile
 
clear() - Method in class tachyon.thrift.Command
 
clear() - Method in class tachyon.thrift.CommandLineJobInfo
 
clear() - Method in class tachyon.thrift.CreateTOptions
 
clear() - Method in class tachyon.thrift.DependencyInfo
 
clear() - Method in class tachyon.thrift.FileBlockInfo
 
clear() - Method in class tachyon.thrift.FileInfo
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
clear() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
clear() - Method in class tachyon.thrift.JobConfInfo
 
clear() - Method in class tachyon.thrift.LineageCommand
 
clear() - Method in class tachyon.thrift.LineageFileInfo
 
clear() - Method in class tachyon.thrift.LineageInfo
 
clear() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
clear() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
clear() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
clear() - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
clear() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
clear() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
clear() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
clear() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
clear() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
clear() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
clear() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
clear() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
clear() - Method in class tachyon.thrift.MkdirTOptions
 
clear() - Method in class tachyon.thrift.NetAddress
 
clear() - Method in class tachyon.thrift.RawTableInfo
 
clear() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
clear() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
clear() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
clear() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
clear() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
clear() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
clear() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
clear() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
clear() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
clear() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
clear() - Method in exception tachyon.thrift.TachyonTException
 
clear() - Method in exception tachyon.thrift.ThriftIOException
 
clear() - Method in class tachyon.thrift.WorkerInfo
 
clear() - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
clear() - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
clear() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
clear() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
clear() - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
clear() - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
clear() - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
clear() - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
clear() - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
clear() - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
clear() - Method in class tachyon.thrift.WorkerService.persistFile_args
 
clear() - Method in class tachyon.thrift.WorkerService.persistFile_result
 
clear() - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
clear() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
clear() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
clear() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
clear() - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
clear() - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
clear() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
clear() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
clear() - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
clear() - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
CLIENT_METRICS_SIZE - Static variable in class tachyon.Constants
 
CLIENT_METRICS_VERSION - Static variable in class tachyon.Constants
 
CLIENT_METRICS_VERSION_INDEX - Static variable in class tachyon.Constants
 
ClientBase - Class in tachyon
The base class for clients.
ClientBase(InetSocketAddress, TachyonConf, String) - Constructor for class tachyon.ClientBase
Creates a new client base.
ClientMetrics - Class in tachyon.worker
ClientMetrics is used to pass client metrics from client to worker by session heartbeat.
ClientMetrics() - Constructor for class tachyon.worker.ClientMetrics
 
cloneByteBuffer(ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
Clones a bytebuffer.
cloneByteBufferList(List<ByteBuffer>) - Static method in class tachyon.util.io.BufferUtils
Clones a list of ByteBuffers.
close() - Method in class tachyon.ClientBase
Closes the connection with the remote permanently.
close() - Method in class tachyon.LeaderSelectorClient
 
close() - Method in class tachyon.resource.ResourcePool
Closes the resource pool.
close() - Method in class tachyon.underfs.UnderFileSystem
Closes this under file system.
close() - Method in class tachyon.worker.DataServerMessage
Closes the message.
close() - Method in class tachyon.worker.WorkerClient
Closes the connection to worker.
columns - Variable in class tachyon.thrift.RawTableInfo
 
columns - Variable in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
Command - Class in tachyon.thrift
 
Command() - Constructor for class tachyon.thrift.Command
 
Command(CommandType, List<Long>) - Constructor for class tachyon.thrift.Command
 
Command(Command) - Constructor for class tachyon.thrift.Command
Performs a deep copy on other.
command - Variable in class tachyon.thrift.CommandLineJobInfo
 
Command._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
CommandLineJob - Class in tachyon.job
A job that wraps a programmed run by command line.
CommandLineJob(String, JobConf) - Constructor for class tachyon.job.CommandLineJob
Constructor.
CommandLineJobInfo - Class in tachyon.thrift
 
CommandLineJobInfo() - Constructor for class tachyon.thrift.CommandLineJobInfo
 
CommandLineJobInfo(String, JobConfInfo) - Constructor for class tachyon.thrift.CommandLineJobInfo
 
CommandLineJobInfo(CommandLineJobInfo) - Constructor for class tachyon.thrift.CommandLineJobInfo
Performs a deep copy on other.
CommandLineJobInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
commandType - Variable in class tachyon.thrift.Command
 
CommandType - Enum in tachyon.thrift
 
commandType - Variable in class tachyon.thrift.LineageCommand
 
commit() - Method in class tachyon.security.login.AppLoginModule
Commits the authentication (second phase).
commit() - Method in class tachyon.security.login.TachyonLoginModule
Commits the authentication (second phase).
CommonUtils - Class in tachyon.util
Common utilities shared by all components in Tachyon.
compareTo(TachyonURI) - Method in class tachyon.TachyonURI
 
compareTo(BlockInfo) - Method in class tachyon.thrift.BlockInfo
 
compareTo(BlockLocation) - Method in class tachyon.thrift.BlockLocation
 
compareTo(BlockMasterService.getBlockInfo_args) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
compareTo(BlockMasterService.getBlockInfo_result) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
compareTo(BlockMasterService.getCapacityBytes_args) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
compareTo(BlockMasterService.getCapacityBytes_result) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
compareTo(BlockMasterService.getUsedBytes_args) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
compareTo(BlockMasterService.getUsedBytes_result) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
compareTo(BlockMasterService.getWorkerInfoList_args) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
compareTo(BlockMasterService.getWorkerInfoList_result) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
compareTo(BlockMasterService.workerCommitBlock_args) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
compareTo(BlockMasterService.workerCommitBlock_result) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
compareTo(BlockMasterService.workerGetWorkerId_args) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
compareTo(BlockMasterService.workerGetWorkerId_result) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
compareTo(BlockMasterService.workerHeartbeat_args) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
compareTo(BlockMasterService.workerHeartbeat_result) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
compareTo(BlockMasterService.workerRegister_args) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
compareTo(BlockMasterService.workerRegister_result) - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
compareTo(CheckpointFile) - Method in class tachyon.thrift.CheckpointFile
 
compareTo(Command) - Method in class tachyon.thrift.Command
 
compareTo(CommandLineJobInfo) - Method in class tachyon.thrift.CommandLineJobInfo
 
compareTo(CreateTOptions) - Method in class tachyon.thrift.CreateTOptions
 
compareTo(DependencyInfo) - Method in class tachyon.thrift.DependencyInfo
 
compareTo(FileBlockInfo) - Method in class tachyon.thrift.FileBlockInfo
 
compareTo(FileInfo) - Method in class tachyon.thrift.FileInfo
 
compareTo(FileSystemMasterService.completeFile_args) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
compareTo(FileSystemMasterService.completeFile_result) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
compareTo(FileSystemMasterService.create_args) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
compareTo(FileSystemMasterService.create_result) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
compareTo(FileSystemMasterService.deleteFile_args) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
compareTo(FileSystemMasterService.deleteFile_result) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
compareTo(FileSystemMasterService.free_args) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
compareTo(FileSystemMasterService.free_result) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
compareTo(FileSystemMasterService.getFileBlockInfo_args) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
compareTo(FileSystemMasterService.getFileBlockInfo_result) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
compareTo(FileSystemMasterService.getFileBlockInfoList_args) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
compareTo(FileSystemMasterService.getFileBlockInfoList_result) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
compareTo(FileSystemMasterService.getFileId_args) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
compareTo(FileSystemMasterService.getFileId_result) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
compareTo(FileSystemMasterService.getFileInfo_args) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
compareTo(FileSystemMasterService.getFileInfo_result) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
compareTo(FileSystemMasterService.getFileInfoList_args) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
compareTo(FileSystemMasterService.getFileInfoList_result) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
compareTo(FileSystemMasterService.getNewBlockIdForFile_args) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
compareTo(FileSystemMasterService.getNewBlockIdForFile_result) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
compareTo(FileSystemMasterService.getUfsAddress_args) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
compareTo(FileSystemMasterService.getUfsAddress_result) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
compareTo(FileSystemMasterService.loadMetadata_args) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
compareTo(FileSystemMasterService.loadMetadata_result) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
compareTo(FileSystemMasterService.mkdir_args) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
compareTo(FileSystemMasterService.mkdir_result) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
compareTo(FileSystemMasterService.mount_args) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
compareTo(FileSystemMasterService.mount_result) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
compareTo(FileSystemMasterService.persistFile_args) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
compareTo(FileSystemMasterService.persistFile_result) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
compareTo(FileSystemMasterService.renameFile_args) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
compareTo(FileSystemMasterService.renameFile_result) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
compareTo(FileSystemMasterService.reportLostFile_args) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
compareTo(FileSystemMasterService.reportLostFile_result) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
compareTo(FileSystemMasterService.setPinned_args) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
compareTo(FileSystemMasterService.setPinned_result) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
compareTo(FileSystemMasterService.unmount_args) - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
compareTo(FileSystemMasterService.unmount_result) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
compareTo(FileSystemMasterService.workerGetPinIdList_args) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
compareTo(FileSystemMasterService.workerGetPinIdList_result) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
compareTo(JobConfInfo) - Method in class tachyon.thrift.JobConfInfo
 
compareTo(LineageCommand) - Method in class tachyon.thrift.LineageCommand
 
compareTo(LineageFileInfo) - Method in class tachyon.thrift.LineageFileInfo
 
compareTo(LineageInfo) - Method in class tachyon.thrift.LineageInfo
 
compareTo(LineageMasterService.asyncCompleteFile_args) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
compareTo(LineageMasterService.asyncCompleteFile_result) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
compareTo(LineageMasterService.createLineage_args) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
compareTo(LineageMasterService.createLineage_result) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
compareTo(LineageMasterService.deleteLineage_args) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
compareTo(LineageMasterService.deleteLineage_result) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
compareTo(LineageMasterService.getLineageInfoList_args) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
compareTo(LineageMasterService.getLineageInfoList_result) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
compareTo(LineageMasterService.reinitializeFile_args) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
compareTo(LineageMasterService.reinitializeFile_result) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
compareTo(LineageMasterService.workerLineageHeartbeat_args) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
compareTo(LineageMasterService.workerLineageHeartbeat_result) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
compareTo(MkdirTOptions) - Method in class tachyon.thrift.MkdirTOptions
 
compareTo(NetAddress) - Method in class tachyon.thrift.NetAddress
 
compareTo(RawTableInfo) - Method in class tachyon.thrift.RawTableInfo
 
compareTo(RawTableMasterService.createRawTable_args) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
compareTo(RawTableMasterService.createRawTable_result) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
compareTo(RawTableMasterService.getClientRawTableInfoById_args) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
compareTo(RawTableMasterService.getClientRawTableInfoById_result) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
compareTo(RawTableMasterService.getClientRawTableInfoByPath_args) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
compareTo(RawTableMasterService.getClientRawTableInfoByPath_result) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
compareTo(RawTableMasterService.getRawTableId_args) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
compareTo(RawTableMasterService.getRawTableId_result) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
compareTo(RawTableMasterService.updateRawTableMetadata_args) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
compareTo(RawTableMasterService.updateRawTableMetadata_result) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
compareTo(TachyonTException) - Method in exception tachyon.thrift.TachyonTException
 
compareTo(ThriftIOException) - Method in exception tachyon.thrift.ThriftIOException
 
compareTo(WorkerInfo) - Method in class tachyon.thrift.WorkerInfo
 
compareTo(WorkerService.accessBlock_args) - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
compareTo(WorkerService.accessBlock_result) - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
compareTo(WorkerService.asyncCheckpoint_args) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
compareTo(WorkerService.asyncCheckpoint_result) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
compareTo(WorkerService.cacheBlock_args) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
compareTo(WorkerService.cacheBlock_result) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
compareTo(WorkerService.cancelBlock_args) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
compareTo(WorkerService.cancelBlock_result) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
compareTo(WorkerService.lockBlock_args) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
compareTo(WorkerService.lockBlock_result) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
compareTo(WorkerService.persistFile_args) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
compareTo(WorkerService.persistFile_result) - Method in class tachyon.thrift.WorkerService.persistFile_result
 
compareTo(WorkerService.promoteBlock_args) - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
compareTo(WorkerService.promoteBlock_result) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
compareTo(WorkerService.requestBlockLocation_args) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
compareTo(WorkerService.requestBlockLocation_result) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
compareTo(WorkerService.requestSpace_args) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
compareTo(WorkerService.requestSpace_result) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
compareTo(WorkerService.sessionHeartbeat_args) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
compareTo(WorkerService.sessionHeartbeat_result) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
compareTo(WorkerService.unlockBlock_args) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
compareTo(WorkerService.unlockBlock_result) - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
completeFile(long, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
completeFile(long, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
completeFile(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
completeFile(long) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
concatPath(Object, Object...) - Static method in class tachyon.util.io.PathUtils
Joins each element in paths in order, separated by TachyonURI.SEPARATOR.
conf - Variable in class tachyon.thrift.CommandLineJobInfo
 
connect() - Method in class tachyon.ClientBase
Connects with the remote.
connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.UnderFileSystem
Takes any necessary actions required to establish a connection to the under file system from the given master host e.g.
connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.UnderFileSystem
Takes any necessary actions required to establish a connection to the under file system from the given worker host e.g.
Constants - Class in tachyon
System wide constants
contains(T) - Method in class tachyon.collections.DirectedAcyclicGraph
 
contains(IndexedSet.FieldIndex<T>, Object) - Method in class tachyon.collections.IndexedSet
Whether there is an object with the specified field value in the set.
containsKey(String) - Method in class tachyon.conf.TachyonConf
 
containsWildcard() - Method in class tachyon.TachyonURI
Whether or not the TachyonURI contains wildcard(s).
create(String, CreateTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
create(String, CreateTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
create(String, CreateTOptions) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
create(String, CreateTOptions) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
create(String) - Method in class tachyon.underfs.UnderFileSystem
Creates a file in the under file system with the indicated name.
create(String, int) - Method in class tachyon.underfs.UnderFileSystem
Creates a file in the under file system with the indicated name and block size.
create(String, short, int) - Method in class tachyon.underfs.UnderFileSystem
Creates a file in the under file system with the indicated name, replication number and block size.
create(String, TachyonConf, Object) - Method in interface tachyon.underfs.UnderFileSystemFactory
Creates a new client for accessing the given path
create(String, TachyonConf, Object) - Static method in class tachyon.underfs.UnderFileSystemRegistry
Creates a client for operations involved with the under file system.
createBlockId(long, long) - Static method in class tachyon.master.block.BlockId
 
createBlockPath(String) - Static method in class tachyon.util.io.FileUtils
Creates the local block path and all the parent directories.
createBlockRequestMessage() - Static method in class tachyon.worker.DataServerMessage
Creates a default block request message, just allocates the message header, and no attribute is set.
createBlockRequestMessage(long) - Static method in class tachyon.worker.DataServerMessage
Creates a block request message for an entire block by the block id, and the message is ready to be sent.
createBlockRequestMessage(long, long, long) - Static method in class tachyon.worker.DataServerMessage
Creates a block request message for a part of the block by the block id, the offset and the length.
createBlockResponseMessage(boolean, long, ByteBuffer) - Static method in class tachyon.worker.DataServerMessage
Creates a block response message specified by the block's id.
createBlockResponseMessage(boolean, long, long, long, ByteBuffer) - Static method in class tachyon.worker.DataServerMessage
Creates a block response message specified by the block's id, the offset and the length.
createDir(String) - Static method in class tachyon.util.io.FileUtils
Creates an empty directory and its intermediate directories if necessary.
createErrorResponse(RPCBlockReadRequest, RPCResponse.Status) - Static method in class tachyon.network.protocol.RPCBlockReadResponse
Creates a RPCBlockReadResponse object that indicates an error for the given RPCBlockReadRequest.
createErrorResponse(RPCBlockWriteRequest, RPCResponse.Status) - Static method in class tachyon.network.protocol.RPCBlockWriteResponse
Creates a RPCBlockWriteResponse object that indicates an error for the given RPCBlockWriteRequest.
createEventLoop(ChannelType, int, String, boolean) - Static method in class tachyon.util.network.NettyUtils
Creates a Netty EventLoopGroup based on ChannelType.
createFile(String) - Static method in class tachyon.util.io.FileUtils
Creates an empty file and its intermediate directories if necessary.
createFileId(long) - Static method in class tachyon.util.IdUtils
 
createFrameDecoder() - Static method in class tachyon.network.protocol.RPCMessage
Creates a decoder that splits up the incoming ByteBuf into new ByteBuf's according to a length field in the input.
createLineage(List<String>, List<String>, CommandLineJobInfo, AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterService.AsyncClient
 
createLineage(List<String>, List<String>, CommandLineJobInfo, AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterService.AsyncIface
 
createLineage(List<String>, List<String>, CommandLineJobInfo) - Method in class tachyon.thrift.LineageMasterService.Client
 
createLineage(List<String>, List<String>, CommandLineJobInfo) - Method in interface tachyon.thrift.LineageMasterService.Iface
 
createNewClassInstance(Class<T>, Class<?>[], Object[]) - Static method in class tachyon.util.CommonUtils
Creates new instance of a class by calling a constructor that receives ctorClassArgs arguments.
createNewResource() - Method in class tachyon.resource.ResourcePool
Creates a new resource which will be added to the resource pool after the user is done using it.
createNewSession(long) - Method in class tachyon.worker.WorkerClient
Updates the session id of the client, starting a new session.
createRawTable(String, int, ByteBuffer, AsyncMethodCallback) - Method in class tachyon.thrift.RawTableMasterService.AsyncClient
 
createRawTable(String, int, ByteBuffer, AsyncMethodCallback) - Method in interface tachyon.thrift.RawTableMasterService.AsyncIface
 
createRawTable(String, int, ByteBuffer) - Method in class tachyon.thrift.RawTableMasterService.Client
 
createRawTable(String, int, ByteBuffer) - Method in interface tachyon.thrift.RawTableMasterService.Iface
 
createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class tachyon.security.authentication.PlainSaslServerProvider.PlainSaslServerFactory
Creates a SaslServer using the parameters supplied.
createStorageDirPath(String) - Static method in class tachyon.util.io.FileUtils
Creates the storage directory path, including any necessary but nonexistent parent directories.
CreateTOptions - Class in tachyon.thrift
 
CreateTOptions() - Constructor for class tachyon.thrift.CreateTOptions
 
CreateTOptions(CreateTOptions) - Constructor for class tachyon.thrift.CreateTOptions
Performs a deep copy on other.
CreateTOptions._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
createTSocket(InetSocketAddress) - Static method in class tachyon.security.authentication.AuthenticationUtils
Creates a new Thrift socket what will connect to the given address
creationTimeMs - Variable in class tachyon.thrift.FileInfo
 
creationTimeMs - Variable in class tachyon.thrift.LineageInfo
 
CUR_DIR - Static variable in class tachyon.TachyonURI
 
currentBlocksOnTiers - Variable in class tachyon.thrift.BlockMasterService.workerRegister_args
 
CustomAuthenticationProviderImpl - Class in tachyon.security.authentication
An authentication provider implementation that allows AuthenticationProvider to be customized at configuration time.
CustomAuthenticationProviderImpl(String) - Constructor for class tachyon.security.authentication.CustomAuthenticationProviderImpl
 

D

data - Variable in class tachyon.thrift.Command
 
DataBuffer - Interface in tachyon.network.protocol.databuffer
This interface is a simple wrapper for the optional data that an RPCMessage may have.
DataByteArrayChannel - Class in tachyon.network.protocol.databuffer
A DataBuffer backed by a byte[].
DataByteArrayChannel(byte[], long, long) - Constructor for class tachyon.network.protocol.databuffer.DataByteArrayChannel
 
DataByteBuffer - Class in tachyon.network.protocol.databuffer
A DataBuffer with the underlying data being a ByteBuffer.
DataByteBuffer(ByteBuffer, long) - Constructor for class tachyon.network.protocol.databuffer.DataByteBuffer
 
DataFileChannel - Class in tachyon.network.protocol.databuffer
A DataBuffer with the underlying data being a FileChannel.
DataFileChannel(FileChannel, long, long) - Constructor for class tachyon.network.protocol.databuffer.DataFileChannel
 
DataNettyBuffer - Class in tachyon.network.protocol.databuffer
A DataBuffer with the underlying data being a ByteBuf.
DataNettyBuffer(ByteBuf, long) - Constructor for class tachyon.network.protocol.databuffer.DataNettyBuffer
Constructor for creating a DataNettyBuffer, by passing a Netty ByteBuf.
dataPort - Variable in class tachyon.thrift.NetAddress
 
DataServerMessage - Class in tachyon.worker
The message type used to send data request and response for remote data.
DAY_MS - Static variable in class tachyon.Constants
 
DEBUG - Static variable in class tachyon.Constants
 
decode(ByteBuf) - Static method in class tachyon.network.protocol.RPCBlockReadRequest
Decodes the input ByteBuf into a RPCBlockReadRequest object and returns it.
decode(ByteBuf) - Static method in class tachyon.network.protocol.RPCBlockReadResponse
Decodes the input ByteBuf into a RPCBlockReadResponse object and returns it.
decode(ByteBuf) - Static method in class tachyon.network.protocol.RPCBlockWriteRequest
Decodes the input ByteBuf into a RPCBlockWriteRequest object and returns it.
decode(ByteBuf) - Static method in class tachyon.network.protocol.RPCBlockWriteResponse
Decodes the input ByteBuf into a RPCBlockWriteResponse object and returns it.
decode(ByteBuf) - Static method in class tachyon.network.protocol.RPCErrorResponse
Decodes the input ByteBuf into a RPCErrorResponse object and returns it.
decode(ByteBuf) - Static method in enum tachyon.network.protocol.RPCMessage.Type
Returns the type represented by the id from the input ByteBuf.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class tachyon.network.protocol.RPCMessageDecoder
 
decodeMessage(RPCMessage.Type, ByteBuf) - Static method in class tachyon.network.protocol.RPCMessage
Returns the message of message type 'type', decoded from the input ByteBuf.
deepCopy() - Method in class tachyon.thrift.BlockInfo
 
deepCopy() - Method in class tachyon.thrift.BlockLocation
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
deepCopy() - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
deepCopy() - Method in class tachyon.thrift.CheckpointFile
 
deepCopy() - Method in class tachyon.thrift.Command
 
deepCopy() - Method in class tachyon.thrift.CommandLineJobInfo
 
deepCopy() - Method in class tachyon.thrift.CreateTOptions
 
deepCopy() - Method in class tachyon.thrift.DependencyInfo
 
deepCopy() - Method in class tachyon.thrift.FileBlockInfo
 
deepCopy() - Method in class tachyon.thrift.FileInfo
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
deepCopy() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
deepCopy() - Method in class tachyon.thrift.JobConfInfo
 
deepCopy() - Method in class tachyon.thrift.LineageCommand
 
deepCopy() - Method in class tachyon.thrift.LineageFileInfo
 
deepCopy() - Method in class tachyon.thrift.LineageInfo
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
deepCopy() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
deepCopy() - Method in class tachyon.thrift.MkdirTOptions
 
deepCopy() - Method in class tachyon.thrift.NetAddress
 
deepCopy() - Method in class tachyon.thrift.RawTableInfo
 
deepCopy() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
deepCopy() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
deepCopy() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
deepCopy() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
deepCopy() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
deepCopy() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
deepCopy() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
deepCopy() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
deepCopy() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
deepCopy() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
deepCopy() - Method in exception tachyon.thrift.TachyonTException
 
deepCopy() - Method in exception tachyon.thrift.ThriftIOException
 
deepCopy() - Method in class tachyon.thrift.WorkerInfo
 
deepCopy() - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
deepCopy() - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
deepCopy() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
deepCopy() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
deepCopy() - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
deepCopy() - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
deepCopy() - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
deepCopy() - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
deepCopy() - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
deepCopy() - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
deepCopy() - Method in class tachyon.thrift.WorkerService.persistFile_args
 
deepCopy() - Method in class tachyon.thrift.WorkerService.persistFile_result
 
deepCopy() - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
deepCopy() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
deepCopy() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
deepCopy() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
deepCopy() - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
deepCopy() - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
deepCopy() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
deepCopy() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
deepCopy() - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
deepCopy() - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
DEFAULT_BLOCK_SIZE_BYTE - Static variable in class tachyon.Constants
 
DEFAULT_HOST_RESOLUTION_TIMEOUT_MS - Static variable in class tachyon.Constants
 
DEFAULT_MASTER_PORT - Static variable in class tachyon.Constants
 
DEFAULT_MASTER_WEB_PORT - Static variable in class tachyon.Constants
 
DEFAULT_PROPERTIES - Static variable in class tachyon.conf.TachyonConf
File to set default properties
DEFAULT_USER_FAILED_SPACE_REQUEST_LIMITS - Static variable in class tachyon.Constants
 
DEFAULT_WORKER_DATA_PORT - Static variable in class tachyon.Constants
 
DEFAULT_WORKER_PORT - Static variable in class tachyon.Constants
 
DEFAULT_WORKER_WEB_PORT - Static variable in class tachyon.Constants
 
defaultType() - Static method in enum tachyon.network.ChannelType
Determines the default type to use based off the system.
delete(String, boolean) - Method in class tachyon.underfs.UnderFileSystem
Deletes a file or folder from the under file system with the indicated name.
delete(String) - Static method in class tachyon.util.io.FileUtils
Deletes the file or directory.
deleteDir(String, TachyonConf) - Static method in class tachyon.util.UnderFileSystemUtils
Deletes the directory at the given path.
deleteFile(long, boolean, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
deleteFile(long, boolean, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
deleteFile(long, boolean) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
deleteFile(long, boolean) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
deleteLeaf(T) - Method in class tachyon.collections.DirectedAcyclicGraph
Deletes a leaf DAG node that carries the given payload.
deleteLineage(long, boolean, AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterService.AsyncClient
 
deleteLineage(long, boolean, AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterService.AsyncIface
 
deleteLineage(long, boolean) - Method in class tachyon.thrift.LineageMasterService.Client
 
deleteLineage(long, boolean) - Method in interface tachyon.thrift.LineageMasterService.Iface
 
DependencyDoesNotExistException - Exception in tachyon.exception
 
DependencyDoesNotExistException(String) - Constructor for exception tachyon.exception.DependencyDoesNotExistException
 
DependencyDoesNotExistException(String, Throwable) - Constructor for exception tachyon.exception.DependencyDoesNotExistException
 
DependencyDoesNotExistException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.DependencyDoesNotExistException
 
DependencyDoesNotExistException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.DependencyDoesNotExistException
 
DependencyInfo - Class in tachyon.thrift
 
DependencyInfo() - Constructor for class tachyon.thrift.DependencyInfo
 
DependencyInfo(DependencyInfo) - Constructor for class tachyon.thrift.DependencyInfo
Performs a deep copy on other.
DependencyInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
DirectedAcyclicGraph<T> - Class in tachyon.collections
A Directed Acyclic Graph (DAG).
DirectedAcyclicGraph() - Constructor for class tachyon.collections.DirectedAcyclicGraph
 
DirectedAcyclicGraphNode<T> - Class in tachyon.collections
A Directed Acyclic Graph (DAG) node.
DirectedAcyclicGraphNode(T, List<DirectedAcyclicGraphNode<T>>, List<DirectedAcyclicGraphNode<T>>) - Constructor for class tachyon.collections.DirectedAcyclicGraphNode
 
DirectedAcyclicGraphNode(T) - Constructor for class tachyon.collections.DirectedAcyclicGraphNode
 
disconnect() - Method in class tachyon.ClientBase
Closes the connection with the Tachyon remote and do the necessary cleanup.
dispose() - Method in class tachyon.security.authentication.PlainSaslServer
 
dstPath - Variable in class tachyon.thrift.FileSystemMasterService.renameFile_args
 

E

e - Variable in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
e - Variable in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
e - Variable in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
e - Variable in class tachyon.thrift.BlockMasterService.workerRegister_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.create_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.free_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.mount_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
e - Variable in class tachyon.thrift.FileSystemMasterService.unmount_result
 
e - Variable in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
e - Variable in class tachyon.thrift.LineageMasterService.createLineage_result
 
e - Variable in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
e - Variable in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
e - Variable in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
e - Variable in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
e - Variable in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
e - Variable in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
e - Variable in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
e - Variable in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
e - Variable in class tachyon.thrift.WorkerService.cacheBlock_result
 
e - Variable in class tachyon.thrift.WorkerService.cancelBlock_result
 
e - Variable in class tachyon.thrift.WorkerService.lockBlock_result
 
e - Variable in class tachyon.thrift.WorkerService.persistFile_result
 
e - Variable in class tachyon.thrift.WorkerService.promoteBlock_result
 
e - Variable in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
e - Variable in class tachyon.thrift.WorkerService.requestSpace_result
 
EMPTY_URI - Static variable in class tachyon.TachyonURI
 
encode(ByteBuf) - Method in interface tachyon.network.protocol.EncodedMessage
Encodes the message to the output ByteBuf.
encode(ByteBuf) - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
encode(ByteBuf) - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
encode(ByteBuf) - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
encode(ByteBuf) - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
encode(ByteBuf) - Method in class tachyon.network.protocol.RPCErrorResponse
 
encode(ByteBuf) - Method in enum tachyon.network.protocol.RPCMessage.Type
 
encode(ChannelHandlerContext, RPCMessage, List<Object>) - Method in class tachyon.network.protocol.RPCMessageEncoder
 
EncodedMessage - Interface in tachyon.network.protocol
 
equalIncreasingByteArray(int, byte[]) - Static method in class tachyon.util.io.BufferUtils
Checks if the given byte array starts with an increasing sequence of bytes starting at zero of length equal to or greater than the given length.
equalIncreasingByteArray(int, int, byte[]) - Static method in class tachyon.util.io.BufferUtils
Checks if the given byte array starts with an increasing sequence of bytes starting at the given value of length equal to or greater than the given length.
equalIncreasingByteBuffer(int, int, ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
Checks if the given ByteBuffer starts with an increasing sequence of bytes starting at the given value of length equal to or greater than the given length.
equals(Object) - Method in class tachyon.collections.Pair
 
equals(Object) - Method in class tachyon.conf.TachyonConf
 
equals(Object) - Method in class tachyon.security.User
 
equals(Object) - Method in class tachyon.TachyonURI
 
equals(Object) - Method in class tachyon.thrift.BlockInfo
 
equals(BlockInfo) - Method in class tachyon.thrift.BlockInfo
 
equals(Object) - Method in class tachyon.thrift.BlockLocation
 
equals(BlockLocation) - Method in class tachyon.thrift.BlockLocation
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
equals(BlockMasterService.getBlockInfo_args) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
equals(BlockMasterService.getBlockInfo_result) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
equals(BlockMasterService.getCapacityBytes_args) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
equals(BlockMasterService.getCapacityBytes_result) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
equals(BlockMasterService.getUsedBytes_args) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
equals(BlockMasterService.getUsedBytes_result) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
equals(BlockMasterService.getWorkerInfoList_args) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
equals(BlockMasterService.getWorkerInfoList_result) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
equals(BlockMasterService.workerCommitBlock_args) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
equals(BlockMasterService.workerCommitBlock_result) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
equals(BlockMasterService.workerGetWorkerId_args) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
equals(BlockMasterService.workerGetWorkerId_result) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
equals(BlockMasterService.workerHeartbeat_args) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
equals(BlockMasterService.workerHeartbeat_result) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
equals(BlockMasterService.workerRegister_args) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
equals(Object) - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
equals(BlockMasterService.workerRegister_result) - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
equals(Object) - Method in class tachyon.thrift.CheckpointFile
 
equals(CheckpointFile) - Method in class tachyon.thrift.CheckpointFile
 
equals(Object) - Method in class tachyon.thrift.Command
 
equals(Command) - Method in class tachyon.thrift.Command
 
equals(Object) - Method in class tachyon.thrift.CommandLineJobInfo
 
equals(CommandLineJobInfo) - Method in class tachyon.thrift.CommandLineJobInfo
 
equals(Object) - Method in class tachyon.thrift.CreateTOptions
 
equals(CreateTOptions) - Method in class tachyon.thrift.CreateTOptions
 
equals(Object) - Method in class tachyon.thrift.DependencyInfo
 
equals(DependencyInfo) - Method in class tachyon.thrift.DependencyInfo
 
equals(Object) - Method in class tachyon.thrift.FileBlockInfo
 
equals(FileBlockInfo) - Method in class tachyon.thrift.FileBlockInfo
 
equals(Object) - Method in class tachyon.thrift.FileInfo
 
equals(FileInfo) - Method in class tachyon.thrift.FileInfo
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
equals(FileSystemMasterService.completeFile_args) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
equals(FileSystemMasterService.completeFile_result) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
equals(FileSystemMasterService.create_args) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
equals(FileSystemMasterService.create_result) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
equals(FileSystemMasterService.deleteFile_args) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
equals(FileSystemMasterService.deleteFile_result) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
equals(FileSystemMasterService.free_args) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
equals(FileSystemMasterService.free_result) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
equals(FileSystemMasterService.getFileBlockInfo_args) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
equals(FileSystemMasterService.getFileBlockInfo_result) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
equals(FileSystemMasterService.getFileBlockInfoList_args) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
equals(FileSystemMasterService.getFileBlockInfoList_result) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
equals(FileSystemMasterService.getFileId_args) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
equals(FileSystemMasterService.getFileId_result) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
equals(FileSystemMasterService.getFileInfo_args) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
equals(FileSystemMasterService.getFileInfo_result) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
equals(FileSystemMasterService.getFileInfoList_args) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
equals(FileSystemMasterService.getFileInfoList_result) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
equals(FileSystemMasterService.getNewBlockIdForFile_args) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
equals(FileSystemMasterService.getNewBlockIdForFile_result) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
equals(FileSystemMasterService.getUfsAddress_args) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
equals(FileSystemMasterService.getUfsAddress_result) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
equals(FileSystemMasterService.loadMetadata_args) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
equals(FileSystemMasterService.loadMetadata_result) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
equals(FileSystemMasterService.mkdir_args) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
equals(FileSystemMasterService.mkdir_result) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
equals(FileSystemMasterService.mount_args) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
equals(FileSystemMasterService.mount_result) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
equals(FileSystemMasterService.persistFile_args) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
equals(FileSystemMasterService.persistFile_result) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
equals(FileSystemMasterService.renameFile_args) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
equals(FileSystemMasterService.renameFile_result) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
equals(FileSystemMasterService.reportLostFile_args) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
equals(FileSystemMasterService.reportLostFile_result) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
equals(FileSystemMasterService.setPinned_args) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
equals(FileSystemMasterService.setPinned_result) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
equals(FileSystemMasterService.unmount_args) - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
equals(FileSystemMasterService.unmount_result) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
equals(FileSystemMasterService.workerGetPinIdList_args) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
equals(Object) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
equals(FileSystemMasterService.workerGetPinIdList_result) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
equals(Object) - Method in class tachyon.thrift.JobConfInfo
 
equals(JobConfInfo) - Method in class tachyon.thrift.JobConfInfo
 
equals(Object) - Method in class tachyon.thrift.LineageCommand
 
equals(LineageCommand) - Method in class tachyon.thrift.LineageCommand
 
equals(Object) - Method in class tachyon.thrift.LineageFileInfo
 
equals(LineageFileInfo) - Method in class tachyon.thrift.LineageFileInfo
 
equals(Object) - Method in class tachyon.thrift.LineageInfo
 
equals(LineageInfo) - Method in class tachyon.thrift.LineageInfo
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
equals(LineageMasterService.asyncCompleteFile_args) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
equals(LineageMasterService.asyncCompleteFile_result) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
equals(LineageMasterService.createLineage_args) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
equals(LineageMasterService.createLineage_result) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
equals(LineageMasterService.deleteLineage_args) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
equals(LineageMasterService.deleteLineage_result) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
equals(LineageMasterService.getLineageInfoList_args) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
equals(LineageMasterService.getLineageInfoList_result) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
equals(LineageMasterService.reinitializeFile_args) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
equals(LineageMasterService.reinitializeFile_result) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
equals(LineageMasterService.workerLineageHeartbeat_args) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
equals(Object) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
equals(LineageMasterService.workerLineageHeartbeat_result) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
equals(Object) - Method in class tachyon.thrift.MkdirTOptions
 
equals(MkdirTOptions) - Method in class tachyon.thrift.MkdirTOptions
 
equals(Object) - Method in class tachyon.thrift.NetAddress
 
equals(NetAddress) - Method in class tachyon.thrift.NetAddress
 
equals(Object) - Method in class tachyon.thrift.RawTableInfo
 
equals(RawTableInfo) - Method in class tachyon.thrift.RawTableInfo
 
equals(Object) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
equals(RawTableMasterService.createRawTable_args) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
equals(Object) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
equals(RawTableMasterService.createRawTable_result) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
equals(Object) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
equals(RawTableMasterService.getClientRawTableInfoById_args) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
equals(Object) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
equals(RawTableMasterService.getClientRawTableInfoById_result) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
equals(Object) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
equals(RawTableMasterService.getClientRawTableInfoByPath_args) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
equals(Object) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
equals(RawTableMasterService.getClientRawTableInfoByPath_result) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
equals(Object) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
equals(RawTableMasterService.getRawTableId_args) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
equals(Object) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
equals(RawTableMasterService.getRawTableId_result) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
equals(Object) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
equals(RawTableMasterService.updateRawTableMetadata_args) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
equals(Object) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
equals(RawTableMasterService.updateRawTableMetadata_result) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
equals(Object) - Method in exception tachyon.thrift.TachyonTException
 
equals(TachyonTException) - Method in exception tachyon.thrift.TachyonTException
 
equals(Object) - Method in exception tachyon.thrift.ThriftIOException
 
equals(ThriftIOException) - Method in exception tachyon.thrift.ThriftIOException
 
equals(Object) - Method in class tachyon.thrift.WorkerInfo
 
equals(WorkerInfo) - Method in class tachyon.thrift.WorkerInfo
 
equals(Object) - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
equals(WorkerService.accessBlock_args) - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
equals(Object) - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
equals(WorkerService.accessBlock_result) - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
equals(Object) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
equals(WorkerService.asyncCheckpoint_args) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
equals(Object) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
equals(WorkerService.asyncCheckpoint_result) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
equals(Object) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
equals(WorkerService.cacheBlock_args) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
equals(Object) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
equals(WorkerService.cacheBlock_result) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
equals(Object) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
equals(WorkerService.cancelBlock_args) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
equals(Object) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
equals(WorkerService.cancelBlock_result) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
equals(Object) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
equals(WorkerService.lockBlock_args) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
equals(Object) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
equals(WorkerService.lockBlock_result) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
equals(Object) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
equals(WorkerService.persistFile_args) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
equals(Object) - Method in class tachyon.thrift.WorkerService.persistFile_result
 
equals(WorkerService.persistFile_result) - Method in class tachyon.thrift.WorkerService.persistFile_result
 
equals(Object) - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
equals(WorkerService.promoteBlock_args) - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
equals(Object) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
equals(WorkerService.promoteBlock_result) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
equals(Object) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
equals(WorkerService.requestBlockLocation_args) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
equals(Object) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
equals(WorkerService.requestBlockLocation_result) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
equals(Object) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
equals(WorkerService.requestSpace_args) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
equals(Object) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
equals(WorkerService.requestSpace_result) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
equals(Object) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
equals(WorkerService.sessionHeartbeat_args) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
equals(Object) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
equals(WorkerService.sessionHeartbeat_result) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
equals(Object) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
equals(WorkerService.unlockBlock_args) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
equals(Object) - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
equals(WorkerService.unlockBlock_result) - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
evaluateResponse(byte[]) - Method in class tachyon.security.authentication.PlainSaslServer
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class tachyon.network.protocol.RPCMessageDecoder
 
ExceptionMessage - Enum in tachyon.exception
Exception messages used across Tachyon.
exists(String) - Method in class tachyon.underfs.UnderFileSystem
Checks if a file or folder exists in under file system.
exists(String) - Static method in class tachyon.util.io.FileUtils
Checks if a path exists.
ExponentialBackoffRetry - Class in tachyon.retry
Each retry will cause a sleep to happen.
ExponentialBackoffRetry(int, int, int) - Constructor for class tachyon.retry.ExponentialBackoffRetry
 

F

FailedToCheckpointException - Exception in tachyon.exception
 
FailedToCheckpointException(String) - Constructor for exception tachyon.exception.FailedToCheckpointException
 
FailedToCheckpointException(String, Throwable) - Constructor for exception tachyon.exception.FailedToCheckpointException
 
FailedToCheckpointException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.FailedToCheckpointException
 
FailedToCheckpointException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.FailedToCheckpointException
 
fastCopy(ReadableByteChannel, WritableByteChannel) - Static method in class tachyon.util.io.BufferUtils
An efficient copy between two channels with a fixed-size buffer.
fieldForId(int) - Method in class tachyon.thrift.BlockInfo
 
fieldForId(int) - Method in class tachyon.thrift.BlockLocation
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
fieldForId(int) - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
fieldForId(int) - Method in class tachyon.thrift.CheckpointFile
 
fieldForId(int) - Method in class tachyon.thrift.Command
 
fieldForId(int) - Method in class tachyon.thrift.CommandLineJobInfo
 
fieldForId(int) - Method in class tachyon.thrift.CreateTOptions
 
fieldForId(int) - Method in class tachyon.thrift.DependencyInfo
 
fieldForId(int) - Method in class tachyon.thrift.FileBlockInfo
 
fieldForId(int) - Method in class tachyon.thrift.FileInfo
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
fieldForId(int) - Method in class tachyon.thrift.JobConfInfo
 
fieldForId(int) - Method in class tachyon.thrift.LineageCommand
 
fieldForId(int) - Method in class tachyon.thrift.LineageFileInfo
 
fieldForId(int) - Method in class tachyon.thrift.LineageInfo
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
fieldForId(int) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
fieldForId(int) - Method in class tachyon.thrift.MkdirTOptions
 
fieldForId(int) - Method in class tachyon.thrift.NetAddress
 
fieldForId(int) - Method in class tachyon.thrift.RawTableInfo
 
fieldForId(int) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
fieldForId(int) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
fieldForId(int) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
fieldForId(int) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
fieldForId(int) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
fieldForId(int) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
fieldForId(int) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
fieldForId(int) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
fieldForId(int) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
fieldForId(int) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
fieldForId(int) - Method in exception tachyon.thrift.TachyonTException
 
fieldForId(int) - Method in exception tachyon.thrift.ThriftIOException
 
fieldForId(int) - Method in class tachyon.thrift.WorkerInfo
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.persistFile_result
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
fieldForId(int) - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
FILE_SYSTEM_MASTER_SERVICE_NAME - Static variable in class tachyon.Constants
 
FileAlreadyExistsException - Exception in tachyon.exception
 
FileAlreadyExistsException(String) - Constructor for exception tachyon.exception.FileAlreadyExistsException
 
FileAlreadyExistsException(String, Throwable) - Constructor for exception tachyon.exception.FileAlreadyExistsException
 
FileAlreadyExistsException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.FileAlreadyExistsException
 
FileAlreadyExistsException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.FileAlreadyExistsException
 
fileBlockIndex - Variable in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
FileBlockInfo - Class in tachyon.thrift
 
FileBlockInfo() - Constructor for class tachyon.thrift.FileBlockInfo
 
FileBlockInfo(BlockInfo, long, List<NetAddress>) - Constructor for class tachyon.thrift.FileBlockInfo
 
FileBlockInfo(FileBlockInfo) - Constructor for class tachyon.thrift.FileBlockInfo
Performs a deep copy on other.
FileBlockInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileDoesNotExistException - Exception in tachyon.exception
 
FileDoesNotExistException(String) - Constructor for exception tachyon.exception.FileDoesNotExistException
 
FileDoesNotExistException(String, Throwable) - Constructor for exception tachyon.exception.FileDoesNotExistException
 
FileDoesNotExistException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.FileDoesNotExistException
 
FileDoesNotExistException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.FileDoesNotExistException
 
fileId - Variable in class tachyon.thrift.CheckpointFile
 
fileId - Variable in class tachyon.thrift.FileInfo
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.free_args
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
fileId - Variable in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
fileId - Variable in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
fileId - Variable in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
fileId - Variable in class tachyon.thrift.WorkerService.persistFile_args
 
FileInfo - Class in tachyon.thrift
 
FileInfo() - Constructor for class tachyon.thrift.FileInfo
 
FileInfo(long, String, String, String, long, long, long, boolean, boolean, boolean, boolean, boolean, List<Long>, int, long, long) - Constructor for class tachyon.thrift.FileInfo
 
FileInfo(FileInfo) - Constructor for class tachyon.thrift.FileInfo
Performs a deep copy on other.
FileInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService - Class in tachyon.thrift
 
FileSystemMasterService() - Constructor for class tachyon.thrift.FileSystemMasterService
 
FileSystemMasterService.AsyncClient - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient
 
FileSystemMasterService.AsyncClient.completeFile_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.completeFile_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.completeFile_call
 
FileSystemMasterService.AsyncClient.create_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.create_call(String, CreateTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.create_call
 
FileSystemMasterService.AsyncClient.deleteFile_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.deleteFile_call(long, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.deleteFile_call
 
FileSystemMasterService.AsyncClient.Factory - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.Factory
 
FileSystemMasterService.AsyncClient.free_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.free_call(long, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.free_call
 
FileSystemMasterService.AsyncClient.getFileBlockInfo_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.getFileBlockInfo_call(long, int, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileBlockInfo_call
 
FileSystemMasterService.AsyncClient.getFileBlockInfoList_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.getFileBlockInfoList_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileBlockInfoList_call
 
FileSystemMasterService.AsyncClient.getFileId_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.getFileId_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileId_call
 
FileSystemMasterService.AsyncClient.getFileInfo_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.getFileInfo_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileInfo_call
 
FileSystemMasterService.AsyncClient.getFileInfoList_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.getFileInfoList_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileInfoList_call
 
FileSystemMasterService.AsyncClient.getNewBlockIdForFile_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.getNewBlockIdForFile_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.getNewBlockIdForFile_call
 
FileSystemMasterService.AsyncClient.getUfsAddress_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.getUfsAddress_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.getUfsAddress_call
 
FileSystemMasterService.AsyncClient.loadMetadata_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.loadMetadata_call(String, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.loadMetadata_call
 
FileSystemMasterService.AsyncClient.mkdir_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.mkdir_call(String, MkdirTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.mkdir_call
 
FileSystemMasterService.AsyncClient.mount_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.mount_call(String, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.mount_call
 
FileSystemMasterService.AsyncClient.persistFile_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.persistFile_call(long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.persistFile_call
 
FileSystemMasterService.AsyncClient.renameFile_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.renameFile_call(long, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.renameFile_call
 
FileSystemMasterService.AsyncClient.reportLostFile_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.reportLostFile_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.reportLostFile_call
 
FileSystemMasterService.AsyncClient.setPinned_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.setPinned_call(long, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.setPinned_call
 
FileSystemMasterService.AsyncClient.unmount_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.unmount_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.unmount_call
 
FileSystemMasterService.AsyncClient.workerGetPinIdList_call - Class in tachyon.thrift
 
FileSystemMasterService.AsyncClient.workerGetPinIdList_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncClient.workerGetPinIdList_call
 
FileSystemMasterService.AsyncIface - Interface in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor(I) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor
 
FileSystemMasterService.AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor
 
FileSystemMasterService.AsyncProcessor.completeFile<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.completeFile() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.completeFile
 
FileSystemMasterService.AsyncProcessor.create<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.create() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.create
 
FileSystemMasterService.AsyncProcessor.deleteFile<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.deleteFile() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.deleteFile
 
FileSystemMasterService.AsyncProcessor.free<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.free() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.free
 
FileSystemMasterService.AsyncProcessor.getFileBlockInfo<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.getFileBlockInfo() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileBlockInfo
 
FileSystemMasterService.AsyncProcessor.getFileBlockInfoList<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.getFileBlockInfoList() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileBlockInfoList
 
FileSystemMasterService.AsyncProcessor.getFileId<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.getFileId() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileId
 
FileSystemMasterService.AsyncProcessor.getFileInfo<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.getFileInfo() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileInfo
 
FileSystemMasterService.AsyncProcessor.getFileInfoList<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.getFileInfoList() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileInfoList
 
FileSystemMasterService.AsyncProcessor.getNewBlockIdForFile<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.getNewBlockIdForFile() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getNewBlockIdForFile
 
FileSystemMasterService.AsyncProcessor.getUfsAddress<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.getUfsAddress() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getUfsAddress
 
FileSystemMasterService.AsyncProcessor.loadMetadata<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.loadMetadata() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.loadMetadata
 
FileSystemMasterService.AsyncProcessor.mkdir<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.mkdir() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.mkdir
 
FileSystemMasterService.AsyncProcessor.mount<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.mount() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.mount
 
FileSystemMasterService.AsyncProcessor.persistFile<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.persistFile() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.persistFile
 
FileSystemMasterService.AsyncProcessor.renameFile<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.renameFile() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.renameFile
 
FileSystemMasterService.AsyncProcessor.reportLostFile<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.reportLostFile() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.reportLostFile
 
FileSystemMasterService.AsyncProcessor.setPinned<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.setPinned() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.setPinned
 
FileSystemMasterService.AsyncProcessor.unmount<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.unmount() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.unmount
 
FileSystemMasterService.AsyncProcessor.workerGetPinIdList<I extends FileSystemMasterService.AsyncIface> - Class in tachyon.thrift
 
FileSystemMasterService.AsyncProcessor.workerGetPinIdList() - Constructor for class tachyon.thrift.FileSystemMasterService.AsyncProcessor.workerGetPinIdList
 
FileSystemMasterService.Client - Class in tachyon.thrift
 
FileSystemMasterService.Client(TProtocol) - Constructor for class tachyon.thrift.FileSystemMasterService.Client
 
FileSystemMasterService.Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.FileSystemMasterService.Client
 
FileSystemMasterService.Client.Factory - Class in tachyon.thrift
 
FileSystemMasterService.Client.Factory() - Constructor for class tachyon.thrift.FileSystemMasterService.Client.Factory
 
FileSystemMasterService.completeFile_args - Class in tachyon.thrift
 
FileSystemMasterService.completeFile_args() - Constructor for class tachyon.thrift.FileSystemMasterService.completeFile_args
 
FileSystemMasterService.completeFile_args(long) - Constructor for class tachyon.thrift.FileSystemMasterService.completeFile_args
 
FileSystemMasterService.completeFile_args(FileSystemMasterService.completeFile_args) - Constructor for class tachyon.thrift.FileSystemMasterService.completeFile_args
Performs a deep copy on other.
FileSystemMasterService.completeFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.completeFile_result - Class in tachyon.thrift
 
FileSystemMasterService.completeFile_result() - Constructor for class tachyon.thrift.FileSystemMasterService.completeFile_result
 
FileSystemMasterService.completeFile_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.completeFile_result
 
FileSystemMasterService.completeFile_result(FileSystemMasterService.completeFile_result) - Constructor for class tachyon.thrift.FileSystemMasterService.completeFile_result
Performs a deep copy on other.
FileSystemMasterService.completeFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.create_args - Class in tachyon.thrift
 
FileSystemMasterService.create_args() - Constructor for class tachyon.thrift.FileSystemMasterService.create_args
 
FileSystemMasterService.create_args(String, CreateTOptions) - Constructor for class tachyon.thrift.FileSystemMasterService.create_args
 
FileSystemMasterService.create_args(FileSystemMasterService.create_args) - Constructor for class tachyon.thrift.FileSystemMasterService.create_args
Performs a deep copy on other.
FileSystemMasterService.create_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.create_result - Class in tachyon.thrift
 
FileSystemMasterService.create_result() - Constructor for class tachyon.thrift.FileSystemMasterService.create_result
 
FileSystemMasterService.create_result(long, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.create_result
 
FileSystemMasterService.create_result(FileSystemMasterService.create_result) - Constructor for class tachyon.thrift.FileSystemMasterService.create_result
Performs a deep copy on other.
FileSystemMasterService.create_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.deleteFile_args - Class in tachyon.thrift
 
FileSystemMasterService.deleteFile_args() - Constructor for class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
FileSystemMasterService.deleteFile_args(long, boolean) - Constructor for class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
FileSystemMasterService.deleteFile_args(FileSystemMasterService.deleteFile_args) - Constructor for class tachyon.thrift.FileSystemMasterService.deleteFile_args
Performs a deep copy on other.
FileSystemMasterService.deleteFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.deleteFile_result - Class in tachyon.thrift
 
FileSystemMasterService.deleteFile_result() - Constructor for class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
FileSystemMasterService.deleteFile_result(boolean, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
FileSystemMasterService.deleteFile_result(FileSystemMasterService.deleteFile_result) - Constructor for class tachyon.thrift.FileSystemMasterService.deleteFile_result
Performs a deep copy on other.
FileSystemMasterService.deleteFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.free_args - Class in tachyon.thrift
 
FileSystemMasterService.free_args() - Constructor for class tachyon.thrift.FileSystemMasterService.free_args
 
FileSystemMasterService.free_args(long, boolean) - Constructor for class tachyon.thrift.FileSystemMasterService.free_args
 
FileSystemMasterService.free_args(FileSystemMasterService.free_args) - Constructor for class tachyon.thrift.FileSystemMasterService.free_args
Performs a deep copy on other.
FileSystemMasterService.free_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.free_result - Class in tachyon.thrift
 
FileSystemMasterService.free_result() - Constructor for class tachyon.thrift.FileSystemMasterService.free_result
 
FileSystemMasterService.free_result(boolean, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.free_result
 
FileSystemMasterService.free_result(FileSystemMasterService.free_result) - Constructor for class tachyon.thrift.FileSystemMasterService.free_result
Performs a deep copy on other.
FileSystemMasterService.free_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getFileBlockInfo_args - Class in tachyon.thrift
 
FileSystemMasterService.getFileBlockInfo_args() - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
FileSystemMasterService.getFileBlockInfo_args(long, int) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
FileSystemMasterService.getFileBlockInfo_args(FileSystemMasterService.getFileBlockInfo_args) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
Performs a deep copy on other.
FileSystemMasterService.getFileBlockInfo_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getFileBlockInfo_result - Class in tachyon.thrift
 
FileSystemMasterService.getFileBlockInfo_result() - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
FileSystemMasterService.getFileBlockInfo_result(FileBlockInfo, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
FileSystemMasterService.getFileBlockInfo_result(FileSystemMasterService.getFileBlockInfo_result) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
Performs a deep copy on other.
FileSystemMasterService.getFileBlockInfo_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getFileBlockInfoList_args - Class in tachyon.thrift
 
FileSystemMasterService.getFileBlockInfoList_args() - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
FileSystemMasterService.getFileBlockInfoList_args(long) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
FileSystemMasterService.getFileBlockInfoList_args(FileSystemMasterService.getFileBlockInfoList_args) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
Performs a deep copy on other.
FileSystemMasterService.getFileBlockInfoList_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getFileBlockInfoList_result - Class in tachyon.thrift
 
FileSystemMasterService.getFileBlockInfoList_result() - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
FileSystemMasterService.getFileBlockInfoList_result(List<FileBlockInfo>, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
FileSystemMasterService.getFileBlockInfoList_result(FileSystemMasterService.getFileBlockInfoList_result) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
Performs a deep copy on other.
FileSystemMasterService.getFileBlockInfoList_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getFileId_args - Class in tachyon.thrift
 
FileSystemMasterService.getFileId_args() - Constructor for class tachyon.thrift.FileSystemMasterService.getFileId_args
 
FileSystemMasterService.getFileId_args(String) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileId_args
 
FileSystemMasterService.getFileId_args(FileSystemMasterService.getFileId_args) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileId_args
Performs a deep copy on other.
FileSystemMasterService.getFileId_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getFileId_result - Class in tachyon.thrift
 
FileSystemMasterService.getFileId_result() - Constructor for class tachyon.thrift.FileSystemMasterService.getFileId_result
 
FileSystemMasterService.getFileId_result(long) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileId_result
 
FileSystemMasterService.getFileId_result(FileSystemMasterService.getFileId_result) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileId_result
Performs a deep copy on other.
FileSystemMasterService.getFileId_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getFileInfo_args - Class in tachyon.thrift
 
FileSystemMasterService.getFileInfo_args() - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
FileSystemMasterService.getFileInfo_args(long) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
FileSystemMasterService.getFileInfo_args(FileSystemMasterService.getFileInfo_args) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfo_args
Performs a deep copy on other.
FileSystemMasterService.getFileInfo_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getFileInfo_result - Class in tachyon.thrift
 
FileSystemMasterService.getFileInfo_result() - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
FileSystemMasterService.getFileInfo_result(FileInfo, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
FileSystemMasterService.getFileInfo_result(FileSystemMasterService.getFileInfo_result) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfo_result
Performs a deep copy on other.
FileSystemMasterService.getFileInfo_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getFileInfoList_args - Class in tachyon.thrift
 
FileSystemMasterService.getFileInfoList_args() - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
FileSystemMasterService.getFileInfoList_args(long) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
FileSystemMasterService.getFileInfoList_args(FileSystemMasterService.getFileInfoList_args) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
Performs a deep copy on other.
FileSystemMasterService.getFileInfoList_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getFileInfoList_result - Class in tachyon.thrift
 
FileSystemMasterService.getFileInfoList_result() - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
FileSystemMasterService.getFileInfoList_result(List<FileInfo>, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
FileSystemMasterService.getFileInfoList_result(FileSystemMasterService.getFileInfoList_result) - Constructor for class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
Performs a deep copy on other.
FileSystemMasterService.getFileInfoList_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getNewBlockIdForFile_args - Class in tachyon.thrift
 
FileSystemMasterService.getNewBlockIdForFile_args() - Constructor for class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
FileSystemMasterService.getNewBlockIdForFile_args(long) - Constructor for class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
FileSystemMasterService.getNewBlockIdForFile_args(FileSystemMasterService.getNewBlockIdForFile_args) - Constructor for class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
Performs a deep copy on other.
FileSystemMasterService.getNewBlockIdForFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getNewBlockIdForFile_result - Class in tachyon.thrift
 
FileSystemMasterService.getNewBlockIdForFile_result() - Constructor for class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
FileSystemMasterService.getNewBlockIdForFile_result(long, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
FileSystemMasterService.getNewBlockIdForFile_result(FileSystemMasterService.getNewBlockIdForFile_result) - Constructor for class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
Performs a deep copy on other.
FileSystemMasterService.getNewBlockIdForFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getUfsAddress_args - Class in tachyon.thrift
 
FileSystemMasterService.getUfsAddress_args() - Constructor for class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
FileSystemMasterService.getUfsAddress_args(FileSystemMasterService.getUfsAddress_args) - Constructor for class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
Performs a deep copy on other.
FileSystemMasterService.getUfsAddress_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.getUfsAddress_result - Class in tachyon.thrift
 
FileSystemMasterService.getUfsAddress_result() - Constructor for class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
FileSystemMasterService.getUfsAddress_result(String) - Constructor for class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
FileSystemMasterService.getUfsAddress_result(FileSystemMasterService.getUfsAddress_result) - Constructor for class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
Performs a deep copy on other.
FileSystemMasterService.getUfsAddress_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.Iface - Interface in tachyon.thrift
 
FileSystemMasterService.loadMetadata_args - Class in tachyon.thrift
 
FileSystemMasterService.loadMetadata_args() - Constructor for class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
FileSystemMasterService.loadMetadata_args(String, boolean) - Constructor for class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
FileSystemMasterService.loadMetadata_args(FileSystemMasterService.loadMetadata_args) - Constructor for class tachyon.thrift.FileSystemMasterService.loadMetadata_args
Performs a deep copy on other.
FileSystemMasterService.loadMetadata_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.loadMetadata_result - Class in tachyon.thrift
 
FileSystemMasterService.loadMetadata_result() - Constructor for class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
FileSystemMasterService.loadMetadata_result(long, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
FileSystemMasterService.loadMetadata_result(FileSystemMasterService.loadMetadata_result) - Constructor for class tachyon.thrift.FileSystemMasterService.loadMetadata_result
Performs a deep copy on other.
FileSystemMasterService.loadMetadata_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.mkdir_args - Class in tachyon.thrift
 
FileSystemMasterService.mkdir_args() - Constructor for class tachyon.thrift.FileSystemMasterService.mkdir_args
 
FileSystemMasterService.mkdir_args(String, MkdirTOptions) - Constructor for class tachyon.thrift.FileSystemMasterService.mkdir_args
 
FileSystemMasterService.mkdir_args(FileSystemMasterService.mkdir_args) - Constructor for class tachyon.thrift.FileSystemMasterService.mkdir_args
Performs a deep copy on other.
FileSystemMasterService.mkdir_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.mkdir_result - Class in tachyon.thrift
 
FileSystemMasterService.mkdir_result() - Constructor for class tachyon.thrift.FileSystemMasterService.mkdir_result
 
FileSystemMasterService.mkdir_result(boolean, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.FileSystemMasterService.mkdir_result
 
FileSystemMasterService.mkdir_result(FileSystemMasterService.mkdir_result) - Constructor for class tachyon.thrift.FileSystemMasterService.mkdir_result
Performs a deep copy on other.
FileSystemMasterService.mkdir_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.mount_args - Class in tachyon.thrift
 
FileSystemMasterService.mount_args() - Constructor for class tachyon.thrift.FileSystemMasterService.mount_args
 
FileSystemMasterService.mount_args(String, String) - Constructor for class tachyon.thrift.FileSystemMasterService.mount_args
 
FileSystemMasterService.mount_args(FileSystemMasterService.mount_args) - Constructor for class tachyon.thrift.FileSystemMasterService.mount_args
Performs a deep copy on other.
FileSystemMasterService.mount_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.mount_result - Class in tachyon.thrift
 
FileSystemMasterService.mount_result() - Constructor for class tachyon.thrift.FileSystemMasterService.mount_result
 
FileSystemMasterService.mount_result(boolean, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.FileSystemMasterService.mount_result
 
FileSystemMasterService.mount_result(FileSystemMasterService.mount_result) - Constructor for class tachyon.thrift.FileSystemMasterService.mount_result
Performs a deep copy on other.
FileSystemMasterService.mount_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.persistFile_args - Class in tachyon.thrift
 
FileSystemMasterService.persistFile_args() - Constructor for class tachyon.thrift.FileSystemMasterService.persistFile_args
 
FileSystemMasterService.persistFile_args(long, long) - Constructor for class tachyon.thrift.FileSystemMasterService.persistFile_args
 
FileSystemMasterService.persistFile_args(FileSystemMasterService.persistFile_args) - Constructor for class tachyon.thrift.FileSystemMasterService.persistFile_args
Performs a deep copy on other.
FileSystemMasterService.persistFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.persistFile_result - Class in tachyon.thrift
 
FileSystemMasterService.persistFile_result() - Constructor for class tachyon.thrift.FileSystemMasterService.persistFile_result
 
FileSystemMasterService.persistFile_result(boolean, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.persistFile_result
 
FileSystemMasterService.persistFile_result(FileSystemMasterService.persistFile_result) - Constructor for class tachyon.thrift.FileSystemMasterService.persistFile_result
Performs a deep copy on other.
FileSystemMasterService.persistFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.Processor<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor(I) - Constructor for class tachyon.thrift.FileSystemMasterService.Processor
 
FileSystemMasterService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.FileSystemMasterService.Processor
 
FileSystemMasterService.Processor.completeFile<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.completeFile() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.completeFile
 
FileSystemMasterService.Processor.create<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.create() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.create
 
FileSystemMasterService.Processor.deleteFile<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.deleteFile() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.deleteFile
 
FileSystemMasterService.Processor.free<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.free() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.free
 
FileSystemMasterService.Processor.getFileBlockInfo<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.getFileBlockInfo() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.getFileBlockInfo
 
FileSystemMasterService.Processor.getFileBlockInfoList<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.getFileBlockInfoList() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.getFileBlockInfoList
 
FileSystemMasterService.Processor.getFileId<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.getFileId() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.getFileId
 
FileSystemMasterService.Processor.getFileInfo<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.getFileInfo() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.getFileInfo
 
FileSystemMasterService.Processor.getFileInfoList<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.getFileInfoList() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.getFileInfoList
 
FileSystemMasterService.Processor.getNewBlockIdForFile<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.getNewBlockIdForFile() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.getNewBlockIdForFile
 
FileSystemMasterService.Processor.getUfsAddress<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.getUfsAddress() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.getUfsAddress
 
FileSystemMasterService.Processor.loadMetadata<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.loadMetadata() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.loadMetadata
 
FileSystemMasterService.Processor.mkdir<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.mkdir() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.mkdir
 
FileSystemMasterService.Processor.mount<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.mount() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.mount
 
FileSystemMasterService.Processor.persistFile<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.persistFile() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.persistFile
 
FileSystemMasterService.Processor.renameFile<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.renameFile() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.renameFile
 
FileSystemMasterService.Processor.reportLostFile<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.reportLostFile() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.reportLostFile
 
FileSystemMasterService.Processor.setPinned<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.setPinned() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.setPinned
 
FileSystemMasterService.Processor.unmount<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.unmount() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.unmount
 
FileSystemMasterService.Processor.workerGetPinIdList<I extends FileSystemMasterService.Iface> - Class in tachyon.thrift
 
FileSystemMasterService.Processor.workerGetPinIdList() - Constructor for class tachyon.thrift.FileSystemMasterService.Processor.workerGetPinIdList
 
FileSystemMasterService.renameFile_args - Class in tachyon.thrift
 
FileSystemMasterService.renameFile_args() - Constructor for class tachyon.thrift.FileSystemMasterService.renameFile_args
 
FileSystemMasterService.renameFile_args(long, String) - Constructor for class tachyon.thrift.FileSystemMasterService.renameFile_args
 
FileSystemMasterService.renameFile_args(FileSystemMasterService.renameFile_args) - Constructor for class tachyon.thrift.FileSystemMasterService.renameFile_args
Performs a deep copy on other.
FileSystemMasterService.renameFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.renameFile_result - Class in tachyon.thrift
 
FileSystemMasterService.renameFile_result() - Constructor for class tachyon.thrift.FileSystemMasterService.renameFile_result
 
FileSystemMasterService.renameFile_result(boolean, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.renameFile_result
 
FileSystemMasterService.renameFile_result(FileSystemMasterService.renameFile_result) - Constructor for class tachyon.thrift.FileSystemMasterService.renameFile_result
Performs a deep copy on other.
FileSystemMasterService.renameFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.reportLostFile_args - Class in tachyon.thrift
 
FileSystemMasterService.reportLostFile_args() - Constructor for class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
FileSystemMasterService.reportLostFile_args(long) - Constructor for class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
FileSystemMasterService.reportLostFile_args(FileSystemMasterService.reportLostFile_args) - Constructor for class tachyon.thrift.FileSystemMasterService.reportLostFile_args
Performs a deep copy on other.
FileSystemMasterService.reportLostFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.reportLostFile_result - Class in tachyon.thrift
 
FileSystemMasterService.reportLostFile_result() - Constructor for class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
FileSystemMasterService.reportLostFile_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
FileSystemMasterService.reportLostFile_result(FileSystemMasterService.reportLostFile_result) - Constructor for class tachyon.thrift.FileSystemMasterService.reportLostFile_result
Performs a deep copy on other.
FileSystemMasterService.reportLostFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.setPinned_args - Class in tachyon.thrift
 
FileSystemMasterService.setPinned_args() - Constructor for class tachyon.thrift.FileSystemMasterService.setPinned_args
 
FileSystemMasterService.setPinned_args(long, boolean) - Constructor for class tachyon.thrift.FileSystemMasterService.setPinned_args
 
FileSystemMasterService.setPinned_args(FileSystemMasterService.setPinned_args) - Constructor for class tachyon.thrift.FileSystemMasterService.setPinned_args
Performs a deep copy on other.
FileSystemMasterService.setPinned_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.setPinned_result - Class in tachyon.thrift
 
FileSystemMasterService.setPinned_result() - Constructor for class tachyon.thrift.FileSystemMasterService.setPinned_result
 
FileSystemMasterService.setPinned_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterService.setPinned_result
 
FileSystemMasterService.setPinned_result(FileSystemMasterService.setPinned_result) - Constructor for class tachyon.thrift.FileSystemMasterService.setPinned_result
Performs a deep copy on other.
FileSystemMasterService.setPinned_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.unmount_args - Class in tachyon.thrift
 
FileSystemMasterService.unmount_args() - Constructor for class tachyon.thrift.FileSystemMasterService.unmount_args
 
FileSystemMasterService.unmount_args(String) - Constructor for class tachyon.thrift.FileSystemMasterService.unmount_args
 
FileSystemMasterService.unmount_args(FileSystemMasterService.unmount_args) - Constructor for class tachyon.thrift.FileSystemMasterService.unmount_args
Performs a deep copy on other.
FileSystemMasterService.unmount_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.unmount_result - Class in tachyon.thrift
 
FileSystemMasterService.unmount_result() - Constructor for class tachyon.thrift.FileSystemMasterService.unmount_result
 
FileSystemMasterService.unmount_result(boolean, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.FileSystemMasterService.unmount_result
 
FileSystemMasterService.unmount_result(FileSystemMasterService.unmount_result) - Constructor for class tachyon.thrift.FileSystemMasterService.unmount_result
Performs a deep copy on other.
FileSystemMasterService.unmount_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.workerGetPinIdList_args - Class in tachyon.thrift
 
FileSystemMasterService.workerGetPinIdList_args() - Constructor for class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
FileSystemMasterService.workerGetPinIdList_args(FileSystemMasterService.workerGetPinIdList_args) - Constructor for class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
Performs a deep copy on other.
FileSystemMasterService.workerGetPinIdList_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileSystemMasterService.workerGetPinIdList_result - Class in tachyon.thrift
 
FileSystemMasterService.workerGetPinIdList_result() - Constructor for class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
FileSystemMasterService.workerGetPinIdList_result(Set<Long>) - Constructor for class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
FileSystemMasterService.workerGetPinIdList_result(FileSystemMasterService.workerGetPinIdList_result) - Constructor for class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
Performs a deep copy on other.
FileSystemMasterService.workerGetPinIdList_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
FileUtils - Class in tachyon.util.io
Provides utility methods for working with files and directories.
find(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystemRegistry
Finds the first Under File System factory that supports the given path
findAll(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystemRegistry
Finds all the Under File System factories that support the given path
findByName(String) - Static method in enum tachyon.thrift.BlockInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockLocation._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.getBlockInfo_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.getBlockInfo_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.getUsedBytes_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.getUsedBytes_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.workerRegister_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.BlockMasterService.workerRegister_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.CheckpointFile._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.Command._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.CreateTOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.DependencyInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.completeFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.completeFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.create_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.create_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.deleteFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.deleteFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.free_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.free_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileId_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileId_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.mkdir_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.mkdir_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.mount_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.mount_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.persistFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.persistFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.renameFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.renameFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.setPinned_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.setPinned_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.unmount_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.unmount_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.JobConfInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageCommand._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageFileInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.createLineage_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.createLineage_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.deleteLineage_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.deleteLineage_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.reinitializeFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.reinitializeFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.MkdirTOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.NetAddress._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RawTableInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RawTableMasterService.createRawTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RawTableMasterService.createRawTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RawTableMasterService.getRawTableId_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RawTableMasterService.getRawTableId_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.TachyonTException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.ThriftIOException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.accessBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.accessBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.asyncCheckpoint_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.asyncCheckpoint_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.cacheBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.cacheBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.cancelBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.cancelBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.lockBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.lockBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.persistFile_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.persistFile_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.promoteBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.promoteBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.requestBlockLocation_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.requestBlockLocation_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.requestSpace_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.requestSpace_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.sessionHeartbeat_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.sessionHeartbeat_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.unlockBlock_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum tachyon.thrift.WorkerService.unlockBlock_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockLocation._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.getBlockInfo_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.getBlockInfo_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.getUsedBytes_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.getUsedBytes_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.workerRegister_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterService.workerRegister_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.CheckpointFile._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.Command._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.CreateTOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.DependencyInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.completeFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.completeFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.create_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.create_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.deleteFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.deleteFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.free_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.free_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileId_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileId_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.mkdir_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.mkdir_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.mount_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.mount_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.persistFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.persistFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.renameFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.renameFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.setPinned_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.setPinned_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.unmount_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.unmount_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.JobConfInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageCommand._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageFileInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.createLineage_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.createLineage_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.deleteLineage_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.deleteLineage_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.reinitializeFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.reinitializeFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.MkdirTOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.NetAddress._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RawTableInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RawTableMasterService.createRawTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RawTableMasterService.createRawTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RawTableMasterService.getRawTableId_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RawTableMasterService.getRawTableId_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.TachyonTException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.ThriftIOException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.accessBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.accessBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.asyncCheckpoint_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.asyncCheckpoint_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.cacheBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.cacheBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.cancelBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.cancelBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.lockBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.lockBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.persistFile_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.persistFile_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.promoteBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.promoteBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.requestBlockLocation_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.requestBlockLocation_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.requestSpace_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.requestSpace_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.sessionHeartbeat_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.sessionHeartbeat_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.unlockBlock_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum tachyon.thrift.WorkerService.unlockBlock_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockLocation._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.getBlockInfo_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.getBlockInfo_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.getUsedBytes_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.getUsedBytes_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.workerRegister_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterService.workerRegister_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.CheckpointFile._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.Command._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.CreateTOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.DependencyInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.completeFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.completeFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.create_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.create_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.deleteFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.deleteFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.free_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.free_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileId_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileId_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.mkdir_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.mkdir_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.mount_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.mount_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.persistFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.persistFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.renameFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.renameFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.setPinned_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.setPinned_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.unmount_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.unmount_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.JobConfInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageCommand._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageFileInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.createLineage_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.createLineage_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.deleteLineage_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.deleteLineage_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.reinitializeFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.reinitializeFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.MkdirTOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.NetAddress._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RawTableInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RawTableMasterService.createRawTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RawTableMasterService.createRawTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RawTableMasterService.getRawTableId_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RawTableMasterService.getRawTableId_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.TachyonTException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.ThriftIOException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.accessBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.accessBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.asyncCheckpoint_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.asyncCheckpoint_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.cacheBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.cacheBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.cancelBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.cancelBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.lockBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.lockBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.persistFile_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.persistFile_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.promoteBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.promoteBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.requestBlockLocation_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.requestBlockLocation_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.requestSpace_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.requestSpace_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.sessionHeartbeat_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.sessionHeartbeat_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.unlockBlock_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerService.unlockBlock_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByValue(int) - Static method in enum tachyon.thrift.CommandType
Find a the enum type by its integer value, as defined in the Thrift IDL.
finishSending() - Method in class tachyon.worker.DataServerMessage
Returns whether the message finishes sending or not.
FORMAT_FILE_PREFIX - Static variable in class tachyon.Constants
 
formatTimeTakenMs(long, String) - Static method in class tachyon.util.FormatUtils
Formats time elapsed since the given start time (in milliseconds).
formatTimeTakenNs(long, String) - Static method in class tachyon.util.FormatUtils
Formats time elapsed since the given start time (in nanoseconds).
FormatUtils - Class in tachyon.util
Utility methods to parse specific formats, print according to specific formats or transform among different formats.
free(long, boolean, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
free(long, boolean, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
free(long, boolean) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
free(long, boolean) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
fromShort(short) - Static method in enum tachyon.network.protocol.RPCResponse.Status
Returns the RPCResponse.Status represented by the short.

G

GB - Static variable in class tachyon.Constants
 
generateCommandLineJobInfo() - Method in class tachyon.job.CommandLineJob
 
generateNewByteBufferFromThriftRPCResults(ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
Extracts a correct ByteBuffer from Thrift RPC result.
get(String) - Method in class tachyon.conf.TachyonConf
 
get() - Static method in class tachyon.security.authentication.PlainSaslServer.AuthorizedClientUser
Gets the User from the ThreadLocal variable.
get(TachyonConf) - Static method in class tachyon.security.LoginUser
Gets current singleton login user.
get(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystem
Gets the UnderFileSystem instance according to its schema.
get(String, Object, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystem
Gets the UnderFileSystem instance according to its scheme and configuration.
getAddedBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
getAddedBlocksOnTiersSize() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
getAddress() - Method in class tachyon.ClientBase
Returns the InetSocketAddress of the remote.
getAddress() - Method in class tachyon.MasterClientBase
Returns the InetSocketAddress of the master.
getAddress() - Method in class tachyon.thrift.WorkerInfo
 
getAddress() - Method in class tachyon.worker.WorkerClient
 
getAllInTopologicalOrder() - Method in class tachyon.collections.DirectedAcyclicGraph
 
getAppConfigurationEntry(String) - Method in class tachyon.security.login.TachyonJaasConfiguration
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.BlockMasterService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.LineageMasterService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.RawTableMasterService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.WorkerService.AsyncClient.Factory
 
getAuthenticationProvider(AuthType, TachyonConf) - Static method in class tachyon.security.authentication.AuthenticationProvider.Factory
 
getAuthName() - Method in enum tachyon.security.authentication.AuthType
 
getAuthority() - Method in class tachyon.TachyonURI
Gets the authority of the TachyonURI.
getAuthorizationID() - Method in class tachyon.security.authentication.PlainSaslServer
 
getBindAddress(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Helper method to get the InetSocketAddress bind address on a given service.
getBindHostKey() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Gets the key of bind hostname.
getBlockId() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getBlockId() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getBlockId() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getBlockId() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getBlockId() - Method in class tachyon.thrift.BlockInfo
 
getBlockId() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
getBlockId() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
getBlockId() - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
getBlockId() - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
getBlockId() - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
getBlockId() - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
getBlockId() - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
getBlockId() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
getBlockId() - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
getBlockId() - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
getBlockId() - Method in class tachyon.worker.DataServerMessage
Gets the id of the block.
getBlockIds() - Method in class tachyon.thrift.CheckpointFile
 
getBlockIds() - Method in class tachyon.thrift.FileInfo
 
getBlockIdsIterator() - Method in class tachyon.thrift.CheckpointFile
 
getBlockIdsIterator() - Method in class tachyon.thrift.FileInfo
 
getBlockIdsSize() - Method in class tachyon.thrift.CheckpointFile
 
getBlockIdsSize() - Method in class tachyon.thrift.FileInfo
 
getBlockInfo(long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterService.AsyncClient
 
getBlockInfo(long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterService.AsyncIface
 
getBlockInfo(long) - Method in class tachyon.thrift.BlockMasterService.Client
 
getBlockInfo(long) - Method in interface tachyon.thrift.BlockMasterService.Iface
 
getBlockInfo() - Method in class tachyon.thrift.FileBlockInfo
 
getBlockSizeByte(String) - Method in class tachyon.underfs.UnderFileSystem
Gets the block size of a file in under file system, in bytes.
getBlockSizeBytes() - Method in class tachyon.thrift.CreateTOptions
 
getBlockSizeBytes() - Method in class tachyon.thrift.FileInfo
 
getBlockSizeBytes() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
getBoolean(String) - Method in class tachyon.conf.TachyonConf
 
getByField(IndexedSet.FieldIndex<T>, Object) - Method in class tachyon.collections.IndexedSet
Gets a subset of objects with the specified field value.
getBytes(String) - Method in class tachyon.conf.TachyonConf
 
getCapacityBytes(AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterService.AsyncClient
 
getCapacityBytes(AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterService.AsyncIface
 
getCapacityBytes() - Method in class tachyon.thrift.BlockMasterService.Client
 
getCapacityBytes() - Method in interface tachyon.thrift.BlockMasterService.Iface
 
getCapacityBytes() - Method in class tachyon.thrift.WorkerInfo
 
getCheckpointFiles() - Method in class tachyon.thrift.LineageCommand
 
getCheckpointFilesIterator() - Method in class tachyon.thrift.LineageCommand
 
getCheckpointFilesSize() - Method in class tachyon.thrift.LineageCommand
 
getChildren(T) - Method in class tachyon.collections.DirectedAcyclicGraph
 
getChildren() - Method in class tachyon.collections.DirectedAcyclicGraphNode
 
getChildren() - Method in class tachyon.thrift.LineageInfo
 
getChildrenIterator() - Method in class tachyon.thrift.LineageInfo
 
getChildrenSize() - Method in class tachyon.thrift.LineageInfo
 
getClass(String) - Method in class tachyon.conf.TachyonConf
 
getClient(String, String) - Static method in class tachyon.LeaderInquireClient
 
getClient(TProtocol) - Method in class tachyon.thrift.BlockMasterService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.BlockMasterService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.LineageMasterService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.LineageMasterService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.RawTableMasterService.Client.Factory
 
getClient(TProtocol) - Method in class tachyon.thrift.WorkerService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.WorkerService.Client.Factory
 
getClientChannelClass(ChannelType) - Static method in class tachyon.util.network.NettyUtils
Returns the correct SocketChannel class based on ChannelType.
getClientRawTableInfoById(long, AsyncMethodCallback) - Method in class tachyon.thrift.RawTableMasterService.AsyncClient
 
getClientRawTableInfoById(long, AsyncMethodCallback) - Method in interface tachyon.thrift.RawTableMasterService.AsyncIface
 
getClientRawTableInfoById(long) - Method in class tachyon.thrift.RawTableMasterService.Client
 
getClientRawTableInfoById(long) - Method in interface tachyon.thrift.RawTableMasterService.Iface
 
getClientRawTableInfoByPath(String, AsyncMethodCallback) - Method in class tachyon.thrift.RawTableMasterService.AsyncClient
 
getClientRawTableInfoByPath(String, AsyncMethodCallback) - Method in interface tachyon.thrift.RawTableMasterService.AsyncIface
 
getClientRawTableInfoByPath(String) - Method in class tachyon.thrift.RawTableMasterService.Client
 
getClientRawTableInfoByPath(String) - Method in interface tachyon.thrift.RawTableMasterService.Iface
 
getClientTransport(TachyonConf, InetSocketAddress) - Static method in class tachyon.security.authentication.AuthenticationUtils
Creates a transport per the connection options.
getColumns() - Method in class tachyon.thrift.RawTableInfo
 
getColumns() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
getCommand() - Method in class tachyon.job.CommandLineJob
 
getCommand() - Method in class tachyon.thrift.CommandLineJobInfo
 
getCommandType() - Method in class tachyon.thrift.Command
 
getCommandType() - Method in class tachyon.thrift.LineageCommand
 
getConf() - Method in class tachyon.thrift.CommandLineJobInfo
 
getConf() - Method in class tachyon.underfs.UnderFileSystem
Gets the configuration object for UnderFileSystem.
getConnectAddress(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Helper method to get the InetSocketAddress address for client to communicate with the service.
getConnectHost(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Provides an externally resolvable hostname for client to communicate with the service.
getContainerId(long) - Static method in class tachyon.master.block.BlockId
 
getCreationTimeMs() - Method in class tachyon.thrift.FileInfo
 
getCreationTimeMs() - Method in class tachyon.thrift.LineageInfo
 
getCurrentBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
getCurrentBlocksOnTiersSize() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
getCurrentMs() - Static method in class tachyon.util.CommonUtils
 
getCustomProvider() - Method in class tachyon.security.authentication.CustomAuthenticationProviderImpl
 
getData() - Method in class tachyon.thrift.Command
 
getDataIterator() - Method in class tachyon.thrift.Command
 
getDataPort() - Method in class tachyon.thrift.NetAddress
 
getDataServerAddress() - Method in class tachyon.worker.WorkerClient
 
getDataSize() - Method in class tachyon.thrift.Command
 
getDefaultPort() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Gets the default port number on service
getDepth() - Method in class tachyon.TachyonURI
Return the number of elements of the path component of the TachyonURI.
getDouble(String) - Method in class tachyon.conf.TachyonConf
 
getDstPath() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
getE() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
getE() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
getE() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
getE() - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
getE() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
getE() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
getE() - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
getE() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
getE() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
getE() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
getE() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
getE() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
getE() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
getE() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
getE() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
getE() - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
getE() - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
getE() - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
getE() - Method in class tachyon.thrift.WorkerService.persistFile_result
 
getE() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
getE() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
getE() - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getBlockInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getCapacityBytes
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getUsedBytes
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getWorkerInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerCommitBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerGetWorkerId
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerHeartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerRegister
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.Processor.getBlockInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.Processor.getCapacityBytes
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.Processor.getUsedBytes
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.Processor.getWorkerInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.Processor.workerCommitBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.Processor.workerGetWorkerId
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.Processor.workerHeartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterService.Processor.workerRegister
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.completeFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.create
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.deleteFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.free
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileBlockInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileBlockInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileId
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getNewBlockIdForFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getUfsAddress
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.loadMetadata
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.mkdir
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.mount
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.persistFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.renameFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.reportLostFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.setPinned
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.unmount
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.workerGetPinIdList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.completeFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.create
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.deleteFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.free
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileBlockInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileBlockInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileId
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileInfo
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getNewBlockIdForFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getUfsAddress
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.loadMetadata
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.mkdir
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.mount
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.persistFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.renameFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.reportLostFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.setPinned
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.unmount
 
getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterService.Processor.workerGetPinIdList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.asyncCompleteFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.createLineage
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.deleteLineage
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.getLineageInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.reinitializeFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.workerLineageHeartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.Processor.asyncCompleteFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.Processor.createLineage
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.Processor.deleteLineage
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.Processor.getLineageInfoList
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.Processor.reinitializeFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterService.Processor.workerLineageHeartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.createRawTable
 
getEmptyArgsInstance() - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getClientRawTableInfoById
 
getEmptyArgsInstance() - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getClientRawTableInfoByPath
 
getEmptyArgsInstance() - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getRawTableId
 
getEmptyArgsInstance() - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.updateRawTableMetadata
 
getEmptyArgsInstance() - Method in class tachyon.thrift.RawTableMasterService.Processor.createRawTable
 
getEmptyArgsInstance() - Method in class tachyon.thrift.RawTableMasterService.Processor.getClientRawTableInfoById
 
getEmptyArgsInstance() - Method in class tachyon.thrift.RawTableMasterService.Processor.getClientRawTableInfoByPath
 
getEmptyArgsInstance() - Method in class tachyon.thrift.RawTableMasterService.Processor.getRawTableId
 
getEmptyArgsInstance() - Method in class tachyon.thrift.RawTableMasterService.Processor.updateRawTableMetadata
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.accessBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.asyncCheckpoint
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.cacheBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.cancelBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.lockBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.persistFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.promoteBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.requestBlockLocation
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.requestSpace
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.sessionHeartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.unlockBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.Processor.accessBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.Processor.asyncCheckpoint
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.Processor.cacheBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.Processor.cancelBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.Processor.lockBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.Processor.persistFile
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.Processor.promoteBlock
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.Processor.requestBlockLocation
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.Processor.requestSpace
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.Processor.sessionHeartbeat
 
getEmptyArgsInstance() - Method in class tachyon.thrift.WorkerService.Processor.unlockBlock
 
getEncodedLength() - Method in interface tachyon.network.protocol.EncodedMessage
Returns the number bytes for the message when it is encoded.
getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getEncodedLength() - Method in class tachyon.network.protocol.RPCErrorResponse
 
getEncodedLength() - Method in enum tachyon.network.protocol.RPCMessage.Type
 
getEnum(String, Class<T>) - Method in class tachyon.conf.TachyonConf
 
getFieldName() - Method in enum tachyon.thrift.BlockInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockLocation._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.getBlockInfo_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.getBlockInfo_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.getUsedBytes_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.getUsedBytes_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.workerRegister_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.BlockMasterService.workerRegister_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.CheckpointFile._Fields
 
getFieldName() - Method in enum tachyon.thrift.Command._Fields
 
getFieldName() - Method in enum tachyon.thrift.CommandLineJobInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.CreateTOptions._Fields
 
getFieldName() - Method in enum tachyon.thrift.DependencyInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileBlockInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.completeFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.completeFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.create_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.create_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.deleteFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.deleteFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.free_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.free_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getFileId_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getFileId_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.mkdir_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.mkdir_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.mount_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.mount_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.persistFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.persistFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.renameFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.renameFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.setPinned_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.setPinned_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.unmount_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.unmount_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.JobConfInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageCommand._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageFileInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.createLineage_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.createLineage_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.deleteLineage_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.deleteLineage_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.reinitializeFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.reinitializeFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.MkdirTOptions._Fields
 
getFieldName() - Method in enum tachyon.thrift.NetAddress._Fields
 
getFieldName() - Method in enum tachyon.thrift.RawTableInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.RawTableMasterService.createRawTable_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.RawTableMasterService.createRawTable_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.RawTableMasterService.getRawTableId_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.RawTableMasterService.getRawTableId_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.TachyonTException._Fields
 
getFieldName() - Method in enum tachyon.thrift.ThriftIOException._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerInfo._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.accessBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.accessBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.asyncCheckpoint_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.asyncCheckpoint_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.cacheBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.cacheBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.cancelBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.cancelBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.lockBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.lockBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.persistFile_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.persistFile_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.promoteBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.promoteBlock_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.requestBlockLocation_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.requestBlockLocation_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.requestSpace_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.requestSpace_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.sessionHeartbeat_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.sessionHeartbeat_result._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.unlockBlock_args._Fields
 
getFieldName() - Method in enum tachyon.thrift.WorkerService.unlockBlock_result._Fields
 
getFieldValue(T) - Method in interface tachyon.collections.IndexedSet.FieldIndex
Gets the value of the field that serves as index.
getFieldValue(BlockInfo._Fields) - Method in class tachyon.thrift.BlockInfo
 
getFieldValue(BlockLocation._Fields) - Method in class tachyon.thrift.BlockLocation
 
getFieldValue(BlockMasterService.getBlockInfo_args._Fields) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
getFieldValue(BlockMasterService.getBlockInfo_result._Fields) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
getFieldValue(BlockMasterService.getCapacityBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
getFieldValue(BlockMasterService.getCapacityBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
getFieldValue(BlockMasterService.getUsedBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
getFieldValue(BlockMasterService.getUsedBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
getFieldValue(BlockMasterService.getWorkerInfoList_args._Fields) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
getFieldValue(BlockMasterService.getWorkerInfoList_result._Fields) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
getFieldValue(BlockMasterService.workerCommitBlock_args._Fields) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
getFieldValue(BlockMasterService.workerCommitBlock_result._Fields) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
getFieldValue(BlockMasterService.workerGetWorkerId_args._Fields) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
getFieldValue(BlockMasterService.workerGetWorkerId_result._Fields) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
getFieldValue(BlockMasterService.workerHeartbeat_args._Fields) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
getFieldValue(BlockMasterService.workerHeartbeat_result._Fields) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
getFieldValue(BlockMasterService.workerRegister_args._Fields) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
getFieldValue(BlockMasterService.workerRegister_result._Fields) - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
getFieldValue(CheckpointFile._Fields) - Method in class tachyon.thrift.CheckpointFile
 
getFieldValue(Command._Fields) - Method in class tachyon.thrift.Command
 
getFieldValue(CommandLineJobInfo._Fields) - Method in class tachyon.thrift.CommandLineJobInfo
 
getFieldValue(CreateTOptions._Fields) - Method in class tachyon.thrift.CreateTOptions
 
getFieldValue(DependencyInfo._Fields) - Method in class tachyon.thrift.DependencyInfo
 
getFieldValue(FileBlockInfo._Fields) - Method in class tachyon.thrift.FileBlockInfo
 
getFieldValue(FileInfo._Fields) - Method in class tachyon.thrift.FileInfo
 
getFieldValue(FileSystemMasterService.completeFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
getFieldValue(FileSystemMasterService.completeFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
getFieldValue(FileSystemMasterService.create_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
getFieldValue(FileSystemMasterService.create_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
getFieldValue(FileSystemMasterService.deleteFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
getFieldValue(FileSystemMasterService.deleteFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
getFieldValue(FileSystemMasterService.free_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
getFieldValue(FileSystemMasterService.free_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
getFieldValue(FileSystemMasterService.getFileBlockInfo_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
getFieldValue(FileSystemMasterService.getFileBlockInfo_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
getFieldValue(FileSystemMasterService.getFileBlockInfoList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
getFieldValue(FileSystemMasterService.getFileBlockInfoList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
getFieldValue(FileSystemMasterService.getFileId_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
getFieldValue(FileSystemMasterService.getFileId_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
getFieldValue(FileSystemMasterService.getFileInfo_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
getFieldValue(FileSystemMasterService.getFileInfo_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
getFieldValue(FileSystemMasterService.getFileInfoList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
getFieldValue(FileSystemMasterService.getFileInfoList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
getFieldValue(FileSystemMasterService.getNewBlockIdForFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
getFieldValue(FileSystemMasterService.getNewBlockIdForFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
getFieldValue(FileSystemMasterService.getUfsAddress_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
getFieldValue(FileSystemMasterService.getUfsAddress_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
getFieldValue(FileSystemMasterService.loadMetadata_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
getFieldValue(FileSystemMasterService.loadMetadata_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
getFieldValue(FileSystemMasterService.mkdir_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
getFieldValue(FileSystemMasterService.mkdir_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
getFieldValue(FileSystemMasterService.mount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
getFieldValue(FileSystemMasterService.mount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
getFieldValue(FileSystemMasterService.persistFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
getFieldValue(FileSystemMasterService.persistFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
getFieldValue(FileSystemMasterService.renameFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
getFieldValue(FileSystemMasterService.renameFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
getFieldValue(FileSystemMasterService.reportLostFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
getFieldValue(FileSystemMasterService.reportLostFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
getFieldValue(FileSystemMasterService.setPinned_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
getFieldValue(FileSystemMasterService.setPinned_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
getFieldValue(FileSystemMasterService.unmount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
getFieldValue(FileSystemMasterService.unmount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
getFieldValue(FileSystemMasterService.workerGetPinIdList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
getFieldValue(FileSystemMasterService.workerGetPinIdList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
getFieldValue(JobConfInfo._Fields) - Method in class tachyon.thrift.JobConfInfo
 
getFieldValue(LineageCommand._Fields) - Method in class tachyon.thrift.LineageCommand
 
getFieldValue(LineageFileInfo._Fields) - Method in class tachyon.thrift.LineageFileInfo
 
getFieldValue(LineageInfo._Fields) - Method in class tachyon.thrift.LineageInfo
 
getFieldValue(LineageMasterService.asyncCompleteFile_args._Fields) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
getFieldValue(LineageMasterService.asyncCompleteFile_result._Fields) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
getFieldValue(LineageMasterService.createLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
getFieldValue(LineageMasterService.createLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
getFieldValue(LineageMasterService.deleteLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
getFieldValue(LineageMasterService.deleteLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
getFieldValue(LineageMasterService.getLineageInfoList_args._Fields) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
getFieldValue(LineageMasterService.getLineageInfoList_result._Fields) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
getFieldValue(LineageMasterService.reinitializeFile_args._Fields) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
getFieldValue(LineageMasterService.reinitializeFile_result._Fields) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
getFieldValue(LineageMasterService.workerLineageHeartbeat_args._Fields) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
getFieldValue(LineageMasterService.workerLineageHeartbeat_result._Fields) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
getFieldValue(MkdirTOptions._Fields) - Method in class tachyon.thrift.MkdirTOptions
 
getFieldValue(NetAddress._Fields) - Method in class tachyon.thrift.NetAddress
 
getFieldValue(RawTableInfo._Fields) - Method in class tachyon.thrift.RawTableInfo
 
getFieldValue(RawTableMasterService.createRawTable_args._Fields) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
getFieldValue(RawTableMasterService.createRawTable_result._Fields) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
getFieldValue(RawTableMasterService.getClientRawTableInfoById_args._Fields) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
getFieldValue(RawTableMasterService.getClientRawTableInfoById_result._Fields) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
getFieldValue(RawTableMasterService.getClientRawTableInfoByPath_args._Fields) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
getFieldValue(RawTableMasterService.getClientRawTableInfoByPath_result._Fields) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
getFieldValue(RawTableMasterService.getRawTableId_args._Fields) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
getFieldValue(RawTableMasterService.getRawTableId_result._Fields) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
getFieldValue(RawTableMasterService.updateRawTableMetadata_args._Fields) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
getFieldValue(RawTableMasterService.updateRawTableMetadata_result._Fields) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
getFieldValue(TachyonTException._Fields) - Method in exception tachyon.thrift.TachyonTException
 
getFieldValue(ThriftIOException._Fields) - Method in exception tachyon.thrift.ThriftIOException
 
getFieldValue(WorkerInfo._Fields) - Method in class tachyon.thrift.WorkerInfo
 
getFieldValue(WorkerService.accessBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
getFieldValue(WorkerService.accessBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
getFieldValue(WorkerService.asyncCheckpoint_args._Fields) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
getFieldValue(WorkerService.asyncCheckpoint_result._Fields) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
getFieldValue(WorkerService.cacheBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
getFieldValue(WorkerService.cacheBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
getFieldValue(WorkerService.cancelBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
getFieldValue(WorkerService.cancelBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
getFieldValue(WorkerService.lockBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
getFieldValue(WorkerService.lockBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
getFieldValue(WorkerService.persistFile_args._Fields) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
getFieldValue(WorkerService.persistFile_result._Fields) - Method in class tachyon.thrift.WorkerService.persistFile_result
 
getFieldValue(WorkerService.promoteBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
getFieldValue(WorkerService.promoteBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
getFieldValue(WorkerService.requestBlockLocation_args._Fields) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
getFieldValue(WorkerService.requestBlockLocation_result._Fields) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
getFieldValue(WorkerService.requestSpace_args._Fields) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
getFieldValue(WorkerService.requestSpace_result._Fields) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
getFieldValue(WorkerService.sessionHeartbeat_args._Fields) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
getFieldValue(WorkerService.sessionHeartbeat_result._Fields) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
getFieldValue(WorkerService.unlockBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
getFieldValue(WorkerService.unlockBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
getFileBlockIndex() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
getFileBlockInfo(long, int, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
getFileBlockInfo(long, int, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
getFileBlockInfo(long, int) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
getFileBlockInfo(long, int) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
getFileBlockInfoList(long, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
getFileBlockInfoList(long, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
getFileBlockInfoList(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
getFileBlockInfoList(long) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
getFileId() - Method in class tachyon.thrift.CheckpointFile
 
getFileId() - Method in class tachyon.thrift.FileInfo
 
getFileId(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
getFileId(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
getFileId(String) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
getFileId(String) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
getFileId() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
getFileId() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
getFileId() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
getFileId() - Method in class tachyon.thrift.WorkerService.persistFile_args
 
getFileInfo(long, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
getFileInfo(long, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
getFileInfo(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
getFileInfo(long) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
getFileInfoList(long, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
getFileInfoList(long, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
getFileInfoList(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
getFileInfoList(long) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
getFileLocations(String) - Method in class tachyon.underfs.UnderFileSystem
Gets the list of locations of the indicated path.
getFileLocations(String, long) - Method in class tachyon.underfs.UnderFileSystem
Gets the list of locations of the indicated path given its offset.
getFileSize(String) - Method in class tachyon.underfs.UnderFileSystem
Gets the file size in bytes.
getFirst() - Method in class tachyon.collections.Pair
 
getFirstByField(IndexedSet.FieldIndex<T>, Object) - Method in class tachyon.collections.IndexedSet
Gets the first object from the set of objects with the specified field value.
getFloat(String) - Method in class tachyon.conf.TachyonConf
 
getFqdnHost(InetSocketAddress) - Static method in class tachyon.util.network.NetworkAddressUtils
Get FQDN(Full Qualified Domain Name) from Java representations of network address, except String representation which should be handled by #resolveHostName(String hostname) which will handle the situation where hostname is null.
getFqdnHost(NetAddress) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets FQDN(Full Qualified Domain Name) from Tachyon representation of network address.
getHeartbeatData() - Method in class tachyon.worker.ClientMetrics
Return current metrics as heartbeat data and reset metrics to default.
getHost() - Method in class tachyon.TachyonURI
Gets the host of the TachyonURI.
getHost() - Method in class tachyon.thrift.NetAddress
 
getHostNameKey() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Gets the key of connect hostname.
getId() - Method in enum tachyon.network.protocol.RPCMessage.Type
Returns the int identifier of the type.
getId() - Method in enum tachyon.network.protocol.RPCResponse.Status
Returns the short identifier of the status.
getId() - Method in class tachyon.thrift.LineageFileInfo
 
getId() - Method in class tachyon.thrift.LineageInfo
 
getId() - Method in class tachyon.thrift.RawTableInfo
 
getId() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
getId() - Method in class tachyon.thrift.WorkerInfo
 
getIncreasingByteArray(int) - Static method in class tachyon.util.io.BufferUtils
Gets an increasing sequence of bytes starting at zero.
getIncreasingByteArray(int, int) - Static method in class tachyon.util.io.BufferUtils
Gets an increasing sequence of bytes starting with the given value.
getIncreasingByteBuffer(int) - Static method in class tachyon.util.io.BufferUtils
Gets a ByteBuffer containing an increasing sequence of bytes starting at zero.
getIncreasingByteBuffer(int, int) - Static method in class tachyon.util.io.BufferUtils
Gets a ByteBuffer containing an increasing sequence of bytes starting at the given value.
getIncreasingIntBuffer(int) - Static method in class tachyon.util.io.BufferUtils
Gets a ByteBuffer containing an increasing sequence of integers starting at zero.
getIncreasingIntBuffer(int, int) - Static method in class tachyon.util.io.BufferUtils
Get a ByteBuffer containing an increasing sequence of integers starting at the given value.
getInitialBytes() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
getInMemoryPercentage() - Method in class tachyon.thrift.FileInfo
 
getInputFiles() - Method in class tachyon.thrift.LineageInfo
 
getInputFiles() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
getInputFilesIterator() - Method in class tachyon.thrift.LineageInfo
 
getInputFilesIterator() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
getInputFilesSize() - Method in class tachyon.thrift.LineageInfo
 
getInputFilesSize() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
getInt(String) - Method in class tachyon.conf.TachyonConf
 
getInternalProperties() - Method in class tachyon.conf.TachyonConf
 
getIoe() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
getIoe() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
getIoe() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
getIoe() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
getIoe() - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
getIoe() - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
getIoe() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
getIoe() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
getJob() - Method in class tachyon.thrift.LineageInfo
 
getJob() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
getJobConf() - Method in class tachyon.job.Job
 
getLastContactSec() - Method in class tachyon.thrift.WorkerInfo
 
getLastModificationTimeMs() - Method in class tachyon.thrift.FileInfo
 
getLeadingPath(int) - Method in class tachyon.TachyonURI
Get the first n components of the TachyonURI path.
getLength() - Method in interface tachyon.network.protocol.databuffer.DataBuffer
Returns the length of the data.
getLength() - Method in class tachyon.network.protocol.databuffer.DataByteArrayChannel
 
getLength() - Method in class tachyon.network.protocol.databuffer.DataByteBuffer
 
getLength() - Method in class tachyon.network.protocol.databuffer.DataFileChannel
 
getLength() - Method in class tachyon.network.protocol.databuffer.DataNettyBuffer
 
getLength() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getLength() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getLength() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getLength() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getLength() - Method in class tachyon.thrift.BlockInfo
 
getLength() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
getLength() - Method in class tachyon.thrift.FileInfo
 
getLength() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
getLength() - Method in class tachyon.worker.DataServerMessage
Gets the length of the message's requested or responded data.
getLineageId() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
getLineageInfoList(AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterService.AsyncClient
 
getLineageInfoList(AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterService.AsyncIface
 
getLineageInfoList() - Method in class tachyon.thrift.LineageMasterService.Client
 
getLineageInfoList() - Method in interface tachyon.thrift.LineageMasterService.Iface
 
getList() - Method in class tachyon.collections.PrefixList
 
getList(String, String) - Method in class tachyon.conf.TachyonConf
 
getLocalHostName(TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets a local host name for the host this JVM is running on
getLocalHostName(int) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets a local host name for the host this JVM is running on
getLocalIpAddress(TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets a local IP address for the host this JVM is running on
getLocalIpAddress(int) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets a local IP address for the host this JVM is running on
getLocations() - Method in class tachyon.thrift.BlockInfo
 
getLocationsIterator() - Method in class tachyon.thrift.BlockInfo
 
getLocationsSize() - Method in class tachyon.thrift.BlockInfo
 
getLockId() - Method in class tachyon.worker.DataServerMessage
Gets the id of the block's locker.
getLong(String) - Method in class tachyon.conf.TachyonConf
 
getMasterAddress() - Method in class tachyon.LeaderInquireClient
 
getMaxSequenceNumber() - Static method in class tachyon.master.block.BlockId
 
getMechanismName() - Method in class tachyon.security.authentication.PlainSaslServer
 
getMechanismNames(Map<String, ?>) - Method in class tachyon.security.authentication.PlainSaslServerProvider.PlainSaslServerFactory
 
getMessage(Object...) - Method in enum tachyon.exception.ExceptionMessage
 
getMessage() - Method in enum tachyon.network.protocol.RPCResponse.Status
Returns the message for the status.
getMessage() - Method in exception tachyon.thrift.TachyonTException
 
getMessage() - Method in exception tachyon.thrift.ThriftIOException
 
getMetadata() - Method in class tachyon.thrift.RawTableInfo
 
getMetadata() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
getMetadata() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
getMetrics() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
getMetricsIterator() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
getMetricsSize() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
getModificationTimeMs(String) - Method in class tachyon.underfs.UnderFileSystem
Gets the UTC time of when the indicated path was modified recently in ms.
getName() - Method in class tachyon.LeaderSelectorClient
 
getName() - Method in class tachyon.security.User
 
getName() - Method in class tachyon.TachyonURI
Get the final component of the TachyonURI.
getName() - Method in class tachyon.thrift.FileInfo
 
getName() - Method in class tachyon.thrift.RawTableInfo
 
getNegotiatedProperty(String) - Method in class tachyon.security.authentication.PlainSaslServer
 
getNettyOutput() - Method in interface tachyon.network.protocol.databuffer.DataBuffer
Returns an object for writing to a netty channel.
getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataByteArrayChannel
 
getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataByteBuffer
 
getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataFileChannel
 
getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataNettyBuffer
We would not support this method in DataNettyBuffer because this class is only for reading netty buffers.
getNewBlockIdForFile(long, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
getNewBlockIdForFile(long, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
getNewBlockIdForFile(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
getNewBlockIdForFile(long) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
getNonce() - Method in class tachyon.thrift.WorkerService.persistFile_args
 
getOffset() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getOffset() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getOffset() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getOffset() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getOffset() - Method in class tachyon.thrift.FileBlockInfo
 
getOffset() - Method in class tachyon.worker.DataServerMessage
Gets the offset of the message's data in the block.
getOptions() - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
getOptions() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
getOutputFile() - Method in class tachyon.thrift.JobConfInfo
 
getOutputFilePath() - Method in class tachyon.job.JobConf
 
getOutputFiles() - Method in class tachyon.thrift.LineageInfo
 
getOutputFiles() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
getOutputFilesIterator() - Method in class tachyon.thrift.LineageInfo
 
getOutputFilesIterator() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
getOutputFilesSize() - Method in class tachyon.thrift.LineageInfo
 
getOutputFilesSize() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
getParent() - Method in class tachyon.TachyonURI
Get the parent of this TachyonURI or null if at root.
getParent(String) - Static method in class tachyon.util.io.PathUtils
Gets the parent of the file at a path.
getParents(T) - Method in class tachyon.collections.DirectedAcyclicGraph
 
getParents() - Method in class tachyon.collections.DirectedAcyclicGraphNode
 
getParents() - Method in class tachyon.thrift.LineageInfo
 
getParentsIterator() - Method in class tachyon.thrift.LineageInfo
 
getParentsSize() - Method in class tachyon.thrift.LineageInfo
 
getParticipants() - Method in class tachyon.LeaderSelectorClient
 
getPath() - Method in class tachyon.TachyonURI
Gets the path component of the TachyonURI.
getPath() - Method in class tachyon.thrift.FileInfo
 
getPath() - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
getPath() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
getPath() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
getPath() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
getPath() - Method in class tachyon.thrift.RawTableInfo
 
getPath() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
getPath() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
getPath() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
getPath() - Method in class tachyon.thrift.WorkerService.persistFile_args
 
getPathComponents(String) - Static method in class tachyon.util.io.PathUtils
Gets the path components of the given path.
getPayload() - Method in class tachyon.collections.DirectedAcyclicGraphNode
 
getPayloadDataBuffer() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getPayloadDataBuffer() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getPayloadDataBuffer() - Method in class tachyon.network.protocol.RPCMessage
Returns the data buffer of the payload.
getPersistedFiles() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
getPersistedFilesIterator() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
getPersistedFilesSize() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
getPlainClientTransport(String, String, TTransport) - Static method in class tachyon.security.authentication.PlainSaslUtils
Gets a PLAIN mechanism transport for client side.
getPlainServerTransportFactory(AuthType, TachyonConf) - Static method in class tachyon.security.authentication.PlainSaslUtils
For server side, get a PLAIN mechanism TTransportFactory.
getPort() - Method in class tachyon.TachyonURI
Gets the port of the TachyonURI.
getPort(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets the port number on a given service type.
getPortKey() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Gets the key of service port
getRawTableId(String, AsyncMethodCallback) - Method in class tachyon.thrift.RawTableMasterService.AsyncClient
 
getRawTableId(String, AsyncMethodCallback) - Method in interface tachyon.thrift.RawTableMasterService.AsyncIface
 
getRawTableId(String) - Method in class tachyon.thrift.RawTableMasterService.Client
 
getRawTableId(String) - Method in interface tachyon.thrift.RawTableMasterService.Iface
 
getReadOnlyByteBuffer() - Method in interface tachyon.network.protocol.databuffer.DataBuffer
Returns a ByteBuffer for read-only access to the data.
getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataByteArrayChannel
 
getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataByteBuffer
 
getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataFileChannel
 
getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataNettyBuffer
 
getReadOnlyData() - Method in class tachyon.worker.DataServerMessage
Gets the read only buffer of the message's data.
getRemovedBlockIds() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
getRemovedBlockIdsIterator() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
getRemovedBlockIdsSize() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
getRequestBytes() - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
getResult() - Method in class tachyon.thrift.BlockMasterService.AsyncClient.getBlockInfo_call
 
getResult() - Method in class tachyon.thrift.BlockMasterService.AsyncClient.getCapacityBytes_call
 
getResult() - Method in class tachyon.thrift.BlockMasterService.AsyncClient.getUsedBytes_call
 
getResult() - Method in class tachyon.thrift.BlockMasterService.AsyncClient.getWorkerInfoList_call
 
getResult() - Method in class tachyon.thrift.BlockMasterService.AsyncClient.workerCommitBlock_call
 
getResult() - Method in class tachyon.thrift.BlockMasterService.AsyncClient.workerGetWorkerId_call
 
getResult() - Method in class tachyon.thrift.BlockMasterService.AsyncClient.workerHeartbeat_call
 
getResult() - Method in class tachyon.thrift.BlockMasterService.AsyncClient.workerRegister_call
 
getResult(I, BlockMasterService.getBlockInfo_args) - Method in class tachyon.thrift.BlockMasterService.Processor.getBlockInfo
 
getResult(I, BlockMasterService.getCapacityBytes_args) - Method in class tachyon.thrift.BlockMasterService.Processor.getCapacityBytes
 
getResult(I, BlockMasterService.getUsedBytes_args) - Method in class tachyon.thrift.BlockMasterService.Processor.getUsedBytes
 
getResult(I, BlockMasterService.getWorkerInfoList_args) - Method in class tachyon.thrift.BlockMasterService.Processor.getWorkerInfoList
 
getResult(I, BlockMasterService.workerCommitBlock_args) - Method in class tachyon.thrift.BlockMasterService.Processor.workerCommitBlock
 
getResult(I, BlockMasterService.workerGetWorkerId_args) - Method in class tachyon.thrift.BlockMasterService.Processor.workerGetWorkerId
 
getResult(I, BlockMasterService.workerHeartbeat_args) - Method in class tachyon.thrift.BlockMasterService.Processor.workerHeartbeat
 
getResult(I, BlockMasterService.workerRegister_args) - Method in class tachyon.thrift.BlockMasterService.Processor.workerRegister
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.completeFile_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.create_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.deleteFile_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.free_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileBlockInfo_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileBlockInfoList_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileId_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileInfo_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileInfoList_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getNewBlockIdForFile_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getUfsAddress_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.loadMetadata_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.mkdir_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.mount_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.persistFile_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.renameFile_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.reportLostFile_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.setPinned_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.unmount_call
 
getResult() - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.workerGetPinIdList_call
 
getResult(I, FileSystemMasterService.completeFile_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.completeFile
 
getResult(I, FileSystemMasterService.create_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.create
 
getResult(I, FileSystemMasterService.deleteFile_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.deleteFile
 
getResult(I, FileSystemMasterService.free_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.free
 
getResult(I, FileSystemMasterService.getFileBlockInfo_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileBlockInfo
 
getResult(I, FileSystemMasterService.getFileBlockInfoList_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileBlockInfoList
 
getResult(I, FileSystemMasterService.getFileId_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileId
 
getResult(I, FileSystemMasterService.getFileInfo_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileInfo
 
getResult(I, FileSystemMasterService.getFileInfoList_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileInfoList
 
getResult(I, FileSystemMasterService.getNewBlockIdForFile_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.getNewBlockIdForFile
 
getResult(I, FileSystemMasterService.getUfsAddress_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.getUfsAddress
 
getResult(I, FileSystemMasterService.loadMetadata_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.loadMetadata
 
getResult(I, FileSystemMasterService.mkdir_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.mkdir
 
getResult(I, FileSystemMasterService.mount_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.mount
 
getResult(I, FileSystemMasterService.persistFile_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.persistFile
 
getResult(I, FileSystemMasterService.renameFile_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.renameFile
 
getResult(I, FileSystemMasterService.reportLostFile_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.reportLostFile
 
getResult(I, FileSystemMasterService.setPinned_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.setPinned
 
getResult(I, FileSystemMasterService.unmount_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.unmount
 
getResult(I, FileSystemMasterService.workerGetPinIdList_args) - Method in class tachyon.thrift.FileSystemMasterService.Processor.workerGetPinIdList
 
getResult() - Method in class tachyon.thrift.LineageMasterService.AsyncClient.asyncCompleteFile_call
 
getResult() - Method in class tachyon.thrift.LineageMasterService.AsyncClient.createLineage_call
 
getResult() - Method in class tachyon.thrift.LineageMasterService.AsyncClient.deleteLineage_call
 
getResult() - Method in class tachyon.thrift.LineageMasterService.AsyncClient.getLineageInfoList_call
 
getResult() - Method in class tachyon.thrift.LineageMasterService.AsyncClient.reinitializeFile_call
 
getResult() - Method in class tachyon.thrift.LineageMasterService.AsyncClient.workerLineageHeartbeat_call
 
getResult(I, LineageMasterService.asyncCompleteFile_args) - Method in class tachyon.thrift.LineageMasterService.Processor.asyncCompleteFile
 
getResult(I, LineageMasterService.createLineage_args) - Method in class tachyon.thrift.LineageMasterService.Processor.createLineage
 
getResult(I, LineageMasterService.deleteLineage_args) - Method in class tachyon.thrift.LineageMasterService.Processor.deleteLineage
 
getResult(I, LineageMasterService.getLineageInfoList_args) - Method in class tachyon.thrift.LineageMasterService.Processor.getLineageInfoList
 
getResult(I, LineageMasterService.reinitializeFile_args) - Method in class tachyon.thrift.LineageMasterService.Processor.reinitializeFile
 
getResult(I, LineageMasterService.workerLineageHeartbeat_args) - Method in class tachyon.thrift.LineageMasterService.Processor.workerLineageHeartbeat
 
getResult() - Method in class tachyon.thrift.RawTableMasterService.AsyncClient.createRawTable_call
 
getResult() - Method in class tachyon.thrift.RawTableMasterService.AsyncClient.getClientRawTableInfoById_call
 
getResult() - Method in class tachyon.thrift.RawTableMasterService.AsyncClient.getClientRawTableInfoByPath_call
 
getResult() - Method in class tachyon.thrift.RawTableMasterService.AsyncClient.getRawTableId_call
 
getResult() - Method in class tachyon.thrift.RawTableMasterService.AsyncClient.updateRawTableMetadata_call
 
getResult(I, RawTableMasterService.createRawTable_args) - Method in class tachyon.thrift.RawTableMasterService.Processor.createRawTable
 
getResult(I, RawTableMasterService.getClientRawTableInfoById_args) - Method in class tachyon.thrift.RawTableMasterService.Processor.getClientRawTableInfoById
 
getResult(I, RawTableMasterService.getClientRawTableInfoByPath_args) - Method in class tachyon.thrift.RawTableMasterService.Processor.getClientRawTableInfoByPath
 
getResult(I, RawTableMasterService.getRawTableId_args) - Method in class tachyon.thrift.RawTableMasterService.Processor.getRawTableId
 
getResult(I, RawTableMasterService.updateRawTableMetadata_args) - Method in class tachyon.thrift.RawTableMasterService.Processor.updateRawTableMetadata
 
getResult() - Method in class tachyon.thrift.WorkerService.AsyncClient.accessBlock_call
 
getResult() - Method in class tachyon.thrift.WorkerService.AsyncClient.asyncCheckpoint_call
 
getResult() - Method in class tachyon.thrift.WorkerService.AsyncClient.cacheBlock_call
 
getResult() - Method in class tachyon.thrift.WorkerService.AsyncClient.cancelBlock_call
 
getResult() - Method in class tachyon.thrift.WorkerService.AsyncClient.lockBlock_call
 
getResult() - Method in class tachyon.thrift.WorkerService.AsyncClient.persistFile_call
 
getResult() - Method in class tachyon.thrift.WorkerService.AsyncClient.promoteBlock_call
 
getResult() - Method in class tachyon.thrift.WorkerService.AsyncClient.requestBlockLocation_call
 
getResult() - Method in class tachyon.thrift.WorkerService.AsyncClient.requestSpace_call
 
getResult() - Method in class tachyon.thrift.WorkerService.AsyncClient.sessionHeartbeat_call
 
getResult() - Method in class tachyon.thrift.WorkerService.AsyncClient.unlockBlock_call
 
getResult(I, WorkerService.accessBlock_args) - Method in class tachyon.thrift.WorkerService.Processor.accessBlock
 
getResult(I, WorkerService.asyncCheckpoint_args) - Method in class tachyon.thrift.WorkerService.Processor.asyncCheckpoint
 
getResult(I, WorkerService.cacheBlock_args) - Method in class tachyon.thrift.WorkerService.Processor.cacheBlock
 
getResult(I, WorkerService.cancelBlock_args) - Method in class tachyon.thrift.WorkerService.Processor.cancelBlock
 
getResult(I, WorkerService.lockBlock_args) - Method in class tachyon.thrift.WorkerService.Processor.lockBlock
 
getResult(I, WorkerService.persistFile_args) - Method in class tachyon.thrift.WorkerService.Processor.persistFile
 
getResult(I, WorkerService.promoteBlock_args) - Method in class tachyon.thrift.WorkerService.Processor.promoteBlock
 
getResult(I, WorkerService.requestBlockLocation_args) - Method in class tachyon.thrift.WorkerService.Processor.requestBlockLocation
 
getResult(I, WorkerService.requestSpace_args) - Method in class tachyon.thrift.WorkerService.Processor.requestSpace
 
getResult(I, WorkerService.sessionHeartbeat_args) - Method in class tachyon.thrift.WorkerService.Processor.sessionHeartbeat
 
getResult(I, WorkerService.unlockBlock_args) - Method in class tachyon.thrift.WorkerService.Processor.unlockBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getBlockInfo
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getCapacityBytes
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getUsedBytes
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getWorkerInfoList
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerCommitBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerGetWorkerId
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerHeartbeat
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerRegister
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.completeFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.create
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.deleteFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.free
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileBlockInfo
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileBlockInfoList
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileId
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileInfo
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileInfoList
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getNewBlockIdForFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getUfsAddress
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.loadMetadata
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.mkdir
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.mount
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.persistFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.renameFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.reportLostFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.setPinned
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.unmount
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.workerGetPinIdList
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.asyncCompleteFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.createLineage
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.deleteLineage
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.getLineageInfoList
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.reinitializeFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.workerLineageHeartbeat
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.createRawTable
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getClientRawTableInfoById
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getClientRawTableInfoByPath
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getRawTableId
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.updateRawTableMetadata
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.accessBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.asyncCheckpoint
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.cacheBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.cancelBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.lockBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.persistFile
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.promoteBlock
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.requestBlockLocation
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.requestSpace
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.sessionHeartbeat
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.unlockBlock
 
getRetryCount() - Method in interface tachyon.retry.RetryPolicy
How many retries have been performed.
getRetryCount() - Method in class tachyon.retry.SleepingRetry
 
getRoots() - Method in class tachyon.collections.DirectedAcyclicGraph
 
getRpcPort() - Method in class tachyon.thrift.NetAddress
 
getScheme() - Method in class tachyon.TachyonURI
Get the scheme of the TachyonURI.
getSecond() - Method in class tachyon.collections.Pair
 
getSequenceNumber(long) - Static method in class tachyon.master.block.BlockId
 
getServerChannelClass(ChannelType) - Static method in class tachyon.util.network.NettyUtils
Returns the correct ServerSocketChannel class based on ChannelType.
getServerTransportFactory(TachyonConf) - Static method in class tachyon.security.authentication.AuthenticationUtils
For server side, this method returns a TTransportFactory based on the auth type.
getServiceName() - Method in class tachyon.ClientBase
Returns the name of the service.
getServiceName() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Gets service name.
getSessionId() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getSessionId() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getSessionId() - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
getSessionId() - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
getSessionId() - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
getSessionId() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
getSessionId() - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
getSessionId() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
getSessionId() - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
getSessionId() - Method in class tachyon.worker.WorkerClient
 
getSizeFromBytes(long) - Static method in class tachyon.util.FormatUtils
Returns a human-readable version of bytes 10GB 2048KB etc.
getSleepTime() - Method in class tachyon.retry.ExponentialBackoffRetry
 
getSleepTime() - Method in class tachyon.retry.SleepingRetry
How long to sleep before the next retry is performed.
getSleepUnit() - Method in class tachyon.retry.SleepingRetry
Unit of time that SleepingRetry.getSleepTime() is measured in.
getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.UnderFileSystem
Queries the under file system about the space of the indicated path (e.g., space left, space used and etc).
getStartTimeMs() - Method in class tachyon.thrift.WorkerInfo
 
getState() - Method in class tachyon.thrift.LineageFileInfo
 
getState() - Method in class tachyon.thrift.WorkerInfo
 
getStatus() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getStatus() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getStatus() - Method in class tachyon.network.protocol.RPCErrorResponse
 
getStatus() - Method in class tachyon.worker.DataServerMessage
Gets the status of the response.
getSuccess() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
getSuccess() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
getSuccess() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
getSuccess() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
getSuccess() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
getSuccess() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
getSuccess() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
getSuccess() - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
getSuccess() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
getSuccess() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
getSuccess() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
getSuccess() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
getSuccess() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
getSuccess() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
getSuccess() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
getSuccess() - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
getSuccess() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
getSuccessIterator() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
getSuccessIterator() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
getSuccessIterator() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
getSuccessIterator() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
getSuccessIterator() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
getSuccessSize() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
getSuccessSize() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
getSuccessSize() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
getSuccessSize() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
getSuccessSize() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
getTableId() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
getTachyonPath() - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
getTachyonPath() - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
getThreadName() - Method in class tachyon.heartbeat.ScheduledTimer
 
getThreadNames() - Static method in class tachyon.heartbeat.HeartbeatScheduler
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockLocation._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.getBlockInfo_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.getBlockInfo_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.getUsedBytes_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.getUsedBytes_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.workerRegister_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterService.workerRegister_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.CheckpointFile._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.Command._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.CommandLineJobInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.CreateTOptions._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.DependencyInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileBlockInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.completeFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.completeFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.create_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.create_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.deleteFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.deleteFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.free_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.free_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getFileId_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getFileId_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.mkdir_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.mkdir_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.mount_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.mount_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.persistFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.persistFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.renameFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.renameFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.setPinned_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.setPinned_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.unmount_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.unmount_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.JobConfInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageCommand._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageFileInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.createLineage_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.createLineage_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.deleteLineage_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.deleteLineage_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.reinitializeFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.reinitializeFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.MkdirTOptions._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.NetAddress._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RawTableInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RawTableMasterService.createRawTable_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RawTableMasterService.createRawTable_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RawTableMasterService.getRawTableId_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RawTableMasterService.getRawTableId_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.TachyonTException._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.ThriftIOException._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerInfo._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.accessBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.accessBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.asyncCheckpoint_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.asyncCheckpoint_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.cacheBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.cacheBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.cancelBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.cancelBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.lockBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.lockBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.persistFile_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.persistFile_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.promoteBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.promoteBlock_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.requestBlockLocation_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.requestBlockLocation_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.requestSpace_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.requestSpace_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.sessionHeartbeat_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.sessionHeartbeat_result._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.unlockBlock_args._Fields
 
getThriftFieldId() - Method in enum tachyon.thrift.WorkerService.unlockBlock_result._Fields
 
getThriftPort(TServerSocket) - Static method in class tachyon.util.network.NetworkAddressUtils
Gets the port for the underline socket.
getThriftSocket(TServerSocket) - Static method in class tachyon.util.network.NetworkAddressUtils
Extracts the port from the thrift socket.
getTier() - Method in class tachyon.thrift.BlockLocation
 
getTier() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
getTimerClass(String) - Static method in class tachyon.heartbeat.HeartbeatContext
 
getTotalBytesOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
getTotalBytesOnTiersIterator() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
getTotalBytesOnTiersSize() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
getTtl() - Method in class tachyon.thrift.CreateTOptions
 
getTtl() - Method in class tachyon.thrift.FileInfo
 
getTtl() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
getType() - Method in exception tachyon.exception.TachyonException
 
getType() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
getType() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
getType() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
 
getType() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
 
getType() - Method in class tachyon.network.protocol.RPCErrorResponse
 
getType() - Method in class tachyon.network.protocol.RPCMessage
Returns the type of the message.
getType() - Method in exception tachyon.thrift.TachyonTException
 
getUfsAddress(AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
getUfsAddress(AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
getUfsAddress() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
getUfsAddress() - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
getUfsLocations() - Method in class tachyon.thrift.FileBlockInfo
 
getUfsLocationsIterator() - Method in class tachyon.thrift.FileBlockInfo
 
getUfsLocationsSize() - Method in class tachyon.thrift.FileBlockInfo
 
getUfsPath() - Method in class tachyon.thrift.FileInfo
 
getUfsPath() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
getUfsPath() - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
getUnderFilePath() - Method in class tachyon.thrift.LineageFileInfo
 
getUnderFSType() - Method in class tachyon.underfs.UnderFileSystem
 
getUsedBytes(AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterService.AsyncClient
 
getUsedBytes(AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterService.AsyncIface
 
getUsedBytes() - Method in class tachyon.thrift.BlockMasterService.Client
 
getUsedBytes() - Method in interface tachyon.thrift.BlockMasterService.Iface
 
getUsedBytes() - Method in class tachyon.thrift.WorkerInfo
 
getUsedBytesOnTier() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
getUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
getUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
getUsedBytesOnTiersIterator() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
getUsedBytesOnTiersIterator() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
getUsedBytesOnTiersSize() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
getUsedBytesOnTiersSize() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
getValue() - Method in enum tachyon.thrift.CommandType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum tachyon.underfs.UnderFileSystem.SpaceType
Get the integer value of this enum value.
getWorkerAddress() - Method in class tachyon.thrift.BlockLocation
 
getWorkerId() - Method in class tachyon.thrift.BlockLocation
 
getWorkerId() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
getWorkerId() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
getWorkerId() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
getWorkerId() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
getWorkerInfoList(AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterService.AsyncClient
 
getWorkerInfoList(AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterService.AsyncIface
 
getWorkerInfoList() - Method in class tachyon.thrift.BlockMasterService.Client
 
getWorkerInfoList() - Method in interface tachyon.thrift.BlockMasterService.Iface
 
getWorkerNetAddress() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
grantAccess(Tester<T>) - Method in interface tachyon.test.Testable
 

H

handle(Callback[]) - Method in class tachyon.security.authentication.PlainSaslServer.PlainServerCallbackHandler
 
handle(Callback[]) - Method in class tachyon.security.authentication.PlainSaslUtils.PlainClientCallbackHandler
 
hasAuthority() - Method in class tachyon.TachyonURI
Tells if the TachyonURI has authority or not.
hashCode() - Method in class tachyon.collections.Pair
 
hashCode() - Method in class tachyon.conf.TachyonConf
 
hashCode() - Method in class tachyon.security.User
 
hashCode() - Method in class tachyon.TachyonURI
 
hashCode() - Method in class tachyon.thrift.BlockInfo
 
hashCode() - Method in class tachyon.thrift.BlockLocation
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
hashCode() - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
hashCode() - Method in class tachyon.thrift.CheckpointFile
 
hashCode() - Method in class tachyon.thrift.Command
 
hashCode() - Method in class tachyon.thrift.CommandLineJobInfo
 
hashCode() - Method in class tachyon.thrift.CreateTOptions
 
hashCode() - Method in class tachyon.thrift.DependencyInfo
 
hashCode() - Method in class tachyon.thrift.FileBlockInfo
 
hashCode() - Method in class tachyon.thrift.FileInfo
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
hashCode() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
hashCode() - Method in class tachyon.thrift.JobConfInfo
 
hashCode() - Method in class tachyon.thrift.LineageCommand
 
hashCode() - Method in class tachyon.thrift.LineageFileInfo
 
hashCode() - Method in class tachyon.thrift.LineageInfo
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
hashCode() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
hashCode() - Method in class tachyon.thrift.MkdirTOptions
 
hashCode() - Method in class tachyon.thrift.NetAddress
 
hashCode() - Method in class tachyon.thrift.RawTableInfo
 
hashCode() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
hashCode() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
hashCode() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
hashCode() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
hashCode() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
hashCode() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
hashCode() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
hashCode() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
hashCode() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
hashCode() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
hashCode() - Method in exception tachyon.thrift.TachyonTException
 
hashCode() - Method in exception tachyon.thrift.ThriftIOException
 
hashCode() - Method in class tachyon.thrift.WorkerInfo
 
hashCode() - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
hashCode() - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
hashCode() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
hashCode() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
hashCode() - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
hashCode() - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
hashCode() - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
hashCode() - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
hashCode() - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
hashCode() - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
hashCode() - Method in class tachyon.thrift.WorkerService.persistFile_args
 
hashCode() - Method in class tachyon.thrift.WorkerService.persistFile_result
 
hashCode() - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
hashCode() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
hashCode() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
hashCode() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
hashCode() - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
hashCode() - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
hashCode() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
hashCode() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
hashCode() - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
hashCode() - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
hasPayload() - Method in class tachyon.network.protocol.RPCMessage
Returns true if the message has a payload.
hasPrefix(String, String) - Static method in class tachyon.util.io.PathUtils
Checks whether the given path contains the given prefix.
hasScheme() - Method in class tachyon.TachyonURI
Tells if this TachyonURI has scheme or not.
HEADER - Static variable in class tachyon.Constants
 
HEADER_FT - Static variable in class tachyon.Constants
 
HEADER_S3 - Static variable in class tachyon.Constants
 
HEADER_S3N - Static variable in class tachyon.Constants
 
heartbeat() - Method in interface tachyon.heartbeat.HeartbeatExecutor
Implements the heartbeat logic.
HeartbeatContext - Class in tachyon.heartbeat
This is a static class for storing and retrieving heartbeat related information.
HeartbeatExecutor - Interface in tachyon.heartbeat
An interface for a heartbeat execution.
HeartbeatScheduler - Class in tachyon.heartbeat
This class can be used for controlling heartbeat execution.
HeartbeatScheduler() - Constructor for class tachyon.heartbeat.HeartbeatScheduler
 
HeartbeatThread - Class in tachyon.heartbeat
Thread class to execute a heartbeat periodically.
HeartbeatThread(String, HeartbeatExecutor, long) - Constructor for class tachyon.heartbeat.HeartbeatThread
 
HeartbeatTimer - Interface in tachyon.heartbeat
An interface for heartbeat timers.
host - Variable in class tachyon.thrift.NetAddress
 
HOUR_MS - Static variable in class tachyon.Constants
 

I

IBM_JAVA - Static variable in class tachyon.util.OSUtils
Indicates the current java vendor is IBM java or not.
id - Variable in class tachyon.thrift.LineageFileInfo
 
id - Variable in class tachyon.thrift.LineageInfo
 
id - Variable in class tachyon.thrift.RawTableInfo
 
id - Variable in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
id - Variable in class tachyon.thrift.WorkerInfo
 
IdUtils - Class in tachyon.util
 
IN_TEST_MODE - Static variable in class tachyon.Constants
 
incBlocksReadLocal(long) - Method in class tachyon.worker.ClientMetrics
Increment BLOCKS_READ_LOCAL counter by the amount specified
incBlocksReadRemote(long) - Method in class tachyon.worker.ClientMetrics
Increment BLOCKS_READ_REMOTE counter by the amount specified
incBlocksWrittenLocal(long) - Method in class tachyon.worker.ClientMetrics
Increment BLOCKS_WRITTEN_LOCAL counter by the amount specified
incBlocksWrittenRemote(long) - Method in class tachyon.worker.ClientMetrics
Increment BLOCKS_WRITTEN_REMOTE counter by the amount specified
incBytesReadLocal(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_READ_LOCAL counter by the amount specified
incBytesReadRemote(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_READ_REMOTE counter by the amount specified
incBytesReadUfs(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_READ_UFS counter by the amount specified
incBytesWrittenLocal(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_WRITTEN_LOCAL counter by the amount specified
incBytesWrittenRemote(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_WRITTEN_REMOTE counter by the amount specified
incBytesWrittenUfs(long) - Method in class tachyon.worker.ClientMetrics
Increment BYTES_WRITTEN_UFS counter by the amount specified
IndexedSet<T> - Class in tachyon.collections
A set of objects that are indexed and thus can be queried by specific fields of the object.
IndexedSet(IndexedSet.FieldIndex<T>, IndexedSet.FieldIndex<T>...) - Constructor for class tachyon.collections.IndexedSet
Constructs a new IndexedSet instance with at least one field as the index.
IndexedSet.FieldIndex<T> - Interface in tachyon.collections
An interface representing an index for this IndexedSet, each index for this set must implement the interface to define how to get the value of the field chosen as the index.
initialBytes - Variable in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class tachyon.security.login.AppLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class tachyon.security.login.TachyonLoginModule
 
inList(String) - Method in class tachyon.collections.PrefixList
 
inMemoryPercentage - Variable in class tachyon.thrift.FileInfo
 
inputFiles - Variable in class tachyon.thrift.LineageInfo
 
inputFiles - Variable in class tachyon.thrift.LineageMasterService.createLineage_args
 
INTEGRATION_MASTER_RESOURCE_CPU - Static variable in class tachyon.Constants
 
INTEGRATION_MASTER_RESOURCE_MEM - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_EXECUTOR_DEPENDENCY_PATH - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_JRE_PATH - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_JRE_URL - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_TACHYON_MASTER_NAME - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_TACHYON_MASTER_NODE_COUNT - Static variable in class tachyon.Constants
 
INTEGRATION_MESOS_TACHYON_WORKER_NAME - Static variable in class tachyon.Constants
 
INTEGRATION_WORKER_RESOURCE_CPU - Static variable in class tachyon.Constants
 
INTEGRATION_WORKER_RESOURCE_MEM - Static variable in class tachyon.Constants
 
INVALID_FILE_ID - Static variable in class tachyon.util.IdUtils
 
InvalidPathException - Exception in tachyon.exception
 
InvalidPathException(String) - Constructor for exception tachyon.exception.InvalidPathException
 
InvalidPathException(String, Throwable) - Constructor for exception tachyon.exception.InvalidPathException
 
InvalidPathException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.InvalidPathException
 
InvalidPathException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.InvalidPathException
 
InvalidWorkerStateException - Exception in tachyon.exception
 
InvalidWorkerStateException(String) - Constructor for exception tachyon.exception.InvalidWorkerStateException
 
InvalidWorkerStateException(String, Throwable) - Constructor for exception tachyon.exception.InvalidWorkerStateException
 
InvalidWorkerStateException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.InvalidWorkerStateException
 
InvalidWorkerStateException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.InvalidWorkerStateException
 
ioe - Variable in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
ioe - Variable in class tachyon.thrift.FileSystemMasterService.mount_result
 
ioe - Variable in class tachyon.thrift.FileSystemMasterService.unmount_result
 
ioe - Variable in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
ioe - Variable in class tachyon.thrift.WorkerService.cacheBlock_result
 
ioe - Variable in class tachyon.thrift.WorkerService.cancelBlock_result
 
ioe - Variable in class tachyon.thrift.WorkerService.promoteBlock_result
 
ioe - Variable in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
is64Bit() - Static method in class tachyon.util.OSUtils
 
isAbsolute() - Method in class tachyon.TachyonURI
Tells whether or not the TachyonURI is absolute.
isAIX() - Static method in class tachyon.util.OSUtils
 
isCacheable - Variable in class tachyon.thrift.FileInfo
 
isCascade() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
isComplete() - Method in class tachyon.security.authentication.PlainSaslServer
 
isCompleted - Variable in class tachyon.thrift.FileInfo
 
isConnected() - Method in class tachyon.ClientBase
Returns the connected status of the client.
isConnected() - Method in class tachyon.worker.WorkerClient
 
isFile(String) - Method in class tachyon.underfs.UnderFileSystem
Checks if the indicated path is a file or not.
isFolder - Variable in class tachyon.thrift.FileInfo
 
isHadoopUnderFS(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystem
Determines if the given path is on a Hadoop under file system To decide if a path should use the hadoop implementation, we check String.startsWith(String) to see if the configured schemas are found.
isIsCacheable() - Method in class tachyon.thrift.FileInfo
 
isIsCompleted() - Method in class tachyon.thrift.FileInfo
 
isIsFolder() - Method in class tachyon.thrift.FileInfo
 
isIsPersisted() - Method in class tachyon.thrift.FileInfo
 
isIsPinned() - Method in class tachyon.thrift.FileInfo
 
isLeader() - Method in class tachyon.LeaderSelectorClient
 
isLineageEnabled(TachyonConf) - Static method in class tachyon.util.LineageUtils
 
isLocal() - Method in class tachyon.worker.WorkerClient
 
isMessageReady() - Method in class tachyon.worker.DataServerMessage
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getBlockInfo
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getCapacityBytes
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getUsedBytes
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getWorkerInfoList
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerCommitBlock
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerGetWorkerId
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerHeartbeat
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerRegister
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.Processor.getBlockInfo
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.Processor.getCapacityBytes
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.Processor.getUsedBytes
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.Processor.getWorkerInfoList
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.Processor.workerCommitBlock
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.Processor.workerGetWorkerId
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.Processor.workerHeartbeat
 
isOneway() - Method in class tachyon.thrift.BlockMasterService.Processor.workerRegister
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.completeFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.create
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.deleteFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.free
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileBlockInfo
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileBlockInfoList
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileId
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileInfo
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileInfoList
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getNewBlockIdForFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getUfsAddress
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.loadMetadata
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.mkdir
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.mount
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.persistFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.renameFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.reportLostFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.setPinned
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.unmount
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.workerGetPinIdList
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.completeFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.create
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.deleteFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.free
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileBlockInfo
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileBlockInfoList
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileId
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileInfo
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getFileInfoList
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getNewBlockIdForFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.getUfsAddress
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.loadMetadata
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.mkdir
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.mount
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.persistFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.renameFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.reportLostFile
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.setPinned
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.unmount
 
isOneway() - Method in class tachyon.thrift.FileSystemMasterService.Processor.workerGetPinIdList
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.asyncCompleteFile
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.createLineage
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.deleteLineage
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.getLineageInfoList
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.reinitializeFile
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.workerLineageHeartbeat
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.Processor.asyncCompleteFile
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.Processor.createLineage
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.Processor.deleteLineage
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.Processor.getLineageInfoList
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.Processor.reinitializeFile
 
isOneway() - Method in class tachyon.thrift.LineageMasterService.Processor.workerLineageHeartbeat
 
isOneway() - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.createRawTable
 
isOneway() - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getClientRawTableInfoById
 
isOneway() - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getClientRawTableInfoByPath
 
isOneway() - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getRawTableId
 
isOneway() - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.updateRawTableMetadata
 
isOneway() - Method in class tachyon.thrift.RawTableMasterService.Processor.createRawTable
 
isOneway() - Method in class tachyon.thrift.RawTableMasterService.Processor.getClientRawTableInfoById
 
isOneway() - Method in class tachyon.thrift.RawTableMasterService.Processor.getClientRawTableInfoByPath
 
isOneway() - Method in class tachyon.thrift.RawTableMasterService.Processor.getRawTableId
 
isOneway() - Method in class tachyon.thrift.RawTableMasterService.Processor.updateRawTableMetadata
 
isOneway() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.accessBlock
 
isOneway() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.asyncCheckpoint
 
isOneway() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.cacheBlock
 
isOneway() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.cancelBlock
 
isOneway() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.lockBlock
 
isOneway() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.persistFile
 
isOneway() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.promoteBlock
 
isOneway() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.requestBlockLocation
 
isOneway() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.requestSpace
 
isOneway() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.sessionHeartbeat
 
isOneway() - Method in class tachyon.thrift.WorkerService.AsyncProcessor.unlockBlock
 
isOneway() - Method in class tachyon.thrift.WorkerService.Processor.accessBlock
 
isOneway() - Method in class tachyon.thrift.WorkerService.Processor.asyncCheckpoint
 
isOneway() - Method in class tachyon.thrift.WorkerService.Processor.cacheBlock
 
isOneway() - Method in class tachyon.thrift.WorkerService.Processor.cancelBlock
 
isOneway() - Method in class tachyon.thrift.WorkerService.Processor.lockBlock
 
isOneway() - Method in class tachyon.thrift.WorkerService.Processor.persistFile
 
isOneway() - Method in class tachyon.thrift.WorkerService.Processor.promoteBlock
 
isOneway() - Method in class tachyon.thrift.WorkerService.Processor.requestBlockLocation
 
isOneway() - Method in class tachyon.thrift.WorkerService.Processor.requestSpace
 
isOneway() - Method in class tachyon.thrift.WorkerService.Processor.sessionHeartbeat
 
isOneway() - Method in class tachyon.thrift.WorkerService.Processor.unlockBlock
 
isPathAbsolute() - Method in class tachyon.TachyonURI
Tells whether or not the path component of the TachyonURI is absolute.
isPersisted() - Method in class tachyon.thrift.CreateTOptions
 
isPersisted - Variable in class tachyon.thrift.FileInfo
 
isPersisted() - Method in class tachyon.thrift.MkdirTOptions
 
isPinned - Variable in class tachyon.thrift.FileInfo
 
isPinned() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
isPlainSaslProviderAdded() - Static method in class tachyon.security.authentication.PlainSaslUtils
 
isRecursive() - Method in class tachyon.thrift.CreateTOptions
 
isRecursive() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
isRecursive() - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
isRecursive() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
isRecursive() - Method in class tachyon.thrift.MkdirTOptions
 
isRoot(T) - Method in class tachyon.collections.DirectedAcyclicGraph
 
isRoot() - Method in class tachyon.TachyonURI
Tells whether or not the TachyonURI is root.
isRoot(String) - Static method in class tachyon.util.io.PathUtils
Checks if the given path is the root.
isSet(BlockInfo._Fields) - Method in class tachyon.thrift.BlockInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockLocation._Fields) - Method in class tachyon.thrift.BlockLocation
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.getBlockInfo_args._Fields) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.getBlockInfo_result._Fields) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.getCapacityBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.getCapacityBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.getUsedBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.getUsedBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.getWorkerInfoList_args._Fields) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.getWorkerInfoList_result._Fields) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.workerCommitBlock_args._Fields) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.workerCommitBlock_result._Fields) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.workerGetWorkerId_args._Fields) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.workerGetWorkerId_result._Fields) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.workerHeartbeat_args._Fields) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.workerHeartbeat_result._Fields) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.workerRegister_args._Fields) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BlockMasterService.workerRegister_result._Fields) - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CheckpointFile._Fields) - Method in class tachyon.thrift.CheckpointFile
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Command._Fields) - Method in class tachyon.thrift.Command
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CommandLineJobInfo._Fields) - Method in class tachyon.thrift.CommandLineJobInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CreateTOptions._Fields) - Method in class tachyon.thrift.CreateTOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(DependencyInfo._Fields) - Method in class tachyon.thrift.DependencyInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileBlockInfo._Fields) - Method in class tachyon.thrift.FileBlockInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileInfo._Fields) - Method in class tachyon.thrift.FileInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.completeFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.completeFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.create_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.create_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.create_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.create_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.deleteFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.deleteFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.free_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.free_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.free_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.free_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getFileBlockInfo_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getFileBlockInfo_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getFileBlockInfoList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getFileBlockInfoList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getFileId_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getFileId_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getFileInfo_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getFileInfo_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getFileInfoList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getFileInfoList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getNewBlockIdForFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getNewBlockIdForFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getUfsAddress_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.getUfsAddress_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.loadMetadata_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.loadMetadata_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.mkdir_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.mkdir_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.mount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.mount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.persistFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.persistFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.renameFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.renameFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.reportLostFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.reportLostFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.setPinned_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.setPinned_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.unmount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.unmount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.workerGetPinIdList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileSystemMasterService.workerGetPinIdList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(JobConfInfo._Fields) - Method in class tachyon.thrift.JobConfInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageCommand._Fields) - Method in class tachyon.thrift.LineageCommand
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageFileInfo._Fields) - Method in class tachyon.thrift.LineageFileInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageInfo._Fields) - Method in class tachyon.thrift.LineageInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.asyncCompleteFile_args._Fields) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.asyncCompleteFile_result._Fields) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.createLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.createLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.deleteLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.deleteLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.getLineageInfoList_args._Fields) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.getLineageInfoList_result._Fields) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.reinitializeFile_args._Fields) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.reinitializeFile_result._Fields) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.workerLineageHeartbeat_args._Fields) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LineageMasterService.workerLineageHeartbeat_result._Fields) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MkdirTOptions._Fields) - Method in class tachyon.thrift.MkdirTOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(NetAddress._Fields) - Method in class tachyon.thrift.NetAddress
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RawTableInfo._Fields) - Method in class tachyon.thrift.RawTableInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RawTableMasterService.createRawTable_args._Fields) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RawTableMasterService.createRawTable_result._Fields) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RawTableMasterService.getClientRawTableInfoById_args._Fields) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RawTableMasterService.getClientRawTableInfoById_result._Fields) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RawTableMasterService.getClientRawTableInfoByPath_args._Fields) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RawTableMasterService.getClientRawTableInfoByPath_result._Fields) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RawTableMasterService.getRawTableId_args._Fields) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RawTableMasterService.getRawTableId_result._Fields) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RawTableMasterService.updateRawTableMetadata_args._Fields) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RawTableMasterService.updateRawTableMetadata_result._Fields) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TachyonTException._Fields) - Method in exception tachyon.thrift.TachyonTException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftIOException._Fields) - Method in exception tachyon.thrift.ThriftIOException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerInfo._Fields) - Method in class tachyon.thrift.WorkerInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.accessBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.accessBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.accessBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.accessBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.asyncCheckpoint_args._Fields) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.asyncCheckpoint_result._Fields) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.cacheBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.cacheBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.cancelBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.cancelBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.lockBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.lockBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.lockBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.lockBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.persistFile_args._Fields) - Method in class tachyon.thrift.WorkerService.persistFile_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.persistFile_result._Fields) - Method in class tachyon.thrift.WorkerService.persistFile_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.promoteBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.promoteBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.promoteBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.requestBlockLocation_args._Fields) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.requestBlockLocation_result._Fields) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.requestSpace_args._Fields) - Method in class tachyon.thrift.WorkerService.requestSpace_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.requestSpace_result._Fields) - Method in class tachyon.thrift.WorkerService.requestSpace_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.sessionHeartbeat_args._Fields) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.sessionHeartbeat_result._Fields) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.unlockBlock_args._Fields) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WorkerService.unlockBlock_result._Fields) - Method in class tachyon.thrift.WorkerService.unlockBlock_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSetAddedBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
Returns true if field addedBlocksOnTiers is set (has been assigned a value) and false otherwise
isSetAddress() - Method in class tachyon.thrift.WorkerInfo
Returns true if field address is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockInfo
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.WorkerService.accessBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.WorkerService.cacheBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.WorkerService.cancelBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.WorkerService.lockBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.WorkerService.promoteBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.WorkerService.requestSpace_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockId() - Method in class tachyon.thrift.WorkerService.unlockBlock_args
Returns true if field blockId is set (has been assigned a value) and false otherwise
isSetBlockIds() - Method in class tachyon.thrift.CheckpointFile
Returns true if field blockIds is set (has been assigned a value) and false otherwise
isSetBlockIds() - Method in class tachyon.thrift.FileInfo
Returns true if field blockIds is set (has been assigned a value) and false otherwise
isSetBlockInfo() - Method in class tachyon.thrift.FileBlockInfo
Returns true if field blockInfo is set (has been assigned a value) and false otherwise
isSetBlockSizeBytes() - Method in class tachyon.thrift.CreateTOptions
Returns true if field blockSizeBytes is set (has been assigned a value) and false otherwise
isSetBlockSizeBytes() - Method in class tachyon.thrift.FileInfo
Returns true if field blockSizeBytes is set (has been assigned a value) and false otherwise
isSetBlockSizeBytes() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
Returns true if field blockSizeBytes is set (has been assigned a value) and false otherwise
isSetCapacityBytes() - Method in class tachyon.thrift.WorkerInfo
Returns true if field capacityBytes is set (has been assigned a value) and false otherwise
isSetCascade() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
Returns true if field cascade is set (has been assigned a value) and false otherwise
isSetCheckpointFiles() - Method in class tachyon.thrift.LineageCommand
Returns true if field checkpointFiles is set (has been assigned a value) and false otherwise
isSetChildren() - Method in class tachyon.thrift.LineageInfo
Returns true if field children is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class tachyon.thrift.RawTableInfo
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetCommand() - Method in class tachyon.thrift.CommandLineJobInfo
Returns true if field command is set (has been assigned a value) and false otherwise
isSetCommandType() - Method in class tachyon.thrift.Command
Returns true if field commandType is set (has been assigned a value) and false otherwise
isSetCommandType() - Method in class tachyon.thrift.LineageCommand
Returns true if field commandType is set (has been assigned a value) and false otherwise
isSetConf() - Method in class tachyon.thrift.CommandLineJobInfo
Returns true if field conf is set (has been assigned a value) and false otherwise
isSetCreationTimeMs() - Method in class tachyon.thrift.FileInfo
Returns true if field creationTimeMs is set (has been assigned a value) and false otherwise
isSetCreationTimeMs() - Method in class tachyon.thrift.LineageInfo
Returns true if field creationTimeMs is set (has been assigned a value) and false otherwise
isSetCurrentBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
Returns true if field currentBlocksOnTiers is set (has been assigned a value) and false otherwise
isSetData() - Method in class tachyon.thrift.Command
Returns true if field data is set (has been assigned a value) and false otherwise
isSetDataPort() - Method in class tachyon.thrift.NetAddress
Returns true if field dataPort is set (has been assigned a value) and false otherwise
isSetDstPath() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
Returns true if field dstPath is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.create_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.free_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.LineageMasterService.createLineage_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.WorkerService.cacheBlock_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.WorkerService.cancelBlock_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.WorkerService.lockBlock_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.WorkerService.persistFile_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetE() - Method in class tachyon.thrift.WorkerService.requestSpace_result
Returns true if field e is set (has been assigned a value) and false otherwise
isSetFileBlockIndex() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
Returns true if field fileBlockIndex is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.CheckpointFile
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileInfo
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.free_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetFileId() - Method in class tachyon.thrift.WorkerService.persistFile_args
Returns true if field fileId is set (has been assigned a value) and false otherwise
isSetHost() - Method in class tachyon.thrift.NetAddress
Returns true if field host is set (has been assigned a value) and false otherwise
isSetId() - Method in class tachyon.thrift.LineageFileInfo
Returns true if field id is set (has been assigned a value) and false otherwise
isSetId() - Method in class tachyon.thrift.LineageInfo
Returns true if field id is set (has been assigned a value) and false otherwise
isSetId() - Method in class tachyon.thrift.RawTableInfo
Returns true if field id is set (has been assigned a value) and false otherwise
isSetId() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
Returns true if field id is set (has been assigned a value) and false otherwise
isSetId() - Method in class tachyon.thrift.WorkerInfo
Returns true if field id is set (has been assigned a value) and false otherwise
isSetInitialBytes() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
Returns true if field initialBytes is set (has been assigned a value) and false otherwise
isSetInMemoryPercentage() - Method in class tachyon.thrift.FileInfo
Returns true if field inMemoryPercentage is set (has been assigned a value) and false otherwise
isSetInputFiles() - Method in class tachyon.thrift.LineageInfo
Returns true if field inputFiles is set (has been assigned a value) and false otherwise
isSetInputFiles() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
Returns true if field inputFiles is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.WorkerService.cacheBlock_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.WorkerService.cancelBlock_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIoe() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
Returns true if field ioe is set (has been assigned a value) and false otherwise
isSetIsCacheable() - Method in class tachyon.thrift.FileInfo
Returns true if field isCacheable is set (has been assigned a value) and false otherwise
isSetIsCompleted() - Method in class tachyon.thrift.FileInfo
Returns true if field isCompleted is set (has been assigned a value) and false otherwise
isSetIsFolder() - Method in class tachyon.thrift.FileInfo
Returns true if field isFolder is set (has been assigned a value) and false otherwise
isSetIsPersisted() - Method in class tachyon.thrift.FileInfo
Returns true if field isPersisted is set (has been assigned a value) and false otherwise
isSetIsPinned() - Method in class tachyon.thrift.FileInfo
Returns true if field isPinned is set (has been assigned a value) and false otherwise
isSetJob() - Method in class tachyon.thrift.LineageInfo
Returns true if field job is set (has been assigned a value) and false otherwise
isSetJob() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
Returns true if field job is set (has been assigned a value) and false otherwise
isSetLastContactSec() - Method in class tachyon.thrift.WorkerInfo
Returns true if field lastContactSec is set (has been assigned a value) and false otherwise
isSetLastModificationTimeMs() - Method in class tachyon.thrift.FileInfo
Returns true if field lastModificationTimeMs is set (has been assigned a value) and false otherwise
isSetLength() - Method in class tachyon.thrift.BlockInfo
Returns true if field length is set (has been assigned a value) and false otherwise
isSetLength() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
Returns true if field length is set (has been assigned a value) and false otherwise
isSetLength() - Method in class tachyon.thrift.FileInfo
Returns true if field length is set (has been assigned a value) and false otherwise
isSetLength() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
Returns true if field length is set (has been assigned a value) and false otherwise
isSetLineageId() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
Returns true if field lineageId is set (has been assigned a value) and false otherwise
isSetLocations() - Method in class tachyon.thrift.BlockInfo
Returns true if field locations is set (has been assigned a value) and false otherwise
isSetMessage() - Method in exception tachyon.thrift.TachyonTException
Returns true if field message is set (has been assigned a value) and false otherwise
isSetMessage() - Method in exception tachyon.thrift.ThriftIOException
Returns true if field message is set (has been assigned a value) and false otherwise
isSetMetadata() - Method in class tachyon.thrift.RawTableInfo
Returns true if field metadata is set (has been assigned a value) and false otherwise
isSetMetadata() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
Returns true if field metadata is set (has been assigned a value) and false otherwise
isSetMetadata() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
Returns true if field metadata is set (has been assigned a value) and false otherwise
isSetMetrics() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
Returns true if field metrics is set (has been assigned a value) and false otherwise
isSetName() - Method in class tachyon.thrift.FileInfo
Returns true if field name is set (has been assigned a value) and false otherwise
isSetName() - Method in class tachyon.thrift.RawTableInfo
Returns true if field name is set (has been assigned a value) and false otherwise
isSetNonce() - Method in class tachyon.thrift.WorkerService.persistFile_args
Returns true if field nonce is set (has been assigned a value) and false otherwise
isSetOffset() - Method in class tachyon.thrift.FileBlockInfo
Returns true if field offset is set (has been assigned a value) and false otherwise
isSetOptions() - Method in class tachyon.thrift.FileSystemMasterService.create_args
Returns true if field options is set (has been assigned a value) and false otherwise
isSetOptions() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
Returns true if field options is set (has been assigned a value) and false otherwise
isSetOutputFile() - Method in class tachyon.thrift.JobConfInfo
Returns true if field outputFile is set (has been assigned a value) and false otherwise
isSetOutputFiles() - Method in class tachyon.thrift.LineageInfo
Returns true if field outputFiles is set (has been assigned a value) and false otherwise
isSetOutputFiles() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
Returns true if field outputFiles is set (has been assigned a value) and false otherwise
isSetParents() - Method in class tachyon.thrift.LineageInfo
Returns true if field parents is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileInfo
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterService.create_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.RawTableInfo
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPath() - Method in class tachyon.thrift.WorkerService.persistFile_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPersisted() - Method in class tachyon.thrift.CreateTOptions
Returns true if field persisted is set (has been assigned a value) and false otherwise
isSetPersisted() - Method in class tachyon.thrift.MkdirTOptions
Returns true if field persisted is set (has been assigned a value) and false otherwise
isSetPersistedFiles() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
Returns true if field persistedFiles is set (has been assigned a value) and false otherwise
isSetPinned() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
Returns true if field pinned is set (has been assigned a value) and false otherwise
isSetRecursive() - Method in class tachyon.thrift.CreateTOptions
Returns true if field recursive is set (has been assigned a value) and false otherwise
isSetRecursive() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
Returns true if field recursive is set (has been assigned a value) and false otherwise
isSetRecursive() - Method in class tachyon.thrift.FileSystemMasterService.free_args
Returns true if field recursive is set (has been assigned a value) and false otherwise
isSetRecursive() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
Returns true if field recursive is set (has been assigned a value) and false otherwise
isSetRecursive() - Method in class tachyon.thrift.MkdirTOptions
Returns true if field recursive is set (has been assigned a value) and false otherwise
isSetRemovedBlockIds() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
Returns true if field removedBlockIds is set (has been assigned a value) and false otherwise
isSetRequestBytes() - Method in class tachyon.thrift.WorkerService.requestSpace_args
Returns true if field requestBytes is set (has been assigned a value) and false otherwise
isSetRpcPort() - Method in class tachyon.thrift.NetAddress
Returns true if field rpcPort is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.WorkerService.cacheBlock_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.WorkerService.cancelBlock_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.WorkerService.lockBlock_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.WorkerService.requestSpace_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetSessionId() - Method in class tachyon.thrift.WorkerService.unlockBlock_args
Returns true if field sessionId is set (has been assigned a value) and false otherwise
isSetStartTimeMs() - Method in class tachyon.thrift.WorkerInfo
Returns true if field startTimeMs is set (has been assigned a value) and false otherwise
isSetState() - Method in class tachyon.thrift.LineageFileInfo
Returns true if field state is set (has been assigned a value) and false otherwise
isSetState() - Method in class tachyon.thrift.WorkerInfo
Returns true if field state is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.create_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.free_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.LineageMasterService.createLineage_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.WorkerService.lockBlock_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.WorkerService.requestSpace_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class tachyon.thrift.WorkerService.unlockBlock_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetTableId() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
Returns true if field tableId is set (has been assigned a value) and false otherwise
isSetTachyonPath() - Method in class tachyon.thrift.FileSystemMasterService.mount_args
Returns true if field tachyonPath is set (has been assigned a value) and false otherwise
isSetTachyonPath() - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
Returns true if field tachyonPath is set (has been assigned a value) and false otherwise
isSetTier() - Method in class tachyon.thrift.BlockLocation
Returns true if field tier is set (has been assigned a value) and false otherwise
isSetTier() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
Returns true if field tier is set (has been assigned a value) and false otherwise
isSetTotalBytesOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
Returns true if field totalBytesOnTiers is set (has been assigned a value) and false otherwise
isSetTtl() - Method in class tachyon.thrift.CreateTOptions
Returns true if field ttl is set (has been assigned a value) and false otherwise
isSetTtl() - Method in class tachyon.thrift.FileInfo
Returns true if field ttl is set (has been assigned a value) and false otherwise
isSetTtl() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
Returns true if field ttl is set (has been assigned a value) and false otherwise
isSetType() - Method in exception tachyon.thrift.TachyonTException
Returns true if field type is set (has been assigned a value) and false otherwise
isSetUfsLocations() - Method in class tachyon.thrift.FileBlockInfo
Returns true if field ufsLocations is set (has been assigned a value) and false otherwise
isSetUfsPath() - Method in class tachyon.thrift.FileInfo
Returns true if field ufsPath is set (has been assigned a value) and false otherwise
isSetUfsPath() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
Returns true if field ufsPath is set (has been assigned a value) and false otherwise
isSetUfsPath() - Method in class tachyon.thrift.FileSystemMasterService.mount_args
Returns true if field ufsPath is set (has been assigned a value) and false otherwise
isSetUnderFilePath() - Method in class tachyon.thrift.LineageFileInfo
Returns true if field underFilePath is set (has been assigned a value) and false otherwise
isSetUsedBytes() - Method in class tachyon.thrift.WorkerInfo
Returns true if field usedBytes is set (has been assigned a value) and false otherwise
isSetUsedBytesOnTier() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
Returns true if field usedBytesOnTier is set (has been assigned a value) and false otherwise
isSetUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
Returns true if field usedBytesOnTiers is set (has been assigned a value) and false otherwise
isSetUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
Returns true if field usedBytesOnTiers is set (has been assigned a value) and false otherwise
isSetWorkerAddress() - Method in class tachyon.thrift.BlockLocation
Returns true if field workerAddress is set (has been assigned a value) and false otherwise
isSetWorkerId() - Method in class tachyon.thrift.BlockLocation
Returns true if field workerId is set (has been assigned a value) and false otherwise
isSetWorkerId() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
Returns true if field workerId is set (has been assigned a value) and false otherwise
isSetWorkerId() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
Returns true if field workerId is set (has been assigned a value) and false otherwise
isSetWorkerId() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
Returns true if field workerId is set (has been assigned a value) and false otherwise
isSetWorkerId() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
Returns true if field workerId is set (has been assigned a value) and false otherwise
isSetWorkerNetAddress() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
Returns true if field workerNetAddress is set (has been assigned a value) and false otherwise
isSuccess() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
isSuccess() - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
isSuccess() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
isSuccess() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
isSuccess() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
isSuccess() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
isSuccess() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
isSuccess() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
isSuccess() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
isSuccess() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
isSuccess() - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
isSuccess() - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
isWindows() - Static method in class tachyon.util.OSUtils
 
iterator() - Method in class tachyon.collections.IndexedSet
Returns an iterator over the elements in this set.

J

JAVA_VENDOR_NAME - Static variable in class tachyon.util.OSUtils
The java vendor name used in this platform.
Job - Class in tachyon.job
A Job that can run at Tachyon.
Job(JobConf) - Constructor for class tachyon.job.Job
Constructs with job configuration.
job - Variable in class tachyon.thrift.LineageInfo
 
job - Variable in class tachyon.thrift.LineageMasterService.createLineage_args
 
JobConf - Class in tachyon.job
A job configuration.
JobConf(String) - Constructor for class tachyon.job.JobConf
Constructs the job configuration.
JobConfInfo - Class in tachyon.thrift
 
JobConfInfo() - Constructor for class tachyon.thrift.JobConfInfo
 
JobConfInfo(String) - Constructor for class tachyon.thrift.JobConfInfo
 
JobConfInfo(JobConfInfo) - Constructor for class tachyon.thrift.JobConfInfo
Performs a deep copy on other.
JobConfInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
join(String) - Method in class tachyon.TachyonURI
Append additional path elements to the end of a TachyonURI.
join(TachyonURI) - Method in class tachyon.TachyonURI
Append additional path elements to the end of a TachyonURI.
JOURNAL_VERSION - Static variable in class tachyon.Constants
Version 1 [Before 0.5.0] Customized ser/de based.

K

KB - Static variable in class tachyon.Constants
 

L

lastContactSec - Variable in class tachyon.thrift.WorkerInfo
 
lastModificationTimeMs - Variable in class tachyon.thrift.FileInfo
 
LeaderInquireClient - Class in tachyon
Utility to get leader from zookeeper.
LeaderSelectorClient - Class in tachyon
Masters use this client to elect a leader.
LeaderSelectorClient(String, String, String, String) - Constructor for class tachyon.LeaderSelectorClient
 
length - Variable in class tachyon.thrift.BlockInfo
 
length - Variable in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
length - Variable in class tachyon.thrift.FileInfo
 
length - Variable in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
LINEAGE_MASTER_SERVICE_NAME - Static variable in class tachyon.Constants
 
LineageCommand - Class in tachyon.thrift
 
LineageCommand() - Constructor for class tachyon.thrift.LineageCommand
 
LineageCommand(CommandType, List<CheckpointFile>) - Constructor for class tachyon.thrift.LineageCommand
 
LineageCommand(LineageCommand) - Constructor for class tachyon.thrift.LineageCommand
Performs a deep copy on other.
LineageCommand._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageDeletionException - Exception in tachyon.exception
 
LineageDeletionException(String) - Constructor for exception tachyon.exception.LineageDeletionException
 
LineageDeletionException(String, Throwable) - Constructor for exception tachyon.exception.LineageDeletionException
 
LineageDeletionException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.LineageDeletionException
 
LineageDeletionException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.LineageDeletionException
 
LineageDoesNotExistException - Exception in tachyon.exception
 
LineageDoesNotExistException(String) - Constructor for exception tachyon.exception.LineageDoesNotExistException
 
LineageDoesNotExistException(String, Throwable) - Constructor for exception tachyon.exception.LineageDoesNotExistException
 
LineageDoesNotExistException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.LineageDoesNotExistException
 
LineageDoesNotExistException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.LineageDoesNotExistException
 
LineageFileInfo - Class in tachyon.thrift
 
LineageFileInfo() - Constructor for class tachyon.thrift.LineageFileInfo
 
LineageFileInfo(long, String, String) - Constructor for class tachyon.thrift.LineageFileInfo
 
LineageFileInfo(LineageFileInfo) - Constructor for class tachyon.thrift.LineageFileInfo
Performs a deep copy on other.
LineageFileInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
lineageId - Variable in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
LineageInfo - Class in tachyon.thrift
 
LineageInfo() - Constructor for class tachyon.thrift.LineageInfo
 
LineageInfo(long, List<Long>, List<LineageFileInfo>, CommandLineJobInfo, long, List<Long>, List<Long>) - Constructor for class tachyon.thrift.LineageInfo
 
LineageInfo(LineageInfo) - Constructor for class tachyon.thrift.LineageInfo
Performs a deep copy on other.
LineageInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService - Class in tachyon.thrift
 
LineageMasterService() - Constructor for class tachyon.thrift.LineageMasterService
 
LineageMasterService.AsyncClient - Class in tachyon.thrift
 
LineageMasterService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterService.AsyncClient
 
LineageMasterService.AsyncClient.asyncCompleteFile_call - Class in tachyon.thrift
 
LineageMasterService.AsyncClient.asyncCompleteFile_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterService.AsyncClient.asyncCompleteFile_call
 
LineageMasterService.AsyncClient.createLineage_call - Class in tachyon.thrift
 
LineageMasterService.AsyncClient.createLineage_call(List<String>, List<String>, CommandLineJobInfo, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterService.AsyncClient.createLineage_call
 
LineageMasterService.AsyncClient.deleteLineage_call - Class in tachyon.thrift
 
LineageMasterService.AsyncClient.deleteLineage_call(long, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterService.AsyncClient.deleteLineage_call
 
LineageMasterService.AsyncClient.Factory - Class in tachyon.thrift
 
LineageMasterService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.LineageMasterService.AsyncClient.Factory
 
LineageMasterService.AsyncClient.getLineageInfoList_call - Class in tachyon.thrift
 
LineageMasterService.AsyncClient.getLineageInfoList_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterService.AsyncClient.getLineageInfoList_call
 
LineageMasterService.AsyncClient.reinitializeFile_call - Class in tachyon.thrift
 
LineageMasterService.AsyncClient.reinitializeFile_call(String, long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterService.AsyncClient.reinitializeFile_call
 
LineageMasterService.AsyncClient.workerLineageHeartbeat_call - Class in tachyon.thrift
 
LineageMasterService.AsyncClient.workerLineageHeartbeat_call(long, List<Long>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterService.AsyncClient.workerLineageHeartbeat_call
 
LineageMasterService.asyncCompleteFile_args - Class in tachyon.thrift
 
LineageMasterService.asyncCompleteFile_args() - Constructor for class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
LineageMasterService.asyncCompleteFile_args(long) - Constructor for class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
LineageMasterService.asyncCompleteFile_args(LineageMasterService.asyncCompleteFile_args) - Constructor for class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
Performs a deep copy on other.
LineageMasterService.asyncCompleteFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService.asyncCompleteFile_result - Class in tachyon.thrift
 
LineageMasterService.asyncCompleteFile_result() - Constructor for class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
LineageMasterService.asyncCompleteFile_result(TachyonTException) - Constructor for class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
LineageMasterService.asyncCompleteFile_result(LineageMasterService.asyncCompleteFile_result) - Constructor for class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
Performs a deep copy on other.
LineageMasterService.asyncCompleteFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService.AsyncIface - Interface in tachyon.thrift
 
LineageMasterService.AsyncProcessor<I extends LineageMasterService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterService.AsyncProcessor(I) - Constructor for class tachyon.thrift.LineageMasterService.AsyncProcessor
 
LineageMasterService.AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.LineageMasterService.AsyncProcessor
 
LineageMasterService.AsyncProcessor.asyncCompleteFile<I extends LineageMasterService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterService.AsyncProcessor.asyncCompleteFile() - Constructor for class tachyon.thrift.LineageMasterService.AsyncProcessor.asyncCompleteFile
 
LineageMasterService.AsyncProcessor.createLineage<I extends LineageMasterService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterService.AsyncProcessor.createLineage() - Constructor for class tachyon.thrift.LineageMasterService.AsyncProcessor.createLineage
 
LineageMasterService.AsyncProcessor.deleteLineage<I extends LineageMasterService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterService.AsyncProcessor.deleteLineage() - Constructor for class tachyon.thrift.LineageMasterService.AsyncProcessor.deleteLineage
 
LineageMasterService.AsyncProcessor.getLineageInfoList<I extends LineageMasterService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterService.AsyncProcessor.getLineageInfoList() - Constructor for class tachyon.thrift.LineageMasterService.AsyncProcessor.getLineageInfoList
 
LineageMasterService.AsyncProcessor.reinitializeFile<I extends LineageMasterService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterService.AsyncProcessor.reinitializeFile() - Constructor for class tachyon.thrift.LineageMasterService.AsyncProcessor.reinitializeFile
 
LineageMasterService.AsyncProcessor.workerLineageHeartbeat<I extends LineageMasterService.AsyncIface> - Class in tachyon.thrift
 
LineageMasterService.AsyncProcessor.workerLineageHeartbeat() - Constructor for class tachyon.thrift.LineageMasterService.AsyncProcessor.workerLineageHeartbeat
 
LineageMasterService.Client - Class in tachyon.thrift
 
LineageMasterService.Client(TProtocol) - Constructor for class tachyon.thrift.LineageMasterService.Client
 
LineageMasterService.Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.LineageMasterService.Client
 
LineageMasterService.Client.Factory - Class in tachyon.thrift
 
LineageMasterService.Client.Factory() - Constructor for class tachyon.thrift.LineageMasterService.Client.Factory
 
LineageMasterService.createLineage_args - Class in tachyon.thrift
 
LineageMasterService.createLineage_args() - Constructor for class tachyon.thrift.LineageMasterService.createLineage_args
 
LineageMasterService.createLineage_args(List<String>, List<String>, CommandLineJobInfo) - Constructor for class tachyon.thrift.LineageMasterService.createLineage_args
 
LineageMasterService.createLineage_args(LineageMasterService.createLineage_args) - Constructor for class tachyon.thrift.LineageMasterService.createLineage_args
Performs a deep copy on other.
LineageMasterService.createLineage_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService.createLineage_result - Class in tachyon.thrift
 
LineageMasterService.createLineage_result() - Constructor for class tachyon.thrift.LineageMasterService.createLineage_result
 
LineageMasterService.createLineage_result(long, TachyonTException) - Constructor for class tachyon.thrift.LineageMasterService.createLineage_result
 
LineageMasterService.createLineage_result(LineageMasterService.createLineage_result) - Constructor for class tachyon.thrift.LineageMasterService.createLineage_result
Performs a deep copy on other.
LineageMasterService.createLineage_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService.deleteLineage_args - Class in tachyon.thrift
 
LineageMasterService.deleteLineage_args() - Constructor for class tachyon.thrift.LineageMasterService.deleteLineage_args
 
LineageMasterService.deleteLineage_args(long, boolean) - Constructor for class tachyon.thrift.LineageMasterService.deleteLineage_args
 
LineageMasterService.deleteLineage_args(LineageMasterService.deleteLineage_args) - Constructor for class tachyon.thrift.LineageMasterService.deleteLineage_args
Performs a deep copy on other.
LineageMasterService.deleteLineage_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService.deleteLineage_result - Class in tachyon.thrift
 
LineageMasterService.deleteLineage_result() - Constructor for class tachyon.thrift.LineageMasterService.deleteLineage_result
 
LineageMasterService.deleteLineage_result(boolean, TachyonTException) - Constructor for class tachyon.thrift.LineageMasterService.deleteLineage_result
 
LineageMasterService.deleteLineage_result(LineageMasterService.deleteLineage_result) - Constructor for class tachyon.thrift.LineageMasterService.deleteLineage_result
Performs a deep copy on other.
LineageMasterService.deleteLineage_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService.getLineageInfoList_args - Class in tachyon.thrift
 
LineageMasterService.getLineageInfoList_args() - Constructor for class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
LineageMasterService.getLineageInfoList_args(LineageMasterService.getLineageInfoList_args) - Constructor for class tachyon.thrift.LineageMasterService.getLineageInfoList_args
Performs a deep copy on other.
LineageMasterService.getLineageInfoList_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService.getLineageInfoList_result - Class in tachyon.thrift
 
LineageMasterService.getLineageInfoList_result() - Constructor for class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
LineageMasterService.getLineageInfoList_result(List<LineageInfo>) - Constructor for class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
LineageMasterService.getLineageInfoList_result(LineageMasterService.getLineageInfoList_result) - Constructor for class tachyon.thrift.LineageMasterService.getLineageInfoList_result
Performs a deep copy on other.
LineageMasterService.getLineageInfoList_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService.Iface - Interface in tachyon.thrift
 
LineageMasterService.Processor<I extends LineageMasterService.Iface> - Class in tachyon.thrift
 
LineageMasterService.Processor(I) - Constructor for class tachyon.thrift.LineageMasterService.Processor
 
LineageMasterService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.LineageMasterService.Processor
 
LineageMasterService.Processor.asyncCompleteFile<I extends LineageMasterService.Iface> - Class in tachyon.thrift
 
LineageMasterService.Processor.asyncCompleteFile() - Constructor for class tachyon.thrift.LineageMasterService.Processor.asyncCompleteFile
 
LineageMasterService.Processor.createLineage<I extends LineageMasterService.Iface> - Class in tachyon.thrift
 
LineageMasterService.Processor.createLineage() - Constructor for class tachyon.thrift.LineageMasterService.Processor.createLineage
 
LineageMasterService.Processor.deleteLineage<I extends LineageMasterService.Iface> - Class in tachyon.thrift
 
LineageMasterService.Processor.deleteLineage() - Constructor for class tachyon.thrift.LineageMasterService.Processor.deleteLineage
 
LineageMasterService.Processor.getLineageInfoList<I extends LineageMasterService.Iface> - Class in tachyon.thrift
 
LineageMasterService.Processor.getLineageInfoList() - Constructor for class tachyon.thrift.LineageMasterService.Processor.getLineageInfoList
 
LineageMasterService.Processor.reinitializeFile<I extends LineageMasterService.Iface> - Class in tachyon.thrift
 
LineageMasterService.Processor.reinitializeFile() - Constructor for class tachyon.thrift.LineageMasterService.Processor.reinitializeFile
 
LineageMasterService.Processor.workerLineageHeartbeat<I extends LineageMasterService.Iface> - Class in tachyon.thrift
 
LineageMasterService.Processor.workerLineageHeartbeat() - Constructor for class tachyon.thrift.LineageMasterService.Processor.workerLineageHeartbeat
 
LineageMasterService.reinitializeFile_args - Class in tachyon.thrift
 
LineageMasterService.reinitializeFile_args() - Constructor for class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
LineageMasterService.reinitializeFile_args(String, long, long) - Constructor for class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
LineageMasterService.reinitializeFile_args(LineageMasterService.reinitializeFile_args) - Constructor for class tachyon.thrift.LineageMasterService.reinitializeFile_args
Performs a deep copy on other.
LineageMasterService.reinitializeFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService.reinitializeFile_result - Class in tachyon.thrift
 
LineageMasterService.reinitializeFile_result() - Constructor for class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
LineageMasterService.reinitializeFile_result(long, TachyonTException) - Constructor for class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
LineageMasterService.reinitializeFile_result(LineageMasterService.reinitializeFile_result) - Constructor for class tachyon.thrift.LineageMasterService.reinitializeFile_result
Performs a deep copy on other.
LineageMasterService.reinitializeFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService.workerLineageHeartbeat_args - Class in tachyon.thrift
 
LineageMasterService.workerLineageHeartbeat_args() - Constructor for class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
LineageMasterService.workerLineageHeartbeat_args(long, List<Long>) - Constructor for class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
LineageMasterService.workerLineageHeartbeat_args(LineageMasterService.workerLineageHeartbeat_args) - Constructor for class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
Performs a deep copy on other.
LineageMasterService.workerLineageHeartbeat_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageMasterService.workerLineageHeartbeat_result - Class in tachyon.thrift
 
LineageMasterService.workerLineageHeartbeat_result() - Constructor for class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
LineageMasterService.workerLineageHeartbeat_result(LineageCommand) - Constructor for class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
LineageMasterService.workerLineageHeartbeat_result(LineageMasterService.workerLineageHeartbeat_result) - Constructor for class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
Performs a deep copy on other.
LineageMasterService.workerLineageHeartbeat_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LineageUtils - Class in tachyon.util
Utility methods for lineage.
list(String) - Method in class tachyon.underfs.UnderFileSystem
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
listToString(List<T>) - Static method in class tachyon.util.CommonUtils
Converts a list of objects to a string.
loadMetadata(String, boolean, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
loadMetadata(String, boolean, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
loadMetadata(String, boolean) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
loadMetadata(String, boolean) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
Loads metadata for the object identified by the given Tachyon path from UFS into Tachyon.
locations - Variable in class tachyon.thrift.BlockInfo
 
lockBlock(long, long, AsyncMethodCallback) - Method in class tachyon.thrift.WorkerService.AsyncClient
 
lockBlock(long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.WorkerService.AsyncIface
 
lockBlock(long, long) - Method in class tachyon.thrift.WorkerService.Client
 
lockBlock(long, long) - Method in interface tachyon.thrift.WorkerService.Iface
Lock the file in Tachyon's space while the session is reading it, and the path of the block file locked will be returned, if the block file is not found, FileDoesNotExistException will be thrown.
lockBlock(long) - Method in class tachyon.worker.WorkerClient
Locks the block, therefore, the worker will not evict the block from the memory until it is unlocked.
LOGGER_TYPE - Static variable in class tachyon.Constants
 
login() - Method in class tachyon.security.login.AppLoginModule
Retrieves the user name by querying the property of Constants.SECURITY_LOGIN_USERNAME.
login() - Method in class tachyon.security.login.TachyonLoginModule
Authenticates the user (first phase).
LoginUser - Class in tachyon.security
A Singleton of LoginUser, which is an instance of User.
logout() - Method in class tachyon.security.login.AppLoginModule
Logs out the user
logout() - Method in class tachyon.security.login.TachyonLoginModule
Logs out the user.
LOGS_DIR - Static variable in class tachyon.Constants
 

M

mAddress - Variable in class tachyon.ClientBase
 
main(String[]) - Static method in class tachyon.Version
 
MASTER_ADDRESS - Static variable in class tachyon.Constants
 
MASTER_BIND_HOST - Static variable in class tachyon.Constants
 
MASTER_CHECKPOINT_SCHEDULING - Static variable in class tachyon.heartbeat.HeartbeatContext
 
MASTER_COLUMN_FILE_PREFIX - Static variable in class tachyon.Constants
 
MASTER_FILE_RECOMPUTATION - Static variable in class tachyon.heartbeat.HeartbeatContext
 
MASTER_FORMAT_FILE_PREFIX - Static variable in class tachyon.Constants
 
MASTER_HEARTBEAT_INTERVAL_MS - Static variable in class tachyon.Constants
 
MASTER_HOSTNAME - Static variable in class tachyon.Constants
 
MASTER_JOURNAL_FOLDER - Static variable in class tachyon.Constants
 
MASTER_JOURNAL_FORMATTER_CLASS - Static variable in class tachyon.Constants
 
MASTER_JOURNAL_LOG_SIZE_BYTES_MAX - Static variable in class tachyon.Constants
 
MASTER_JOURNAL_TAILER_SHUTDOWN_QUIET_WAIT_TIME_MS - Static variable in class tachyon.Constants
 
MASTER_JOURNAL_TAILER_SLEEP_TIME_MS - Static variable in class tachyon.Constants
 
MASTER_KEYTAB_KEY - Static variable in class tachyon.Constants
 
MASTER_LINEAGE_CHECKPOINT_CLASS - Static variable in class tachyon.Constants
 
MASTER_LINEAGE_CHECKPOINT_INTERVAL_MS - Static variable in class tachyon.Constants
 
MASTER_LINEAGE_RECOMPUTE_INTERVAL_MS - Static variable in class tachyon.Constants
 
MASTER_LINEAGE_RECOMPUTE_LOG_PATH - Static variable in class tachyon.Constants
 
MASTER_LOST_WORKER_DETECTION - Static variable in class tachyon.heartbeat.HeartbeatContext
 
MASTER_PORT - Static variable in class tachyon.Constants
 
MASTER_PRINCIPAL_KEY - Static variable in class tachyon.Constants
 
MASTER_RETRY_COUNT - Static variable in class tachyon.Constants
 
MASTER_TTL_CHECK - Static variable in class tachyon.heartbeat.HeartbeatContext
 
MASTER_TTLCHECKER_INTERVAL_MS - Static variable in class tachyon.Constants
 
MASTER_WEB_BIND_HOST - Static variable in class tachyon.Constants
 
MASTER_WEB_HOSTNAME - Static variable in class tachyon.Constants
 
MASTER_WEB_PORT - Static variable in class tachyon.Constants
 
MASTER_WHITELIST - Static variable in class tachyon.Constants
 
MASTER_WORKER_THREADS_MAX - Static variable in class tachyon.Constants
 
MASTER_WORKER_THREADS_MIN - Static variable in class tachyon.Constants
 
MASTER_WORKER_TIMEOUT_MS - Static variable in class tachyon.Constants
 
MasterClientBase - Class in tachyon
The base class for master clients.
MasterClientBase(InetSocketAddress, TachyonConf) - Constructor for class tachyon.MasterClientBase
Creates a new master client base.
MAX_COLUMNS - Static variable in class tachyon.Constants
 
MAX_TABLE_METADATA_BYTE - Static variable in class tachyon.Constants
 
MB - Static variable in class tachyon.Constants
 
mCapacityLock - Variable in class tachyon.resource.ResourcePool
 
mClosed - Variable in class tachyon.ClientBase
Is true if this client was closed by the user.
mConnected - Variable in class tachyon.ClientBase
Is true if this client is currently connected.
mCurrentCapacity - Variable in class tachyon.resource.ResourcePool
 
MECHANISM - Static variable in class tachyon.security.authentication.PlainSaslServerProvider
 
merge(TachyonConf) - Method in class tachyon.conf.TachyonConf
Merge the current configuration properties with another one.
MESOS_RESOURCE_CPUS - Static variable in class tachyon.Constants
 
MESOS_RESOURCE_DISK - Static variable in class tachyon.Constants
 
MESOS_RESOURCE_MEM - Static variable in class tachyon.Constants
 
MESOS_RESOURCE_PORTS - Static variable in class tachyon.Constants
 
message - Variable in exception tachyon.thrift.TachyonTException
 
message - Variable in exception tachyon.thrift.ThriftIOException
 
metadata - Variable in class tachyon.thrift.RawTableInfo
 
metadata - Variable in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
metadata - Variable in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockInfo
 
metaDataMap - Static variable in class tachyon.thrift.BlockLocation
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.workerRegister_args
 
metaDataMap - Static variable in class tachyon.thrift.BlockMasterService.workerRegister_result
 
metaDataMap - Static variable in class tachyon.thrift.CheckpointFile
 
metaDataMap - Static variable in class tachyon.thrift.Command
 
metaDataMap - Static variable in class tachyon.thrift.CommandLineJobInfo
 
metaDataMap - Static variable in class tachyon.thrift.CreateTOptions
 
metaDataMap - Static variable in class tachyon.thrift.DependencyInfo
 
metaDataMap - Static variable in class tachyon.thrift.FileBlockInfo
 
metaDataMap - Static variable in class tachyon.thrift.FileInfo
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.create_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.create_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.free_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.free_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.mount_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.mount_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.unmount_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.unmount_result
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
metaDataMap - Static variable in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
metaDataMap - Static variable in class tachyon.thrift.JobConfInfo
 
metaDataMap - Static variable in class tachyon.thrift.LineageCommand
 
metaDataMap - Static variable in class tachyon.thrift.LineageFileInfo
 
metaDataMap - Static variable in class tachyon.thrift.LineageInfo
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.createLineage_args
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.createLineage_result
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
metaDataMap - Static variable in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
metaDataMap - Static variable in class tachyon.thrift.MkdirTOptions
 
metaDataMap - Static variable in class tachyon.thrift.NetAddress
 
metaDataMap - Static variable in class tachyon.thrift.RawTableInfo
 
metaDataMap - Static variable in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
metaDataMap - Static variable in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
metaDataMap - Static variable in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
metaDataMap - Static variable in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
metaDataMap - Static variable in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
metaDataMap - Static variable in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
metaDataMap - Static variable in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
metaDataMap - Static variable in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
metaDataMap - Static variable in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
metaDataMap - Static variable in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
metaDataMap - Static variable in exception tachyon.thrift.TachyonTException
 
metaDataMap - Static variable in exception tachyon.thrift.ThriftIOException
 
metaDataMap - Static variable in class tachyon.thrift.WorkerInfo
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.accessBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.accessBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.cacheBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.cacheBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.cancelBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.cancelBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.lockBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.lockBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.persistFile_args
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.persistFile_result
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.promoteBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.promoteBlock_result
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.requestSpace_args
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.requestSpace_result
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.unlockBlock_args
 
metaDataMap - Static variable in class tachyon.thrift.WorkerService.unlockBlock_result
 
metrics - Variable in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
METRICS_CONF_FILE - Static variable in class tachyon.Constants
 
MINUTE_MS - Static variable in class tachyon.Constants
 
mkdir(String, MkdirTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
mkdir(String, MkdirTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
mkdir(String, MkdirTOptions) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
mkdir(String, MkdirTOptions) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
mkdirIfNotExists(String, TachyonConf) - Static method in class tachyon.util.UnderFileSystemUtils
Attempts to create the directory if it does not already exist.
mkdirs(String, boolean) - Method in class tachyon.underfs.UnderFileSystem
Creates the directory named by this abstract pathname.
MkdirTOptions - Class in tachyon.thrift
 
MkdirTOptions() - Constructor for class tachyon.thrift.MkdirTOptions
 
MkdirTOptions(MkdirTOptions) - Constructor for class tachyon.thrift.MkdirTOptions
Performs a deep copy on other.
MkdirTOptions._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
mMaxCapacity - Variable in class tachyon.resource.ResourcePool
 
mMode - Variable in class tachyon.ClientBase
 
mount(String, String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
mount(String, String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
mount(String, String) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
mount(String, String) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
Creates a new "mount point", mounts the given UFS path in the Tachyon namespace at the given path.
move(String, String) - Static method in class tachyon.util.io.FileUtils
Moves file from one place to another, can across storage devices (e.g., from memory to SSD) when File.renameTo(java.io.File) may not work.
mProtocol - Variable in class tachyon.ClientBase
 
mResources - Variable in class tachyon.resource.ResourcePool
 
mTachyonConf - Variable in class tachyon.ClientBase
 
mTachyonConf - Variable in class tachyon.underfs.UnderFileSystem
 
mUseZookeeper - Variable in class tachyon.MasterClientBase
 
mustConnect() - Method in class tachyon.worker.WorkerClient
Connects to the worker.

N

name - Variable in class tachyon.thrift.FileInfo
 
name - Variable in class tachyon.thrift.RawTableInfo
 
NetAddress - Class in tachyon.thrift
 
NetAddress() - Constructor for class tachyon.thrift.NetAddress
 
NetAddress(String, int, int) - Constructor for class tachyon.thrift.NetAddress
 
NetAddress(NetAddress) - Constructor for class tachyon.thrift.NetAddress
Performs a deep copy on other.
NetAddress._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
NettyUtils - Class in tachyon.util.network
 
NETWORK_HOST_RESOLUTION_TIMEOUT_MS - Static variable in class tachyon.Constants
 
NetworkAddressUtils - Class in tachyon.util.network
Common network address related utilities shared by all components in Tachyon.
NetworkAddressUtils.ServiceType - Enum in tachyon.util.network
Different types of services that client uses to connect.
NO_TTL - Static variable in class tachyon.Constants
 
nonce - Variable in class tachyon.thrift.WorkerService.persistFile_args
 
NoWorkerException - Exception in tachyon.exception
 
NoWorkerException(String) - Constructor for exception tachyon.exception.NoWorkerException
 
NoWorkerException(String, Throwable) - Constructor for exception tachyon.exception.NoWorkerException
 
NoWorkerException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.NoWorkerException
 
NoWorkerException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.NoWorkerException
 

O

offset - Variable in class tachyon.thrift.FileBlockInfo
 
open(String) - Method in class tachyon.underfs.UnderFileSystem
Opens an InputStream at the indicated path.
options - Variable in class tachyon.thrift.FileSystemMasterService.create_args
 
options - Variable in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
OS_LOGIN_MODULE_NAME - Static variable in class tachyon.security.login.TachyonJaasProperties
Login module according to different OS type
OS_NAME - Static variable in class tachyon.util.OSUtils
The OS name
OS_PRINCIPAL_CLASS_NAME - Static variable in class tachyon.security.login.TachyonJaasProperties
Class name of Principal according to different OS type
OSUtils - Class in tachyon.util
OS related utility functions
outList(String) - Method in class tachyon.collections.PrefixList
 
outputFile - Variable in class tachyon.thrift.JobConfInfo
 
outputFiles - Variable in class tachyon.thrift.LineageInfo
 
outputFiles - Variable in class tachyon.thrift.LineageMasterService.createLineage_args
 

P

Pair<T1,T2> - Class in tachyon.collections
A pair representation defined by two elements (of type First and type Second).
Pair(T1, T2) - Constructor for class tachyon.collections.Pair
Constructs and initializes a Pair specified by the two input elements.
parametersToString(Object...) - Static method in class tachyon.util.FormatUtils
Parses a list of Objects into a String.
parents - Variable in class tachyon.thrift.LineageInfo
 
parse(TachyonURI, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystem
Transform an input string like hdfs://host:port/dir, hdfs://host:port, file:///dir, /dir into a pair of address and path.
parseInetSocketAddress(String) - Static method in class tachyon.util.network.NetworkAddressUtils
Parses InetSocketAddress from a String.
parseSpaceSize(String) - Static method in class tachyon.util.FormatUtils
Parses a String size to Bytes.
path - Variable in class tachyon.thrift.FileInfo
 
path - Variable in class tachyon.thrift.FileSystemMasterService.create_args
 
path - Variable in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
path - Variable in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
path - Variable in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
path - Variable in class tachyon.thrift.RawTableInfo
 
path - Variable in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
path - Variable in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
path - Variable in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
path - Variable in class tachyon.thrift.WorkerService.persistFile_args
 
PathUtils - Class in tachyon.util.io
Utilities related to both Tachyon paths like TachyonURI and local file paths.
PB - Static variable in class tachyon.Constants
 
periodicHeartbeat() - Method in class tachyon.worker.WorkerClient
Called only by WorkerClientHeartbeatExecutor, encapsulates WorkerClient.sessionHeartbeat() in order to cancel and cleanup the heartbeating thread in case of failures
persisted - Variable in class tachyon.thrift.CreateTOptions
 
persisted - Variable in class tachyon.thrift.MkdirTOptions
 
persistedFiles - Variable in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
persistFile(long, long, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
persistFile(long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
persistFile(long, long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
persistFile(long, long) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
persistFile(long, long, String, AsyncMethodCallback) - Method in class tachyon.thrift.WorkerService.AsyncClient
 
persistFile(long, long, String, AsyncMethodCallback) - Method in interface tachyon.thrift.WorkerService.AsyncIface
 
persistFile(long, long, String) - Method in class tachyon.thrift.WorkerService.Client
 
persistFile(long, long, String) - Method in interface tachyon.thrift.WorkerService.Iface
 
persistFile(long, long, String) - Method in class tachyon.worker.WorkerClient
Notifies the worker that a file has been persisted in a temporary UFS location.
pinned - Variable in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
PlainSaslServer - Class in tachyon.security.authentication
This class provides PLAIN SASL authentication.
PlainSaslServer.AuthorizedClientUser - Class in tachyon.security.authentication
An instance of this class represents a client user connecting to Tachyon service.
PlainSaslServer.AuthorizedClientUser() - Constructor for class tachyon.security.authentication.PlainSaslServer.AuthorizedClientUser
 
PlainSaslServer.PlainServerCallbackHandler - Class in tachyon.security.authentication
PlainServerCallbackHandler is used by the SASL mechanisms to get further information to complete the authentication.
PlainSaslServer.PlainServerCallbackHandler(AuthenticationProvider) - Constructor for class tachyon.security.authentication.PlainSaslServer.PlainServerCallbackHandler
 
PlainSaslServerProvider - Class in tachyon.security.authentication
The Java SunSASL provider supports CRAM-MD5, DIGEST-MD5 and GSSAPI mechanisms on the server side.
PlainSaslServerProvider() - Constructor for class tachyon.security.authentication.PlainSaslServerProvider
 
PlainSaslServerProvider.PlainSaslServerFactory - Class in tachyon.security.authentication
This class is used to create an instances of PlainSaslServer.
PlainSaslServerProvider.PlainSaslServerFactory() - Constructor for class tachyon.security.authentication.PlainSaslServerProvider.PlainSaslServerFactory
 
PlainSaslUtils - Class in tachyon.security.authentication
Because the Java SunSASL provider doesn't support the server-side PLAIN mechanism.
PlainSaslUtils() - Constructor for class tachyon.security.authentication.PlainSaslUtils
 
PlainSaslUtils.PlainClientCallbackHandler - Class in tachyon.security.authentication
A client side callback to put application provided username/password into SASL transport.
PlainSaslUtils.PlainClientCallbackHandler(String, String) - Constructor for class tachyon.security.authentication.PlainSaslUtils.PlainClientCallbackHandler
 
PrefixList - Class in tachyon.collections
Prefix list is used by PinList and WhiteList to do file filtering.
PrefixList(List<String>) - Constructor for class tachyon.collections.PrefixList
 
PrefixList(String, String) - Constructor for class tachyon.collections.PrefixList
 
PROCESSOR_BIT - Static variable in class tachyon.util.OSUtils
The processor bit
promoteBlock(long, AsyncMethodCallback) - Method in class tachyon.thrift.WorkerService.AsyncClient
 
promoteBlock(long, AsyncMethodCallback) - Method in interface tachyon.thrift.WorkerService.AsyncIface
 
promoteBlock(long) - Method in class tachyon.thrift.WorkerService.Client
 
promoteBlock(long) - Method in interface tachyon.thrift.WorkerService.Iface
Used to promote block on under storage layer to top storage layer when there are more than one storage layers in Tachyon's space.
promoteBlock(long) - Method in class tachyon.worker.WorkerClient
Promotes block back to the top StorageTier
PROVIDER_NAME - Static variable in class tachyon.security.authentication.PlainSaslServerProvider
 
PROVIDER_VERSION - Static variable in class tachyon.security.authentication.PlainSaslServerProvider
 
providesStorage() - Method in class tachyon.underfs.UnderFileSystem
Checks whether the underFS provides storage
PublicApi - Annotation Type in tachyon.annotation
A public API annotation for annotating classes and interfaces that are externally facing.
putIntByteBuffer(ByteBuffer, int) - Static method in class tachyon.util.io.BufferUtils
Puts a byte (the first byte of an integer) into a ByteBuffer.
putToAddedBlocksOnTiers(long, List<Long>) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
putToCurrentBlocksOnTiers(long, List<Long>) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 

R

RAW_TABLE_MASTER_SERVICE_NAME - Static variable in class tachyon.Constants
 
RawTableInfo - Class in tachyon.thrift
 
RawTableInfo() - Constructor for class tachyon.thrift.RawTableInfo
 
RawTableInfo(long, String, String, int, ByteBuffer) - Constructor for class tachyon.thrift.RawTableInfo
 
RawTableInfo(RawTableInfo) - Constructor for class tachyon.thrift.RawTableInfo
Performs a deep copy on other.
RawTableInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RawTableMasterService - Class in tachyon.thrift
 
RawTableMasterService() - Constructor for class tachyon.thrift.RawTableMasterService
 
RawTableMasterService.AsyncClient - Class in tachyon.thrift
 
RawTableMasterService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.RawTableMasterService.AsyncClient
 
RawTableMasterService.AsyncClient.createRawTable_call - Class in tachyon.thrift
 
RawTableMasterService.AsyncClient.createRawTable_call(String, int, ByteBuffer, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.RawTableMasterService.AsyncClient.createRawTable_call
 
RawTableMasterService.AsyncClient.Factory - Class in tachyon.thrift
 
RawTableMasterService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.RawTableMasterService.AsyncClient.Factory
 
RawTableMasterService.AsyncClient.getClientRawTableInfoById_call - Class in tachyon.thrift
 
RawTableMasterService.AsyncClient.getClientRawTableInfoById_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.RawTableMasterService.AsyncClient.getClientRawTableInfoById_call
 
RawTableMasterService.AsyncClient.getClientRawTableInfoByPath_call - Class in tachyon.thrift
 
RawTableMasterService.AsyncClient.getClientRawTableInfoByPath_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.RawTableMasterService.AsyncClient.getClientRawTableInfoByPath_call
 
RawTableMasterService.AsyncClient.getRawTableId_call - Class in tachyon.thrift
 
RawTableMasterService.AsyncClient.getRawTableId_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.RawTableMasterService.AsyncClient.getRawTableId_call
 
RawTableMasterService.AsyncClient.updateRawTableMetadata_call - Class in tachyon.thrift
 
RawTableMasterService.AsyncClient.updateRawTableMetadata_call(long, ByteBuffer, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.RawTableMasterService.AsyncClient.updateRawTableMetadata_call
 
RawTableMasterService.AsyncIface - Interface in tachyon.thrift
 
RawTableMasterService.AsyncProcessor<I extends RawTableMasterService.AsyncIface> - Class in tachyon.thrift
 
RawTableMasterService.AsyncProcessor(I) - Constructor for class tachyon.thrift.RawTableMasterService.AsyncProcessor
 
RawTableMasterService.AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.RawTableMasterService.AsyncProcessor
 
RawTableMasterService.AsyncProcessor.createRawTable<I extends RawTableMasterService.AsyncIface> - Class in tachyon.thrift
 
RawTableMasterService.AsyncProcessor.createRawTable() - Constructor for class tachyon.thrift.RawTableMasterService.AsyncProcessor.createRawTable
 
RawTableMasterService.AsyncProcessor.getClientRawTableInfoById<I extends RawTableMasterService.AsyncIface> - Class in tachyon.thrift
 
RawTableMasterService.AsyncProcessor.getClientRawTableInfoById() - Constructor for class tachyon.thrift.RawTableMasterService.AsyncProcessor.getClientRawTableInfoById
 
RawTableMasterService.AsyncProcessor.getClientRawTableInfoByPath<I extends RawTableMasterService.AsyncIface> - Class in tachyon.thrift
 
RawTableMasterService.AsyncProcessor.getClientRawTableInfoByPath() - Constructor for class tachyon.thrift.RawTableMasterService.AsyncProcessor.getClientRawTableInfoByPath
 
RawTableMasterService.AsyncProcessor.getRawTableId<I extends RawTableMasterService.AsyncIface> - Class in tachyon.thrift
 
RawTableMasterService.AsyncProcessor.getRawTableId() - Constructor for class tachyon.thrift.RawTableMasterService.AsyncProcessor.getRawTableId
 
RawTableMasterService.AsyncProcessor.updateRawTableMetadata<I extends RawTableMasterService.AsyncIface> - Class in tachyon.thrift
 
RawTableMasterService.AsyncProcessor.updateRawTableMetadata() - Constructor for class tachyon.thrift.RawTableMasterService.AsyncProcessor.updateRawTableMetadata
 
RawTableMasterService.Client - Class in tachyon.thrift
 
RawTableMasterService.Client(TProtocol) - Constructor for class tachyon.thrift.RawTableMasterService.Client
 
RawTableMasterService.Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.RawTableMasterService.Client
 
RawTableMasterService.Client.Factory - Class in tachyon.thrift
 
RawTableMasterService.Client.Factory() - Constructor for class tachyon.thrift.RawTableMasterService.Client.Factory
 
RawTableMasterService.createRawTable_args - Class in tachyon.thrift
 
RawTableMasterService.createRawTable_args() - Constructor for class tachyon.thrift.RawTableMasterService.createRawTable_args
 
RawTableMasterService.createRawTable_args(String, int, ByteBuffer) - Constructor for class tachyon.thrift.RawTableMasterService.createRawTable_args
 
RawTableMasterService.createRawTable_args(RawTableMasterService.createRawTable_args) - Constructor for class tachyon.thrift.RawTableMasterService.createRawTable_args
Performs a deep copy on other.
RawTableMasterService.createRawTable_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RawTableMasterService.createRawTable_result - Class in tachyon.thrift
 
RawTableMasterService.createRawTable_result() - Constructor for class tachyon.thrift.RawTableMasterService.createRawTable_result
 
RawTableMasterService.createRawTable_result(long, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.RawTableMasterService.createRawTable_result
 
RawTableMasterService.createRawTable_result(RawTableMasterService.createRawTable_result) - Constructor for class tachyon.thrift.RawTableMasterService.createRawTable_result
Performs a deep copy on other.
RawTableMasterService.createRawTable_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RawTableMasterService.getClientRawTableInfoById_args - Class in tachyon.thrift
 
RawTableMasterService.getClientRawTableInfoById_args() - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
RawTableMasterService.getClientRawTableInfoById_args(long) - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
RawTableMasterService.getClientRawTableInfoById_args(RawTableMasterService.getClientRawTableInfoById_args) - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
Performs a deep copy on other.
RawTableMasterService.getClientRawTableInfoById_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RawTableMasterService.getClientRawTableInfoById_result - Class in tachyon.thrift
 
RawTableMasterService.getClientRawTableInfoById_result() - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
RawTableMasterService.getClientRawTableInfoById_result(RawTableInfo, TachyonTException) - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
RawTableMasterService.getClientRawTableInfoById_result(RawTableMasterService.getClientRawTableInfoById_result) - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
Performs a deep copy on other.
RawTableMasterService.getClientRawTableInfoById_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RawTableMasterService.getClientRawTableInfoByPath_args - Class in tachyon.thrift
 
RawTableMasterService.getClientRawTableInfoByPath_args() - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
RawTableMasterService.getClientRawTableInfoByPath_args(String) - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
RawTableMasterService.getClientRawTableInfoByPath_args(RawTableMasterService.getClientRawTableInfoByPath_args) - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
Performs a deep copy on other.
RawTableMasterService.getClientRawTableInfoByPath_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RawTableMasterService.getClientRawTableInfoByPath_result - Class in tachyon.thrift
 
RawTableMasterService.getClientRawTableInfoByPath_result() - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
RawTableMasterService.getClientRawTableInfoByPath_result(RawTableInfo, TachyonTException) - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
RawTableMasterService.getClientRawTableInfoByPath_result(RawTableMasterService.getClientRawTableInfoByPath_result) - Constructor for class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
Performs a deep copy on other.
RawTableMasterService.getClientRawTableInfoByPath_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RawTableMasterService.getRawTableId_args - Class in tachyon.thrift
 
RawTableMasterService.getRawTableId_args() - Constructor for class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
RawTableMasterService.getRawTableId_args(String) - Constructor for class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
RawTableMasterService.getRawTableId_args(RawTableMasterService.getRawTableId_args) - Constructor for class tachyon.thrift.RawTableMasterService.getRawTableId_args
Performs a deep copy on other.
RawTableMasterService.getRawTableId_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RawTableMasterService.getRawTableId_result - Class in tachyon.thrift
 
RawTableMasterService.getRawTableId_result() - Constructor for class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
RawTableMasterService.getRawTableId_result(long, TachyonTException) - Constructor for class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
RawTableMasterService.getRawTableId_result(RawTableMasterService.getRawTableId_result) - Constructor for class tachyon.thrift.RawTableMasterService.getRawTableId_result
Performs a deep copy on other.
RawTableMasterService.getRawTableId_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RawTableMasterService.Iface - Interface in tachyon.thrift
 
RawTableMasterService.Processor<I extends RawTableMasterService.Iface> - Class in tachyon.thrift
 
RawTableMasterService.Processor(I) - Constructor for class tachyon.thrift.RawTableMasterService.Processor
 
RawTableMasterService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.RawTableMasterService.Processor
 
RawTableMasterService.Processor.createRawTable<I extends RawTableMasterService.Iface> - Class in tachyon.thrift
 
RawTableMasterService.Processor.createRawTable() - Constructor for class tachyon.thrift.RawTableMasterService.Processor.createRawTable
 
RawTableMasterService.Processor.getClientRawTableInfoById<I extends RawTableMasterService.Iface> - Class in tachyon.thrift
 
RawTableMasterService.Processor.getClientRawTableInfoById() - Constructor for class tachyon.thrift.RawTableMasterService.Processor.getClientRawTableInfoById
 
RawTableMasterService.Processor.getClientRawTableInfoByPath<I extends RawTableMasterService.Iface> - Class in tachyon.thrift
 
RawTableMasterService.Processor.getClientRawTableInfoByPath() - Constructor for class tachyon.thrift.RawTableMasterService.Processor.getClientRawTableInfoByPath
 
RawTableMasterService.Processor.getRawTableId<I extends RawTableMasterService.Iface> - Class in tachyon.thrift
 
RawTableMasterService.Processor.getRawTableId() - Constructor for class tachyon.thrift.RawTableMasterService.Processor.getRawTableId
 
RawTableMasterService.Processor.updateRawTableMetadata<I extends RawTableMasterService.Iface> - Class in tachyon.thrift
 
RawTableMasterService.Processor.updateRawTableMetadata() - Constructor for class tachyon.thrift.RawTableMasterService.Processor.updateRawTableMetadata
 
RawTableMasterService.updateRawTableMetadata_args - Class in tachyon.thrift
 
RawTableMasterService.updateRawTableMetadata_args() - Constructor for class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
RawTableMasterService.updateRawTableMetadata_args(long, ByteBuffer) - Constructor for class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
RawTableMasterService.updateRawTableMetadata_args(RawTableMasterService.updateRawTableMetadata_args) - Constructor for class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
Performs a deep copy on other.
RawTableMasterService.updateRawTableMetadata_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RawTableMasterService.updateRawTableMetadata_result - Class in tachyon.thrift
 
RawTableMasterService.updateRawTableMetadata_result() - Constructor for class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
RawTableMasterService.updateRawTableMetadata_result(TachyonTException) - Constructor for class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
RawTableMasterService.updateRawTableMetadata_result(RawTableMasterService.updateRawTableMetadata_result) - Constructor for class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
Performs a deep copy on other.
RawTableMasterService.updateRawTableMetadata_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
read(TProtocol) - Method in class tachyon.thrift.BlockInfo
 
read(TProtocol) - Method in class tachyon.thrift.BlockLocation
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
read(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
read(TProtocol) - Method in class tachyon.thrift.CheckpointFile
 
read(TProtocol) - Method in class tachyon.thrift.Command
 
read(TProtocol) - Method in class tachyon.thrift.CommandLineJobInfo
 
read(TProtocol) - Method in class tachyon.thrift.CreateTOptions
 
read(TProtocol) - Method in class tachyon.thrift.DependencyInfo
 
read(TProtocol) - Method in class tachyon.thrift.FileBlockInfo
 
read(TProtocol) - Method in class tachyon.thrift.FileInfo
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
read(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
read(TProtocol) - Method in class tachyon.thrift.JobConfInfo
 
read(TProtocol) - Method in class tachyon.thrift.LineageCommand
 
read(TProtocol) - Method in class tachyon.thrift.LineageFileInfo
 
read(TProtocol) - Method in class tachyon.thrift.LineageInfo
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
read(TProtocol) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
read(TProtocol) - Method in class tachyon.thrift.MkdirTOptions
 
read(TProtocol) - Method in class tachyon.thrift.NetAddress
 
read(TProtocol) - Method in class tachyon.thrift.RawTableInfo
 
read(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
read(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
read(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
read(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
read(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
read(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
read(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
read(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
read(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
read(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
read(TProtocol) - Method in exception tachyon.thrift.TachyonTException
 
read(TProtocol) - Method in exception tachyon.thrift.ThriftIOException
 
read(TProtocol) - Method in class tachyon.thrift.WorkerInfo
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.persistFile_result
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
read(TProtocol) - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
receiveAccess(Object) - Method in interface tachyon.test.Tester
 
recursive - Variable in class tachyon.thrift.CreateTOptions
 
recursive - Variable in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
recursive - Variable in class tachyon.thrift.FileSystemMasterService.free_args
 
recursive - Variable in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
recursive - Variable in class tachyon.thrift.MkdirTOptions
 
recv(SocketChannel) - Method in class tachyon.worker.DataServerMessage
Use this message to receive from the specified socket channel.
recv_accessBlock() - Method in class tachyon.thrift.WorkerService.Client
 
recv_asyncCheckpoint() - Method in class tachyon.thrift.WorkerService.Client
 
recv_asyncCompleteFile() - Method in class tachyon.thrift.LineageMasterService.Client
 
recv_cacheBlock() - Method in class tachyon.thrift.WorkerService.Client
 
recv_cancelBlock() - Method in class tachyon.thrift.WorkerService.Client
 
recv_completeFile() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_create() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_createLineage() - Method in class tachyon.thrift.LineageMasterService.Client
 
recv_createRawTable() - Method in class tachyon.thrift.RawTableMasterService.Client
 
recv_deleteFile() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_deleteLineage() - Method in class tachyon.thrift.LineageMasterService.Client
 
recv_free() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_getBlockInfo() - Method in class tachyon.thrift.BlockMasterService.Client
 
recv_getCapacityBytes() - Method in class tachyon.thrift.BlockMasterService.Client
 
recv_getClientRawTableInfoById() - Method in class tachyon.thrift.RawTableMasterService.Client
 
recv_getClientRawTableInfoByPath() - Method in class tachyon.thrift.RawTableMasterService.Client
 
recv_getFileBlockInfo() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_getFileBlockInfoList() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_getFileId() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_getFileInfo() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_getFileInfoList() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_getLineageInfoList() - Method in class tachyon.thrift.LineageMasterService.Client
 
recv_getNewBlockIdForFile() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_getRawTableId() - Method in class tachyon.thrift.RawTableMasterService.Client
 
recv_getUfsAddress() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_getUsedBytes() - Method in class tachyon.thrift.BlockMasterService.Client
 
recv_getWorkerInfoList() - Method in class tachyon.thrift.BlockMasterService.Client
 
recv_loadMetadata() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_lockBlock() - Method in class tachyon.thrift.WorkerService.Client
 
recv_mkdir() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_mount() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_persistFile() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_persistFile() - Method in class tachyon.thrift.WorkerService.Client
 
recv_promoteBlock() - Method in class tachyon.thrift.WorkerService.Client
 
recv_reinitializeFile() - Method in class tachyon.thrift.LineageMasterService.Client
 
recv_renameFile() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_reportLostFile() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_requestBlockLocation() - Method in class tachyon.thrift.WorkerService.Client
 
recv_requestSpace() - Method in class tachyon.thrift.WorkerService.Client
 
recv_sessionHeartbeat() - Method in class tachyon.thrift.WorkerService.Client
 
recv_setPinned() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_unlockBlock() - Method in class tachyon.thrift.WorkerService.Client
 
recv_unmount() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_updateRawTableMetadata() - Method in class tachyon.thrift.RawTableMasterService.Client
 
recv_workerCommitBlock() - Method in class tachyon.thrift.BlockMasterService.Client
 
recv_workerGetPinIdList() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
recv_workerGetWorkerId() - Method in class tachyon.thrift.BlockMasterService.Client
 
recv_workerHeartbeat() - Method in class tachyon.thrift.BlockMasterService.Client
 
recv_workerLineageHeartbeat() - Method in class tachyon.thrift.LineageMasterService.Client
 
recv_workerRegister() - Method in class tachyon.thrift.BlockMasterService.Client
 
register(UnderFileSystemFactory) - Static method in class tachyon.underfs.UnderFileSystemRegistry
Registers a new factory
reinitializeFile(String, long, long, AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterService.AsyncClient
 
reinitializeFile(String, long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterService.AsyncIface
 
reinitializeFile(String, long, long) - Method in class tachyon.thrift.LineageMasterService.Client
 
reinitializeFile(String, long, long) - Method in interface tachyon.thrift.LineageMasterService.Iface
 
release() - Method in interface tachyon.network.protocol.databuffer.DataBuffer
Release the underlying buffer of this DataBuffer if no longer needed.
release() - Method in class tachyon.network.protocol.databuffer.DataByteArrayChannel
 
release() - Method in class tachyon.network.protocol.databuffer.DataByteBuffer
 
release() - Method in class tachyon.network.protocol.databuffer.DataFileChannel
 
release() - Method in class tachyon.network.protocol.databuffer.DataNettyBuffer
Release the Netty ByteBuf.
release(T) - Method in class tachyon.resource.ResourcePool
Releases an object of type T, this must be called after the thread is done using a resource obtained by acquire.
remove(T) - Method in class tachyon.collections.IndexedSet
Removes an object from the set.
remove() - Static method in class tachyon.security.authentication.PlainSaslServer.AuthorizedClientUser
Removes the User from the ThreadLocal variable.
removeByField(IndexedSet.FieldIndex<T>, Object) - Method in class tachyon.collections.IndexedSet
Removes the subset of objects with the specified field value.
removeChild(DirectedAcyclicGraphNode<T>) - Method in class tachyon.collections.DirectedAcyclicGraphNode
 
removedBlockIds - Variable in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
removeTimer(ScheduledTimer) - Static method in class tachyon.heartbeat.HeartbeatScheduler
 
rename(String, String) - Method in class tachyon.underfs.UnderFileSystem
Renames a file or folder from src to dst in under file system
renameFile(long, String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
renameFile(long, String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
renameFile(long, String) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
renameFile(long, String) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
replaceHostName(TachyonURI) - Static method in class tachyon.util.network.NetworkAddressUtils
Replaces and resolves the hostname in a given address or path string.
reportLostFile(long, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
reportLostFile(long, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
reportLostFile(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
reportLostFile(long) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
requestBlockLocation(long, long, long, AsyncMethodCallback) - Method in class tachyon.thrift.WorkerService.AsyncClient
 
requestBlockLocation(long, long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.WorkerService.AsyncIface
 
requestBlockLocation(long, long, long) - Method in class tachyon.thrift.WorkerService.Client
 
requestBlockLocation(long, long, long) - Method in interface tachyon.thrift.WorkerService.Iface
Used to allocate location and space for a new coming block, worker will choose the appropriate storage directory which fits the initial block size by some allocation strategy, and the temporary file path of the block file will be returned.
requestBlockLocation(long, long) - Method in class tachyon.worker.WorkerClient
Gets temporary path for the block from the worker
requestBytes - Variable in class tachyon.thrift.WorkerService.requestSpace_args
 
requestSpace(long, long, long, AsyncMethodCallback) - Method in class tachyon.thrift.WorkerService.AsyncClient
 
requestSpace(long, long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.WorkerService.AsyncIface
 
requestSpace(long, long, long) - Method in class tachyon.thrift.WorkerService.Client
 
requestSpace(long, long, long) - Method in interface tachyon.thrift.WorkerService.Iface
Used to request space for some block file.
requestSpace(long, long) - Method in class tachyon.worker.WorkerClient
Requests space for some block from worker
reset() - Static method in class tachyon.underfs.UnderFileSystemRegistry
Resets the registry to its default state
resetConnection() - Method in class tachyon.ClientBase
Closes the connection, then query and set current remote address.
resolveHostName(String) - Static method in class tachyon.util.network.NetworkAddressUtils
Resolves a given hostname by a canonical hostname.
ResourcePool<T> - Class in tachyon.resource
Class representing a pool of resources to be temporarily used and returned.
ResourcePool(int) - Constructor for class tachyon.resource.ResourcePool
Creates a ResourcePool instance with the specified capacity.
ResourcePool(int, BlockingQueue<T>) - Constructor for class tachyon.resource.ResourcePool
Internal constructor that can provide an object to be used for the internal queue.
RetryPolicy - Interface in tachyon.retry
Attempts to retry code from a do/while loop.
RPC_MAX_NUM_RETRY - Static variable in class tachyon.ClientBase
The number of times to retry a particular RPC.
RPCBlockReadRequest - Class in tachyon.network.protocol
This represents an RPC request to read a block from a DataServer.
RPCBlockReadRequest(long, long, long) - Constructor for class tachyon.network.protocol.RPCBlockReadRequest
 
RPCBlockReadResponse - Class in tachyon.network.protocol
This represents the response of a RPCBlockReadRequest.
RPCBlockReadResponse(long, long, long, DataBuffer, RPCResponse.Status) - Constructor for class tachyon.network.protocol.RPCBlockReadResponse
 
RPCBlockWriteRequest - Class in tachyon.network.protocol
This represents the request to write a block to a DataServer.
RPCBlockWriteRequest(long, long, long, long, DataBuffer) - Constructor for class tachyon.network.protocol.RPCBlockWriteRequest
 
RPCBlockWriteResponse - Class in tachyon.network.protocol
This represents the response to a RPCBlockWriteRequest.
RPCBlockWriteResponse(long, long, long, long, RPCResponse.Status) - Constructor for class tachyon.network.protocol.RPCBlockWriteResponse
 
RPCErrorResponse - Class in tachyon.network.protocol
This represents a simple RPC response, containing an error.
RPCErrorResponse(RPCResponse.Status) - Constructor for class tachyon.network.protocol.RPCErrorResponse
 
RPCMessage - Class in tachyon.network.protocol
 
RPCMessage() - Constructor for class tachyon.network.protocol.RPCMessage
 
RPCMessage.Type - Enum in tachyon.network.protocol
 
RPCMessageDecoder - Class in tachyon.network.protocol
Simple Netty decoder which converts the input ByteBuf into an RPCMessage.
RPCMessageDecoder() - Constructor for class tachyon.network.protocol.RPCMessageDecoder
 
RPCMessageEncoder - Class in tachyon.network.protocol
Simple Netty encoder for RPCMessages.
RPCMessageEncoder() - Constructor for class tachyon.network.protocol.RPCMessageEncoder
 
rpcPort - Variable in class tachyon.thrift.NetAddress
 
RPCRequest - Class in tachyon.network.protocol
 
RPCRequest() - Constructor for class tachyon.network.protocol.RPCRequest
 
RPCResponse - Class in tachyon.network.protocol
 
RPCResponse() - Constructor for class tachyon.network.protocol.RPCResponse
 
RPCResponse.Status - Enum in tachyon.network.protocol
 
run() - Method in class tachyon.heartbeat.HeartbeatThread
 
run() - Method in class tachyon.job.CommandLineJob
 
run() - Method in class tachyon.job.Job
Runs the job.

S

S3_ACCESS_KEY - Static variable in class tachyon.Constants
 
S3_SECRET_KEY - Static variable in class tachyon.Constants
 
schedule(String) - Static method in class tachyon.heartbeat.HeartbeatScheduler
Schedules execution of a heartbeat for the given thread.
schedule() - Method in class tachyon.heartbeat.ScheduledTimer
Schedules execution of the heartbeat.
SCHEDULED_TIMER_CLASS - Static variable in class tachyon.heartbeat.HeartbeatContext
 
ScheduledTimer - Class in tachyon.heartbeat
This class can be used for controlling when a heartbeat executes.
ScheduledTimer(String, long) - Constructor for class tachyon.heartbeat.ScheduledTimer
Creates a new instance of ScheduledTimer.
SCHEME - Static variable in class tachyon.Constants
 
SCHEME_FT - Static variable in class tachyon.Constants
 
SECOND_MS - Static variable in class tachyon.Constants
 
SECURITY_AUTHENTICATION_CUSTOM_PROVIDER - Static variable in class tachyon.Constants
 
SECURITY_AUTHENTICATION_TYPE - Static variable in class tachyon.Constants
 
SECURITY_LOGIN_USERNAME - Static variable in class tachyon.Constants
Security
send(SocketChannel) - Method in class tachyon.worker.DataServerMessage
Sends this message to the specified socket channel.
send_accessBlock(long) - Method in class tachyon.thrift.WorkerService.Client
 
send_asyncCheckpoint(long) - Method in class tachyon.thrift.WorkerService.Client
 
send_asyncCompleteFile(long) - Method in class tachyon.thrift.LineageMasterService.Client
 
send_cacheBlock(long, long) - Method in class tachyon.thrift.WorkerService.Client
 
send_cancelBlock(long, long) - Method in class tachyon.thrift.WorkerService.Client
 
send_completeFile(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_create(String, CreateTOptions) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_createLineage(List<String>, List<String>, CommandLineJobInfo) - Method in class tachyon.thrift.LineageMasterService.Client
 
send_createRawTable(String, int, ByteBuffer) - Method in class tachyon.thrift.RawTableMasterService.Client
 
send_deleteFile(long, boolean) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_deleteLineage(long, boolean) - Method in class tachyon.thrift.LineageMasterService.Client
 
send_free(long, boolean) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_getBlockInfo(long) - Method in class tachyon.thrift.BlockMasterService.Client
 
send_getCapacityBytes() - Method in class tachyon.thrift.BlockMasterService.Client
 
send_getClientRawTableInfoById(long) - Method in class tachyon.thrift.RawTableMasterService.Client
 
send_getClientRawTableInfoByPath(String) - Method in class tachyon.thrift.RawTableMasterService.Client
 
send_getFileBlockInfo(long, int) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_getFileBlockInfoList(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_getFileId(String) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_getFileInfo(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_getFileInfoList(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_getLineageInfoList() - Method in class tachyon.thrift.LineageMasterService.Client
 
send_getNewBlockIdForFile(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_getRawTableId(String) - Method in class tachyon.thrift.RawTableMasterService.Client
 
send_getUfsAddress() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_getUsedBytes() - Method in class tachyon.thrift.BlockMasterService.Client
 
send_getWorkerInfoList() - Method in class tachyon.thrift.BlockMasterService.Client
 
send_loadMetadata(String, boolean) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_lockBlock(long, long) - Method in class tachyon.thrift.WorkerService.Client
 
send_mkdir(String, MkdirTOptions) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_mount(String, String) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_persistFile(long, long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_persistFile(long, long, String) - Method in class tachyon.thrift.WorkerService.Client
 
send_promoteBlock(long) - Method in class tachyon.thrift.WorkerService.Client
 
send_reinitializeFile(String, long, long) - Method in class tachyon.thrift.LineageMasterService.Client
 
send_renameFile(long, String) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_reportLostFile(long) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_requestBlockLocation(long, long, long) - Method in class tachyon.thrift.WorkerService.Client
 
send_requestSpace(long, long, long) - Method in class tachyon.thrift.WorkerService.Client
 
send_sessionHeartbeat(long, List<Long>) - Method in class tachyon.thrift.WorkerService.Client
 
send_setPinned(long, boolean) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_unlockBlock(long, long) - Method in class tachyon.thrift.WorkerService.Client
 
send_unmount(String) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_updateRawTableMetadata(long, ByteBuffer) - Method in class tachyon.thrift.RawTableMasterService.Client
 
send_workerCommitBlock(long, long, int, long, long) - Method in class tachyon.thrift.BlockMasterService.Client
 
send_workerGetPinIdList() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
send_workerGetWorkerId(NetAddress) - Method in class tachyon.thrift.BlockMasterService.Client
 
send_workerHeartbeat(long, List<Long>, List<Long>, Map<Long, List<Long>>) - Method in class tachyon.thrift.BlockMasterService.Client
 
send_workerLineageHeartbeat(long, List<Long>) - Method in class tachyon.thrift.LineageMasterService.Client
 
send_workerRegister(long, List<Long>, List<Long>, Map<Long, List<Long>>) - Method in class tachyon.thrift.BlockMasterService.Client
 
SEPARATOR - Static variable in class tachyon.TachyonURI
 
sessionHeartbeat(long, List<Long>, AsyncMethodCallback) - Method in class tachyon.thrift.WorkerService.AsyncClient
 
sessionHeartbeat(long, List<Long>, AsyncMethodCallback) - Method in interface tachyon.thrift.WorkerService.AsyncIface
 
sessionHeartbeat(long, List<Long>) - Method in class tachyon.thrift.WorkerService.Client
 
sessionHeartbeat(long, List<Long>) - Method in interface tachyon.thrift.WorkerService.Iface
Local session send heartbeat to local worker to keep its temporary folder.
sessionHeartbeat() - Method in class tachyon.worker.WorkerClient
Sends a session heartbeat to the worker.
sessionId - Variable in class tachyon.thrift.WorkerService.cacheBlock_args
 
sessionId - Variable in class tachyon.thrift.WorkerService.cancelBlock_args
 
sessionId - Variable in class tachyon.thrift.WorkerService.lockBlock_args
 
sessionId - Variable in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
sessionId - Variable in class tachyon.thrift.WorkerService.requestSpace_args
 
sessionId - Variable in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
sessionId - Variable in class tachyon.thrift.WorkerService.unlockBlock_args
 
set(String, String) - Method in class tachyon.conf.TachyonConf
 
set(String) - Static method in class tachyon.security.authentication.PlainSaslServer.AuthorizedClientUser
Creates a User and sets it to the ThreadLocal variable.
setAddedBlocksOnTiers(Map<Long, List<Long>>) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
setAddedBlocksOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
setAddress(NetAddress) - Method in class tachyon.thrift.WorkerInfo
 
setAddressIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setBlockId(long) - Method in class tachyon.thrift.BlockInfo
 
setBlockId(long) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
setBlockId(long) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
setBlockId(long) - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
setBlockId(long) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
setBlockId(long) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
setBlockId(long) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
setBlockId(long) - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
setBlockId(long) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
setBlockId(long) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
setBlockId(long) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockInfo
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
setBlockIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
setBlockIds(List<Long>) - Method in class tachyon.thrift.CheckpointFile
 
setBlockIds(List<Long>) - Method in class tachyon.thrift.FileInfo
 
setBlockIdsIsSet(boolean) - Method in class tachyon.thrift.CheckpointFile
 
setBlockIdsIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setBlockInfo(BlockInfo) - Method in class tachyon.thrift.FileBlockInfo
 
setBlockInfoIsSet(boolean) - Method in class tachyon.thrift.FileBlockInfo
 
setBlockSizeBytes(long) - Method in class tachyon.thrift.CreateTOptions
 
setBlockSizeBytes(long) - Method in class tachyon.thrift.FileInfo
 
setBlockSizeBytes(long) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
setBlockSizeBytesIsSet(boolean) - Method in class tachyon.thrift.CreateTOptions
 
setBlockSizeBytesIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setBlockSizeBytesIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
setCapacityBytes(long) - Method in class tachyon.thrift.WorkerInfo
 
setCapacityBytesIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setCascade(boolean) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
setCascadeIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
setCheckpointFiles(List<CheckpointFile>) - Method in class tachyon.thrift.LineageCommand
 
setCheckpointFilesIsSet(boolean) - Method in class tachyon.thrift.LineageCommand
 
setChildren(List<Long>) - Method in class tachyon.thrift.LineageInfo
 
setChildrenIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setColumns(int) - Method in class tachyon.thrift.RawTableInfo
 
setColumns(int) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
setColumnsIsSet(boolean) - Method in class tachyon.thrift.RawTableInfo
 
setColumnsIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
setCommand(String) - Method in class tachyon.thrift.CommandLineJobInfo
 
setCommandIsSet(boolean) - Method in class tachyon.thrift.CommandLineJobInfo
 
setCommandType(CommandType) - Method in class tachyon.thrift.Command
 
setCommandType(CommandType) - Method in class tachyon.thrift.LineageCommand
 
setCommandTypeIsSet(boolean) - Method in class tachyon.thrift.Command
 
setCommandTypeIsSet(boolean) - Method in class tachyon.thrift.LineageCommand
 
setConf(JobConfInfo) - Method in class tachyon.thrift.CommandLineJobInfo
 
setConf(Object) - Method in class tachyon.underfs.UnderFileSystem
Sets the configuration object for UnderFileSystem.
setConfIsSet(boolean) - Method in class tachyon.thrift.CommandLineJobInfo
 
setCreationTimeMs(long) - Method in class tachyon.thrift.FileInfo
 
setCreationTimeMs(long) - Method in class tachyon.thrift.LineageInfo
 
setCreationTimeMsIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setCreationTimeMsIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setCurrentBlocksOnTiers(Map<Long, List<Long>>) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
setCurrentBlocksOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
setCurrentMasterThread(Thread) - Method in class tachyon.LeaderSelectorClient
Set the current master thread.
setData(List<Long>) - Method in class tachyon.thrift.Command
 
setDataIsSet(boolean) - Method in class tachyon.thrift.Command
 
setDataPort(int) - Method in class tachyon.thrift.NetAddress
 
setDataPortIsSet(boolean) - Method in class tachyon.thrift.NetAddress
 
setDstPath(String) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
setDstPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
setE(TachyonTException) - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
setE(TachyonTException) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
setE(TachyonTException) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
setE(TachyonTException) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
setE(TachyonTException) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
setE(TachyonTException) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
setE(TachyonTException) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
setE(TachyonTException) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
setE(TachyonTException) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
setE(TachyonTException) - Method in class tachyon.thrift.WorkerService.persistFile_result
 
setE(TachyonTException) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
setE(TachyonTException) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
setE(TachyonTException) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.WorkerService.persistFile_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
setEIsSet(boolean) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
setFieldValue(BlockInfo._Fields, Object) - Method in class tachyon.thrift.BlockInfo
 
setFieldValue(BlockLocation._Fields, Object) - Method in class tachyon.thrift.BlockLocation
 
setFieldValue(BlockMasterService.getBlockInfo_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
setFieldValue(BlockMasterService.getBlockInfo_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
setFieldValue(BlockMasterService.getCapacityBytes_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
setFieldValue(BlockMasterService.getCapacityBytes_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
setFieldValue(BlockMasterService.getUsedBytes_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
setFieldValue(BlockMasterService.getUsedBytes_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
setFieldValue(BlockMasterService.getWorkerInfoList_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
setFieldValue(BlockMasterService.getWorkerInfoList_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
setFieldValue(BlockMasterService.workerCommitBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
setFieldValue(BlockMasterService.workerCommitBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
setFieldValue(BlockMasterService.workerGetWorkerId_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
setFieldValue(BlockMasterService.workerGetWorkerId_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
setFieldValue(BlockMasterService.workerHeartbeat_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
setFieldValue(BlockMasterService.workerHeartbeat_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
setFieldValue(BlockMasterService.workerRegister_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
setFieldValue(BlockMasterService.workerRegister_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
setFieldValue(CheckpointFile._Fields, Object) - Method in class tachyon.thrift.CheckpointFile
 
setFieldValue(Command._Fields, Object) - Method in class tachyon.thrift.Command
 
setFieldValue(CommandLineJobInfo._Fields, Object) - Method in class tachyon.thrift.CommandLineJobInfo
 
setFieldValue(CreateTOptions._Fields, Object) - Method in class tachyon.thrift.CreateTOptions
 
setFieldValue(DependencyInfo._Fields, Object) - Method in class tachyon.thrift.DependencyInfo
 
setFieldValue(FileBlockInfo._Fields, Object) - Method in class tachyon.thrift.FileBlockInfo
 
setFieldValue(FileInfo._Fields, Object) - Method in class tachyon.thrift.FileInfo
 
setFieldValue(FileSystemMasterService.completeFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
setFieldValue(FileSystemMasterService.completeFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
setFieldValue(FileSystemMasterService.create_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
setFieldValue(FileSystemMasterService.create_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
setFieldValue(FileSystemMasterService.deleteFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
setFieldValue(FileSystemMasterService.deleteFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
setFieldValue(FileSystemMasterService.free_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
setFieldValue(FileSystemMasterService.free_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
setFieldValue(FileSystemMasterService.getFileBlockInfo_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
setFieldValue(FileSystemMasterService.getFileBlockInfo_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
setFieldValue(FileSystemMasterService.getFileBlockInfoList_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
setFieldValue(FileSystemMasterService.getFileBlockInfoList_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
setFieldValue(FileSystemMasterService.getFileId_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
setFieldValue(FileSystemMasterService.getFileId_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
setFieldValue(FileSystemMasterService.getFileInfo_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
setFieldValue(FileSystemMasterService.getFileInfo_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
setFieldValue(FileSystemMasterService.getFileInfoList_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
setFieldValue(FileSystemMasterService.getFileInfoList_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
setFieldValue(FileSystemMasterService.getNewBlockIdForFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
setFieldValue(FileSystemMasterService.getNewBlockIdForFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
setFieldValue(FileSystemMasterService.getUfsAddress_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
setFieldValue(FileSystemMasterService.getUfsAddress_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
setFieldValue(FileSystemMasterService.loadMetadata_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
setFieldValue(FileSystemMasterService.loadMetadata_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
setFieldValue(FileSystemMasterService.mkdir_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
setFieldValue(FileSystemMasterService.mkdir_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
setFieldValue(FileSystemMasterService.mount_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
setFieldValue(FileSystemMasterService.mount_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
setFieldValue(FileSystemMasterService.persistFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
setFieldValue(FileSystemMasterService.persistFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
setFieldValue(FileSystemMasterService.renameFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
setFieldValue(FileSystemMasterService.renameFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
setFieldValue(FileSystemMasterService.reportLostFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
setFieldValue(FileSystemMasterService.reportLostFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
setFieldValue(FileSystemMasterService.setPinned_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
setFieldValue(FileSystemMasterService.setPinned_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
setFieldValue(FileSystemMasterService.unmount_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
setFieldValue(FileSystemMasterService.unmount_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
setFieldValue(FileSystemMasterService.workerGetPinIdList_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
setFieldValue(FileSystemMasterService.workerGetPinIdList_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
setFieldValue(JobConfInfo._Fields, Object) - Method in class tachyon.thrift.JobConfInfo
 
setFieldValue(LineageCommand._Fields, Object) - Method in class tachyon.thrift.LineageCommand
 
setFieldValue(LineageFileInfo._Fields, Object) - Method in class tachyon.thrift.LineageFileInfo
 
setFieldValue(LineageInfo._Fields, Object) - Method in class tachyon.thrift.LineageInfo
 
setFieldValue(LineageMasterService.asyncCompleteFile_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
setFieldValue(LineageMasterService.asyncCompleteFile_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
setFieldValue(LineageMasterService.createLineage_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
setFieldValue(LineageMasterService.createLineage_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
setFieldValue(LineageMasterService.deleteLineage_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
setFieldValue(LineageMasterService.deleteLineage_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
setFieldValue(LineageMasterService.getLineageInfoList_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
setFieldValue(LineageMasterService.getLineageInfoList_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
setFieldValue(LineageMasterService.reinitializeFile_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
setFieldValue(LineageMasterService.reinitializeFile_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
setFieldValue(LineageMasterService.workerLineageHeartbeat_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
setFieldValue(LineageMasterService.workerLineageHeartbeat_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
setFieldValue(MkdirTOptions._Fields, Object) - Method in class tachyon.thrift.MkdirTOptions
 
setFieldValue(NetAddress._Fields, Object) - Method in class tachyon.thrift.NetAddress
 
setFieldValue(RawTableInfo._Fields, Object) - Method in class tachyon.thrift.RawTableInfo
 
setFieldValue(RawTableMasterService.createRawTable_args._Fields, Object) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
setFieldValue(RawTableMasterService.createRawTable_result._Fields, Object) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
setFieldValue(RawTableMasterService.getClientRawTableInfoById_args._Fields, Object) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
setFieldValue(RawTableMasterService.getClientRawTableInfoById_result._Fields, Object) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
setFieldValue(RawTableMasterService.getClientRawTableInfoByPath_args._Fields, Object) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
setFieldValue(RawTableMasterService.getClientRawTableInfoByPath_result._Fields, Object) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
setFieldValue(RawTableMasterService.getRawTableId_args._Fields, Object) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
setFieldValue(RawTableMasterService.getRawTableId_result._Fields, Object) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
setFieldValue(RawTableMasterService.updateRawTableMetadata_args._Fields, Object) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
setFieldValue(RawTableMasterService.updateRawTableMetadata_result._Fields, Object) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
setFieldValue(TachyonTException._Fields, Object) - Method in exception tachyon.thrift.TachyonTException
 
setFieldValue(ThriftIOException._Fields, Object) - Method in exception tachyon.thrift.ThriftIOException
 
setFieldValue(WorkerInfo._Fields, Object) - Method in class tachyon.thrift.WorkerInfo
 
setFieldValue(WorkerService.accessBlock_args._Fields, Object) - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
setFieldValue(WorkerService.accessBlock_result._Fields, Object) - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
setFieldValue(WorkerService.asyncCheckpoint_args._Fields, Object) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
setFieldValue(WorkerService.asyncCheckpoint_result._Fields, Object) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
setFieldValue(WorkerService.cacheBlock_args._Fields, Object) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
setFieldValue(WorkerService.cacheBlock_result._Fields, Object) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
setFieldValue(WorkerService.cancelBlock_args._Fields, Object) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
setFieldValue(WorkerService.cancelBlock_result._Fields, Object) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
setFieldValue(WorkerService.lockBlock_args._Fields, Object) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
setFieldValue(WorkerService.lockBlock_result._Fields, Object) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
setFieldValue(WorkerService.persistFile_args._Fields, Object) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
setFieldValue(WorkerService.persistFile_result._Fields, Object) - Method in class tachyon.thrift.WorkerService.persistFile_result
 
setFieldValue(WorkerService.promoteBlock_args._Fields, Object) - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
setFieldValue(WorkerService.promoteBlock_result._Fields, Object) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
setFieldValue(WorkerService.requestBlockLocation_args._Fields, Object) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
setFieldValue(WorkerService.requestBlockLocation_result._Fields, Object) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
setFieldValue(WorkerService.requestSpace_args._Fields, Object) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
setFieldValue(WorkerService.requestSpace_result._Fields, Object) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
setFieldValue(WorkerService.sessionHeartbeat_args._Fields, Object) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
setFieldValue(WorkerService.sessionHeartbeat_result._Fields, Object) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
setFieldValue(WorkerService.unlockBlock_args._Fields, Object) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
setFieldValue(WorkerService.unlockBlock_result._Fields, Object) - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
setFileBlockIndex(int) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
setFileBlockIndexIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
setFileId(long) - Method in class tachyon.thrift.CheckpointFile
 
setFileId(long) - Method in class tachyon.thrift.FileInfo
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
setFileId(long) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
setFileId(long) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
setFileId(long) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
setFileId(long) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.CheckpointFile
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
setFileIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
setFirst(T1) - Method in class tachyon.collections.Pair
Set the first value.
setHost(String) - Method in class tachyon.thrift.NetAddress
 
setHostIsSet(boolean) - Method in class tachyon.thrift.NetAddress
 
setId(long) - Method in class tachyon.thrift.LineageFileInfo
 
setId(long) - Method in class tachyon.thrift.LineageInfo
 
setId(long) - Method in class tachyon.thrift.RawTableInfo
 
setId(long) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
setId(long) - Method in class tachyon.thrift.WorkerInfo
 
setIdIsSet(boolean) - Method in class tachyon.thrift.LineageFileInfo
 
setIdIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setIdIsSet(boolean) - Method in class tachyon.thrift.RawTableInfo
 
setIdIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
setIdIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setInitialBytes(long) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
setInitialBytesIsSet(boolean) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
setInMemoryPercentage(int) - Method in class tachyon.thrift.FileInfo
 
setInMemoryPercentageIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setInputFiles(List<Long>) - Method in class tachyon.thrift.LineageInfo
 
setInputFiles(List<String>) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
setInputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setInputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
setIoe(ThriftIOException) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
setIoeIsSet(boolean) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
setIsCacheable(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsCacheableIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsCompleted(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsCompletedIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsFolder(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsFolderIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsPersisted(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsPersistedIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsPinned(boolean) - Method in class tachyon.thrift.FileInfo
 
setIsPinnedIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setJob(CommandLineJobInfo) - Method in class tachyon.thrift.LineageInfo
 
setJob(CommandLineJobInfo) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
setJobIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setJobIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
setLastContactSec(int) - Method in class tachyon.thrift.WorkerInfo
 
setLastContactSecIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setLastModificationTimeMs(long) - Method in class tachyon.thrift.FileInfo
 
setLastModificationTimeMsIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setLength(long) - Method in class tachyon.thrift.BlockInfo
 
setLength(long) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
setLength(long) - Method in class tachyon.thrift.FileInfo
 
setLength(long) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
setLengthIsSet(boolean) - Method in class tachyon.thrift.BlockInfo
 
setLengthIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
setLengthIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setLengthIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
setLineageId(long) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
setLineageIdIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
setLocalDirStickyBit(String) - Static method in class tachyon.util.io.FileUtils
Sticky bit can be set primarily on directories in UNIX / Linux.
setLocations(List<BlockLocation>) - Method in class tachyon.thrift.BlockInfo
 
setLocationsIsSet(boolean) - Method in class tachyon.thrift.BlockInfo
 
setLockId(long) - Method in class tachyon.worker.DataServerMessage
Sets the id of the block's locker.
setMessage(String) - Method in exception tachyon.thrift.TachyonTException
 
setMessage(String) - Method in exception tachyon.thrift.ThriftIOException
 
setMessageIsSet(boolean) - Method in exception tachyon.thrift.TachyonTException
 
setMessageIsSet(boolean) - Method in exception tachyon.thrift.ThriftIOException
 
setMetadata(byte[]) - Method in class tachyon.thrift.RawTableInfo
 
setMetadata(ByteBuffer) - Method in class tachyon.thrift.RawTableInfo
 
setMetadata(byte[]) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
setMetadata(ByteBuffer) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
setMetadata(byte[]) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
setMetadata(ByteBuffer) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
setMetadataIsSet(boolean) - Method in class tachyon.thrift.RawTableInfo
 
setMetadataIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
setMetadataIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
setMetrics(List<Long>) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
setMetricsIsSet(boolean) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
setName(String) - Method in class tachyon.thrift.FileInfo
 
setName(String) - Method in class tachyon.thrift.RawTableInfo
 
setNameIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setNameIsSet(boolean) - Method in class tachyon.thrift.RawTableInfo
 
setNonce(long) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
setNonceIsSet(boolean) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
setOffset(long) - Method in class tachyon.thrift.FileBlockInfo
 
setOffsetIsSet(boolean) - Method in class tachyon.thrift.FileBlockInfo
 
setOptions(CreateTOptions) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
setOptions(MkdirTOptions) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
setOutputFile(String) - Method in class tachyon.thrift.JobConfInfo
 
setOutputFileIsSet(boolean) - Method in class tachyon.thrift.JobConfInfo
 
setOutputFiles(List<LineageFileInfo>) - Method in class tachyon.thrift.LineageInfo
 
setOutputFiles(List<String>) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
setOutputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setOutputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
setParents(List<Long>) - Method in class tachyon.thrift.LineageInfo
 
setParentsIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
 
setPath(String) - Method in class tachyon.thrift.FileInfo
 
setPath(String) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
setPath(String) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
setPath(String) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
setPath(String) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
setPath(String) - Method in class tachyon.thrift.RawTableInfo
 
setPath(String) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
setPath(String) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
setPath(String) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
setPath(String) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.RawTableInfo
 
setPathIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
setPathIsSet(boolean) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
setPermission(String, String) - Method in class tachyon.underfs.UnderFileSystem
Changes posix file permission
setPersisted(boolean) - Method in class tachyon.thrift.CreateTOptions
 
setPersisted(boolean) - Method in class tachyon.thrift.MkdirTOptions
 
setPersistedFiles(List<Long>) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
setPersistedFilesIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
setPersistedIsSet(boolean) - Method in class tachyon.thrift.CreateTOptions
 
setPersistedIsSet(boolean) - Method in class tachyon.thrift.MkdirTOptions
 
setPinned(long, boolean, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
setPinned(long, boolean, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
setPinned(long, boolean) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
setPinned(long, boolean) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
setPinned(boolean) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
setPinnedIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
setRecursive(boolean) - Method in class tachyon.thrift.CreateTOptions
 
setRecursive(boolean) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
setRecursive(boolean) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
setRecursive(boolean) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
setRecursive(boolean) - Method in class tachyon.thrift.MkdirTOptions
 
setRecursiveIsSet(boolean) - Method in class tachyon.thrift.CreateTOptions
 
setRecursiveIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
setRecursiveIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
setRecursiveIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
setRecursiveIsSet(boolean) - Method in class tachyon.thrift.MkdirTOptions
 
setRemovedBlockIds(List<Long>) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
setRemovedBlockIdsIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
setRequestBytes(long) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
setRequestBytesIsSet(boolean) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
setRpcPort(int) - Method in class tachyon.thrift.NetAddress
 
setRpcPortIsSet(boolean) - Method in class tachyon.thrift.NetAddress
 
setSecond(T2) - Method in class tachyon.collections.Pair
Set the second value.
setSessionId(long) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
setSessionId(long) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
setSessionId(long) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
setSessionId(long) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
setSessionId(long) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
setSessionId(long) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
setSessionId(long) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
setSessionIdIsSet(boolean) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
setStartTimeMs(long) - Method in class tachyon.thrift.WorkerInfo
 
setStartTimeMsIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setState(String) - Method in class tachyon.thrift.LineageFileInfo
 
setState(String) - Method in class tachyon.thrift.WorkerInfo
 
setStateIsSet(boolean) - Method in class tachyon.thrift.LineageFileInfo
 
setStateIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setSuccess(BlockInfo) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
setSuccess(long) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
setSuccess(long) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
setSuccess(List<WorkerInfo>) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
setSuccess(long) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
setSuccess(Command) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
setSuccess(long) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
setSuccess(boolean) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
setSuccess(boolean) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
setSuccess(FileBlockInfo) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
setSuccess(List<FileBlockInfo>) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
setSuccess(long) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
setSuccess(FileInfo) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
setSuccess(List<FileInfo>) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
setSuccess(long) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
setSuccess(String) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
setSuccess(long) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
setSuccess(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
setSuccess(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
setSuccess(boolean) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
setSuccess(boolean) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
setSuccess(boolean) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
setSuccess(Set<Long>) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
setSuccess(long) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
setSuccess(boolean) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
setSuccess(List<LineageInfo>) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
setSuccess(long) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
setSuccess(LineageCommand) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
setSuccess(long) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
setSuccess(RawTableInfo) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
setSuccess(RawTableInfo) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
setSuccess(long) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
setSuccess(boolean) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
setSuccess(String) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
setSuccess(boolean) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
setSuccess(String) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
setSuccess(boolean) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
setSuccess(boolean) - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
setSuccessIsSet(boolean) - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
setTableId(long) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
setTableIdIsSet(boolean) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
setTachyonPath(String) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
setTachyonPath(String) - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
setTachyonPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
setTachyonPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
setTier(int) - Method in class tachyon.thrift.BlockLocation
 
setTier(int) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
setTierIsSet(boolean) - Method in class tachyon.thrift.BlockLocation
 
setTierIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
setTimerClass(String, Class<HeartbeatTimer>) - Static method in class tachyon.heartbeat.HeartbeatContext
 
setTotalBytesOnTiers(List<Long>) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
setTotalBytesOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
setTtl(long) - Method in class tachyon.thrift.CreateTOptions
 
setTtl(long) - Method in class tachyon.thrift.FileInfo
 
setTtl(long) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
setTtlIsSet(boolean) - Method in class tachyon.thrift.CreateTOptions
 
setTtlIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setTtlIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
setType(String) - Method in exception tachyon.thrift.TachyonTException
 
setTypeIsSet(boolean) - Method in exception tachyon.thrift.TachyonTException
 
setUfsLocations(List<NetAddress>) - Method in class tachyon.thrift.FileBlockInfo
 
setUfsLocationsIsSet(boolean) - Method in class tachyon.thrift.FileBlockInfo
 
setUfsPath(String) - Method in class tachyon.thrift.FileInfo
 
setUfsPath(String) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
setUfsPath(String) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
setUfsPathIsSet(boolean) - Method in class tachyon.thrift.FileInfo
 
setUfsPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
setUfsPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
setUnderFilePath(String) - Method in class tachyon.thrift.LineageFileInfo
 
setUnderFilePathIsSet(boolean) - Method in class tachyon.thrift.LineageFileInfo
 
setUsedBytes(long) - Method in class tachyon.thrift.WorkerInfo
 
setUsedBytesIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
 
setUsedBytesOnTier(long) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
setUsedBytesOnTierIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
setUsedBytesOnTiers(List<Long>) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
setUsedBytesOnTiers(List<Long>) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
setUsedBytesOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
setUsedBytesOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
setWorkerAddress(NetAddress) - Method in class tachyon.thrift.BlockLocation
 
setWorkerAddressIsSet(boolean) - Method in class tachyon.thrift.BlockLocation
 
setWorkerId(long) - Method in class tachyon.thrift.BlockLocation
 
setWorkerId(long) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
setWorkerId(long) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
setWorkerId(long) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
setWorkerId(long) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockLocation
 
setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
setWorkerNetAddress(NetAddress) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
setWorkerNetAddressIsSet(boolean) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
SimpleAuthenticationProviderImpl - Class in tachyon.security.authentication
An authentication provider implementation that allows arbitrary combination of username and password including empty strings.
SimpleAuthenticationProviderImpl() - Constructor for class tachyon.security.authentication.SimpleAuthenticationProviderImpl
 
SITE_PROPERTIES - Static variable in class tachyon.conf.TachyonConf
File to set customized properties
size() - Method in class tachyon.collections.IndexedSet
 
SLEEPING_TIMER_CLASS - Static variable in class tachyon.heartbeat.HeartbeatContext
 
SleepingRetry - Class in tachyon.retry
A retry policy that uses thread sleeping for the delay.
SleepingRetry(int) - Constructor for class tachyon.retry.SleepingRetry
 
SleepingTimer - Class in tachyon.heartbeat
This class can be used for executing heartbeats periodically.
SleepingTimer(String, long) - Constructor for class tachyon.heartbeat.SleepingTimer
Creates a new instance of SleepingTimer.
sleepMs(long) - Static method in class tachyon.util.CommonUtils
Sleeps for the given number of milliseconds.
sleepMs(Logger, long) - Static method in class tachyon.util.CommonUtils
Sleeps for the given number of milliseconds, reporting interruptions using the given logger.
sleepMs(Logger, long, boolean) - Static method in class tachyon.util.CommonUtils
Sleeps for the given number of milliseconds, reporting interruptions using the given logger, and optionally pass the interruption to the caller.
sortTopologically(Set<T>) - Method in class tachyon.collections.DirectedAcyclicGraph
Sorts a given set of payloads topologically based on the DAG.
start() - Method in class tachyon.LeaderSelectorClient
 
start(I, BlockMasterService.getBlockInfo_args, AsyncMethodCallback<BlockInfo>) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getBlockInfo
 
start(I, BlockMasterService.getCapacityBytes_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getCapacityBytes
 
start(I, BlockMasterService.getUsedBytes_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getUsedBytes
 
start(I, BlockMasterService.getWorkerInfoList_args, AsyncMethodCallback<List<WorkerInfo>>) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.getWorkerInfoList
 
start(I, BlockMasterService.workerCommitBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerCommitBlock
 
start(I, BlockMasterService.workerGetWorkerId_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerGetWorkerId
 
start(I, BlockMasterService.workerHeartbeat_args, AsyncMethodCallback<Command>) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerHeartbeat
 
start(I, BlockMasterService.workerRegister_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockMasterService.AsyncProcessor.workerRegister
 
start(I, FileSystemMasterService.completeFile_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.completeFile
 
start(I, FileSystemMasterService.create_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.create
 
start(I, FileSystemMasterService.deleteFile_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.deleteFile
 
start(I, FileSystemMasterService.free_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.free
 
start(I, FileSystemMasterService.getFileBlockInfo_args, AsyncMethodCallback<FileBlockInfo>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileBlockInfo
 
start(I, FileSystemMasterService.getFileBlockInfoList_args, AsyncMethodCallback<List<FileBlockInfo>>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileBlockInfoList
 
start(I, FileSystemMasterService.getFileId_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileId
 
start(I, FileSystemMasterService.getFileInfo_args, AsyncMethodCallback<FileInfo>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileInfo
 
start(I, FileSystemMasterService.getFileInfoList_args, AsyncMethodCallback<List<FileInfo>>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getFileInfoList
 
start(I, FileSystemMasterService.getNewBlockIdForFile_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getNewBlockIdForFile
 
start(I, FileSystemMasterService.getUfsAddress_args, AsyncMethodCallback<String>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.getUfsAddress
 
start(I, FileSystemMasterService.loadMetadata_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.loadMetadata
 
start(I, FileSystemMasterService.mkdir_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.mkdir
 
start(I, FileSystemMasterService.mount_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.mount
 
start(I, FileSystemMasterService.persistFile_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.persistFile
 
start(I, FileSystemMasterService.renameFile_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.renameFile
 
start(I, FileSystemMasterService.reportLostFile_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.reportLostFile
 
start(I, FileSystemMasterService.setPinned_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.setPinned
 
start(I, FileSystemMasterService.unmount_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.unmount
 
start(I, FileSystemMasterService.workerGetPinIdList_args, AsyncMethodCallback<Set<Long>>) - Method in class tachyon.thrift.FileSystemMasterService.AsyncProcessor.workerGetPinIdList
 
start(I, LineageMasterService.asyncCompleteFile_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.asyncCompleteFile
 
start(I, LineageMasterService.createLineage_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.createLineage
 
start(I, LineageMasterService.deleteLineage_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.deleteLineage
 
start(I, LineageMasterService.getLineageInfoList_args, AsyncMethodCallback<List<LineageInfo>>) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.getLineageInfoList
 
start(I, LineageMasterService.reinitializeFile_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.reinitializeFile
 
start(I, LineageMasterService.workerLineageHeartbeat_args, AsyncMethodCallback<LineageCommand>) - Method in class tachyon.thrift.LineageMasterService.AsyncProcessor.workerLineageHeartbeat
 
start(I, RawTableMasterService.createRawTable_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.createRawTable
 
start(I, RawTableMasterService.getClientRawTableInfoById_args, AsyncMethodCallback<RawTableInfo>) - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getClientRawTableInfoById
 
start(I, RawTableMasterService.getClientRawTableInfoByPath_args, AsyncMethodCallback<RawTableInfo>) - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getClientRawTableInfoByPath
 
start(I, RawTableMasterService.getRawTableId_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.getRawTableId
 
start(I, RawTableMasterService.updateRawTableMetadata_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.RawTableMasterService.AsyncProcessor.updateRawTableMetadata
 
start(I, WorkerService.accessBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.accessBlock
 
start(I, WorkerService.asyncCheckpoint_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.asyncCheckpoint
 
start(I, WorkerService.cacheBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.cacheBlock
 
start(I, WorkerService.cancelBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.cancelBlock
 
start(I, WorkerService.lockBlock_args, AsyncMethodCallback<String>) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.lockBlock
 
start(I, WorkerService.persistFile_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.persistFile
 
start(I, WorkerService.promoteBlock_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.promoteBlock
 
start(I, WorkerService.requestBlockLocation_args, AsyncMethodCallback<String>) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.requestBlockLocation
 
start(I, WorkerService.requestSpace_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.requestSpace
 
start(I, WorkerService.sessionHeartbeat_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.sessionHeartbeat
 
start(I, WorkerService.unlockBlock_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.WorkerService.AsyncProcessor.unlockBlock
 
startTimeMs - Variable in class tachyon.thrift.WorkerInfo
 
state - Variable in class tachyon.thrift.LineageFileInfo
 
state - Variable in class tachyon.thrift.WorkerInfo
 
stateChanged(CuratorFramework, ConnectionState) - Method in class tachyon.LeaderSelectorClient
 
success - Variable in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
success - Variable in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
success - Variable in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
success - Variable in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
success - Variable in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
success - Variable in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.create_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.free_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.mount_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.unmount_result
 
success - Variable in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
success - Variable in class tachyon.thrift.LineageMasterService.createLineage_result
 
success - Variable in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
success - Variable in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
success - Variable in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
success - Variable in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
success - Variable in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
success - Variable in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
success - Variable in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
success - Variable in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
success - Variable in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
success - Variable in class tachyon.thrift.WorkerService.lockBlock_result
 
success - Variable in class tachyon.thrift.WorkerService.promoteBlock_result
 
success - Variable in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
success - Variable in class tachyon.thrift.WorkerService.requestSpace_result
 
success - Variable in class tachyon.thrift.WorkerService.unlockBlock_result
 
supportsPath(String, TachyonConf) - Method in interface tachyon.underfs.UnderFileSystemFactory
Gets whether this factory supports the given path and thus whether calling the UnderFileSystemFactory.create(String, TachyonConf, Object) can succeed for this path
SuspectedFileSizeException - Exception in tachyon.exception
 
SuspectedFileSizeException(String) - Constructor for exception tachyon.exception.SuspectedFileSizeException
 
SuspectedFileSizeException(String, Throwable) - Constructor for exception tachyon.exception.SuspectedFileSizeException
 
SuspectedFileSizeException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.SuspectedFileSizeException
 
SuspectedFileSizeException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.SuspectedFileSizeException
 

T

TableColumnException - Exception in tachyon.exception
 
TableColumnException(String) - Constructor for exception tachyon.exception.TableColumnException
 
TableColumnException(String, Throwable) - Constructor for exception tachyon.exception.TableColumnException
 
TableColumnException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.TableColumnException
 
TableColumnException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.TableColumnException
 
TableDoesNotExistException - Exception in tachyon.exception
 
TableDoesNotExistException(String) - Constructor for exception tachyon.exception.TableDoesNotExistException
 
TableDoesNotExistException(String, Throwable) - Constructor for exception tachyon.exception.TableDoesNotExistException
 
TableDoesNotExistException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.TableDoesNotExistException
 
TableDoesNotExistException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.TableDoesNotExistException
 
tableId - Variable in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
TableMetadataException - Exception in tachyon.exception
 
TableMetadataException(String) - Constructor for exception tachyon.exception.TableMetadataException
 
TableMetadataException(String, Throwable) - Constructor for exception tachyon.exception.TableMetadataException
 
TableMetadataException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.TableMetadataException
 
TableMetadataException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.TableMetadataException
 
tachyon - package tachyon
 
tachyon.annotation - package tachyon.annotation
 
tachyon.collections - package tachyon.collections
 
tachyon.conf - package tachyon.conf
 
tachyon.exception - package tachyon.exception
 
tachyon.heartbeat - package tachyon.heartbeat
 
tachyon.job - package tachyon.job
 
tachyon.master.block - package tachyon.master.block
 
tachyon.network - package tachyon.network
 
tachyon.network.protocol - package tachyon.network.protocol
 
tachyon.network.protocol.databuffer - package tachyon.network.protocol.databuffer
 
tachyon.resource - package tachyon.resource
 
tachyon.retry - package tachyon.retry
Set of utilities for working with retryable operations.
tachyon.security - package tachyon.security
 
tachyon.security.authentication - package tachyon.security.authentication
 
tachyon.security.login - package tachyon.security.login
 
tachyon.test - package tachyon.test
 
tachyon.thrift - package tachyon.thrift
 
tachyon.underfs - package tachyon.underfs
 
tachyon.util - package tachyon.util
 
tachyon.util.io - package tachyon.util.io
 
tachyon.util.network - package tachyon.util.network
 
tachyon.worker - package tachyon.worker
 
TACHYON_ACCESS_LOGGER_TYPE - Static variable in class tachyon.Constants
 
TACHYON_CONF_SITE - Static variable in class tachyon.Constants
 
TACHYON_DEBUG - Static variable in class tachyon.Constants
 
TACHYON_HOME - Static variable in class tachyon.Constants
 
TACHYON_JAR - Static variable in class tachyon.Constants
 
TACHYON_LOGGER_TYPE - Static variable in class tachyon.Constants
 
TACHYON_VERSION - Static variable in class tachyon.Constants
 
TachyonConf - Class in tachyon.conf
All the runtime configuration properties of Tachyon.
TachyonConf(Map<String, String>) - Constructor for class tachyon.conf.TachyonConf
Overrides default properties.
TachyonConf(Properties) - Constructor for class tachyon.conf.TachyonConf
Overrides default properties.
TachyonConf() - Constructor for class tachyon.conf.TachyonConf
Default constructor.
TachyonException - Exception in tachyon.exception
General TachyonException used throughout the system.
TachyonException(TachyonTException) - Constructor for exception tachyon.exception.TachyonException
 
TachyonException(TachyonExceptionType, Throwable) - Constructor for exception tachyon.exception.TachyonException
 
TachyonException(TachyonExceptionType, String) - Constructor for exception tachyon.exception.TachyonException
 
TachyonException(TachyonExceptionType, String, Throwable) - Constructor for exception tachyon.exception.TachyonException
 
TachyonExceptionType - Enum in tachyon.exception
 
TachyonJaasConfiguration - Class in tachyon.security.login
A JAAS configuration that defines the login modules, by which JAAS uses to login.
TachyonJaasConfiguration() - Constructor for class tachyon.security.login.TachyonJaasConfiguration
 
TachyonJaasProperties - Class in tachyon.security.login
This class provides constants used in JAAS login.
TachyonJaasProperties() - Constructor for class tachyon.security.login.TachyonJaasProperties
 
TachyonLoginModule - Class in tachyon.security.login
A login module that search the Kerberos or OS user from Subject, and then convert to a Tachyon user.
TachyonLoginModule() - Constructor for class tachyon.security.login.TachyonLoginModule
 
tachyonPath - Variable in class tachyon.thrift.FileSystemMasterService.mount_args
 
tachyonPath - Variable in class tachyon.thrift.FileSystemMasterService.unmount_args
 
TachyonTException - Exception in tachyon.thrift
 
TachyonTException() - Constructor for exception tachyon.thrift.TachyonTException
 
TachyonTException(String, String) - Constructor for exception tachyon.thrift.TachyonTException
 
TachyonTException(TachyonTException) - Constructor for exception tachyon.thrift.TachyonTException
Performs a deep copy on other.
TachyonTException._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TachyonURI - Class in tachyon
It uses a hierarchical URI internally.
TachyonURI(String) - Constructor for class tachyon.TachyonURI
Construct a TachyonURI from a String.
TachyonURI(String, String, String) - Constructor for class tachyon.TachyonURI
Construct a TachyonURI from components.
TachyonURI(TachyonURI, TachyonURI) - Constructor for class tachyon.TachyonURI
Resolve a child TachyonURI against a parent TachyonURI.
takeLeadership(CuratorFramework) - Method in class tachyon.LeaderSelectorClient
 
TB - Static variable in class tachyon.Constants
 
temporaryFileName(long, long, String) - Static method in class tachyon.util.io.PathUtils
Generates a deterministic temporary file name for the a path and a file id and a nonce.
Testable<T> - Interface in tachyon.test
This interface should be implemented by classes that want to expose their private members to test classes.
Tester<T> - Interface in tachyon.test
This interface should be implemented by test classes that want to gain access to private members of classes they test.
ThreadFactoryUtils - Class in tachyon.util
 
ThriftIOException - Exception in tachyon.thrift
 
ThriftIOException() - Constructor for exception tachyon.thrift.ThriftIOException
 
ThriftIOException(String) - Constructor for exception tachyon.thrift.ThriftIOException
 
ThriftIOException(ThriftIOException) - Constructor for exception tachyon.thrift.ThriftIOException
Performs a deep copy on other.
ThriftIOException._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
tick() - Method in interface tachyon.heartbeat.HeartbeatTimer
Waits until next heartbeat should be executed.
tick() - Method in class tachyon.heartbeat.ScheduledTimer
Waits until the heartbeat is scheduled for execution.
tick() - Method in class tachyon.heartbeat.SleepingTimer
Enforces the thread waits for the given interval between consecutive ticks.
tier - Variable in class tachyon.thrift.BlockLocation
 
tier - Variable in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
toMap() - Method in class tachyon.conf.TachyonConf
Returns the properties as a Map.
toString() - Method in class tachyon.collections.Pair
 
toString() - Method in class tachyon.collections.PrefixList
Print out all prefixes separated by ";".
toString() - Method in class tachyon.conf.TachyonConf
 
toString() - Method in class tachyon.job.CommandLineJob
 
toString() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
toString() - Method in class tachyon.network.protocol.RPCBlockReadResponse
 
toString() - Method in class tachyon.network.protocol.RPCErrorResponse
 
toString() - Method in class tachyon.security.User
 
toString() - Method in class tachyon.TachyonURI
Illegal characters unescaped in the string, for glob processing, etc.
toString() - Method in class tachyon.thrift.BlockInfo
 
toString() - Method in class tachyon.thrift.BlockLocation
 
toString() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
toString() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
toString() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
toString() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
toString() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
toString() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
toString() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
toString() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
toString() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
toString() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
toString() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
toString() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
toString() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
toString() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
toString() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
toString() - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
toString() - Method in class tachyon.thrift.CheckpointFile
 
toString() - Method in class tachyon.thrift.Command
 
toString() - Method in class tachyon.thrift.CommandLineJobInfo
 
toString() - Method in class tachyon.thrift.CreateTOptions
 
toString() - Method in class tachyon.thrift.DependencyInfo
 
toString() - Method in class tachyon.thrift.FileBlockInfo
 
toString() - Method in class tachyon.thrift.FileInfo
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
toString() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
toString() - Method in class tachyon.thrift.JobConfInfo
 
toString() - Method in class tachyon.thrift.LineageCommand
 
toString() - Method in class tachyon.thrift.LineageFileInfo
 
toString() - Method in class tachyon.thrift.LineageInfo
 
toString() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
toString() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
toString() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
toString() - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
toString() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
toString() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
toString() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
toString() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
toString() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
toString() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
toString() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
toString() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
toString() - Method in class tachyon.thrift.MkdirTOptions
 
toString() - Method in class tachyon.thrift.NetAddress
 
toString() - Method in class tachyon.thrift.RawTableInfo
 
toString() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
toString() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
toString() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
toString() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
toString() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
toString() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
toString() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
toString() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
toString() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
toString() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
toString() - Method in exception tachyon.thrift.TachyonTException
 
toString() - Method in exception tachyon.thrift.ThriftIOException
 
toString() - Method in class tachyon.thrift.WorkerInfo
 
toString() - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
toString() - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
toString() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
toString() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
toString() - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
toString() - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
toString() - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
toString() - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
toString() - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
toString() - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
toString() - Method in class tachyon.thrift.WorkerService.persistFile_args
 
toString() - Method in class tachyon.thrift.WorkerService.persistFile_result
 
toString() - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
toString() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
toString() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
toString() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
toString() - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
toString() - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
toString() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
toString() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
toString() - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
toString() - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
toStringArray(ArrayList<String>) - Static method in class tachyon.util.CommonUtils
Parses ArrayList<String> into String[].
toTachyonTException() - Method in exception tachyon.exception.TachyonException
 
totalBytesOnTiers - Variable in class tachyon.thrift.BlockMasterService.workerRegister_args
 
touch(String, TachyonConf) - Static method in class tachyon.util.UnderFileSystemUtils
Creates an empty file.
ttl - Variable in class tachyon.thrift.CreateTOptions
 
ttl - Variable in class tachyon.thrift.FileInfo
 
ttl - Variable in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
type - Variable in exception tachyon.thrift.TachyonTException
 

U

ufsLocations - Variable in class tachyon.thrift.FileBlockInfo
 
ufsPath - Variable in class tachyon.thrift.FileInfo
 
ufsPath - Variable in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
ufsPath - Variable in class tachyon.thrift.FileSystemMasterService.mount_args
 
underFilePath - Variable in class tachyon.thrift.LineageFileInfo
 
UnderFileSystem - Class in tachyon.underfs
Tachyon stores data into an under layer file system.
UnderFileSystem(TachyonConf) - Constructor for class tachyon.underfs.UnderFileSystem
 
UnderFileSystem.SpaceType - Enum in tachyon.underfs
 
UnderFileSystem.UnderFSType - Enum in tachyon.underfs
Type of under filesystem, to be used by UnderFileSystem.getUnderFSType() to determine which concrete under filesystem implementation is being used.
UnderFileSystemFactory - Interface in tachyon.underfs
Interface for under file system factories
UnderFileSystemRegistry - Class in tachyon.underfs
Central registry of available UnderFileSystemFactory instances that uses the ServiceLoader mechanism to automatically discover available factories and provides a central place for obtaining actual UnderFileSystem instances.
UnderFileSystemRegistry() - Constructor for class tachyon.underfs.UnderFileSystemRegistry
 
UnderFileSystemUtils - Class in tachyon.util
Utility functions for working with UnderFileSystem.
UNDERFS_ADDRESS - Static variable in class tachyon.Constants
 
UNDERFS_GLUSTERFS_IMPL - Static variable in class tachyon.Constants
 
UNDERFS_GLUSTERFS_MOUNTS - Static variable in class tachyon.Constants
 
UNDERFS_GLUSTERFS_MR_DIR - Static variable in class tachyon.Constants
 
UNDERFS_GLUSTERFS_VOLUMES - Static variable in class tachyon.Constants
 
UNDERFS_HDFS_CONFIGURATION - Static variable in class tachyon.Constants
 
UNDERFS_HDFS_IMPL - Static variable in class tachyon.Constants
 
UNDERFS_HDFS_PREFIXS - Static variable in class tachyon.Constants
 
UNDERFS_S3_PROXY_HOST - Static variable in class tachyon.Constants
 
UNDERFS_S3_PROXY_HTTPS_ONLY - Static variable in class tachyon.Constants
 
UNDERFS_S3_PROXY_PORT - Static variable in class tachyon.Constants
 
uniqPath() - Static method in class tachyon.util.io.PathUtils
Creates a unique path based off the caller.
unlockBlock(long, long, AsyncMethodCallback) - Method in class tachyon.thrift.WorkerService.AsyncClient
 
unlockBlock(long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.WorkerService.AsyncIface
 
unlockBlock(long, long) - Method in class tachyon.thrift.WorkerService.Client
 
unlockBlock(long, long) - Method in interface tachyon.thrift.WorkerService.Iface
Used to unlock a block after the block is accessed, if the block is to be removed, delete the block file.
unlockBlock(long) - Method in class tachyon.worker.WorkerClient
Unlocks the block
unmount(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
unmount(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
unmount(String) - Method in class tachyon.thrift.FileSystemMasterService.Client
 
unmount(String) - Method in interface tachyon.thrift.FileSystemMasterService.Iface
Deletes an existing "mount point", voiding the Tachyon namespace at the given path.
unregister(UnderFileSystemFactory) - Static method in class tachyon.underfs.UnderFileSystemRegistry
Unregisters an existing factory
unsetAddedBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
unsetAddress() - Method in class tachyon.thrift.WorkerInfo
 
unsetBlockId() - Method in class tachyon.thrift.BlockInfo
 
unsetBlockId() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
unsetBlockId() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
unsetBlockId() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
unsetBlockId() - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
unsetBlockId() - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
unsetBlockIds() - Method in class tachyon.thrift.CheckpointFile
 
unsetBlockIds() - Method in class tachyon.thrift.FileInfo
 
unsetBlockInfo() - Method in class tachyon.thrift.FileBlockInfo
 
unsetBlockSizeBytes() - Method in class tachyon.thrift.CreateTOptions
 
unsetBlockSizeBytes() - Method in class tachyon.thrift.FileInfo
 
unsetBlockSizeBytes() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
unsetCapacityBytes() - Method in class tachyon.thrift.WorkerInfo
 
unsetCascade() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
unsetCheckpointFiles() - Method in class tachyon.thrift.LineageCommand
 
unsetChildren() - Method in class tachyon.thrift.LineageInfo
 
unsetColumns() - Method in class tachyon.thrift.RawTableInfo
 
unsetColumns() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
unsetCommand() - Method in class tachyon.thrift.CommandLineJobInfo
 
unsetCommandType() - Method in class tachyon.thrift.Command
 
unsetCommandType() - Method in class tachyon.thrift.LineageCommand
 
unsetConf() - Method in class tachyon.thrift.CommandLineJobInfo
 
unsetCreationTimeMs() - Method in class tachyon.thrift.FileInfo
 
unsetCreationTimeMs() - Method in class tachyon.thrift.LineageInfo
 
unsetCurrentBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
unsetData() - Method in class tachyon.thrift.Command
 
unsetDataPort() - Method in class tachyon.thrift.NetAddress
 
unsetDstPath() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
unsetE() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
unsetE() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
unsetE() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
unsetE() - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
unsetE() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
unsetE() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
unsetE() - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
unsetE() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
unsetE() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
unsetE() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
unsetE() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
unsetE() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
unsetE() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
unsetE() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
unsetE() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
unsetE() - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
unsetE() - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
unsetE() - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
unsetE() - Method in class tachyon.thrift.WorkerService.persistFile_result
 
unsetE() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
unsetE() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
unsetE() - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
unsetFileBlockIndex() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
unsetFileId() - Method in class tachyon.thrift.CheckpointFile
 
unsetFileId() - Method in class tachyon.thrift.FileInfo
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
unsetFileId() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
unsetFileId() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
unsetFileId() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
unsetFileId() - Method in class tachyon.thrift.WorkerService.persistFile_args
 
unsetHost() - Method in class tachyon.thrift.NetAddress
 
unsetId() - Method in class tachyon.thrift.LineageFileInfo
 
unsetId() - Method in class tachyon.thrift.LineageInfo
 
unsetId() - Method in class tachyon.thrift.RawTableInfo
 
unsetId() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
unsetId() - Method in class tachyon.thrift.WorkerInfo
 
unsetInitialBytes() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
unsetInMemoryPercentage() - Method in class tachyon.thrift.FileInfo
 
unsetInputFiles() - Method in class tachyon.thrift.LineageInfo
 
unsetInputFiles() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
unsetIoe() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
unsetIoe() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
unsetIoe() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
unsetIoe() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
unsetIoe() - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
unsetIoe() - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
unsetIoe() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
unsetIoe() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
unsetIsCacheable() - Method in class tachyon.thrift.FileInfo
 
unsetIsCompleted() - Method in class tachyon.thrift.FileInfo
 
unsetIsFolder() - Method in class tachyon.thrift.FileInfo
 
unsetIsPersisted() - Method in class tachyon.thrift.FileInfo
 
unsetIsPinned() - Method in class tachyon.thrift.FileInfo
 
unsetJob() - Method in class tachyon.thrift.LineageInfo
 
unsetJob() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
unsetLastContactSec() - Method in class tachyon.thrift.WorkerInfo
 
unsetLastModificationTimeMs() - Method in class tachyon.thrift.FileInfo
 
unsetLength() - Method in class tachyon.thrift.BlockInfo
 
unsetLength() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
unsetLength() - Method in class tachyon.thrift.FileInfo
 
unsetLength() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
unsetLineageId() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
unsetLocations() - Method in class tachyon.thrift.BlockInfo
 
unsetMessage() - Method in exception tachyon.thrift.TachyonTException
 
unsetMessage() - Method in exception tachyon.thrift.ThriftIOException
 
unsetMetadata() - Method in class tachyon.thrift.RawTableInfo
 
unsetMetadata() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
unsetMetadata() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
unsetMetrics() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
unsetName() - Method in class tachyon.thrift.FileInfo
 
unsetName() - Method in class tachyon.thrift.RawTableInfo
 
unsetNonce() - Method in class tachyon.thrift.WorkerService.persistFile_args
 
unsetOffset() - Method in class tachyon.thrift.FileBlockInfo
 
unsetOptions() - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
unsetOptions() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
unsetOutputFile() - Method in class tachyon.thrift.JobConfInfo
 
unsetOutputFiles() - Method in class tachyon.thrift.LineageInfo
 
unsetOutputFiles() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
unsetParents() - Method in class tachyon.thrift.LineageInfo
 
unsetPath() - Method in class tachyon.thrift.FileInfo
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
unsetPath() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
unsetPath() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
unsetPath() - Method in class tachyon.thrift.RawTableInfo
 
unsetPath() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
unsetPath() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
unsetPath() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
unsetPath() - Method in class tachyon.thrift.WorkerService.persistFile_args
 
unsetPersisted() - Method in class tachyon.thrift.CreateTOptions
 
unsetPersisted() - Method in class tachyon.thrift.MkdirTOptions
 
unsetPersistedFiles() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
unsetPinned() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
unsetRecursive() - Method in class tachyon.thrift.CreateTOptions
 
unsetRecursive() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
unsetRecursive() - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
unsetRecursive() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
unsetRecursive() - Method in class tachyon.thrift.MkdirTOptions
 
unsetRemovedBlockIds() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
unsetRequestBytes() - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
unsetRpcPort() - Method in class tachyon.thrift.NetAddress
 
unsetSessionId() - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
unsetSessionId() - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
unsetSessionId() - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
unsetSessionId() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
unsetSessionId() - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
unsetSessionId() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
unsetSessionId() - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
unsetStartTimeMs() - Method in class tachyon.thrift.WorkerInfo
 
unsetState() - Method in class tachyon.thrift.LineageFileInfo
 
unsetState() - Method in class tachyon.thrift.WorkerInfo
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
unsetSuccess() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
unsetSuccess() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
unsetSuccess() - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
unsetSuccess() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
unsetSuccess() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
unsetSuccess() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
unsetSuccess() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
unsetSuccess() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
unsetSuccess() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
unsetSuccess() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
unsetSuccess() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
unsetSuccess() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
unsetSuccess() - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
unsetSuccess() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
unsetSuccess() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
unsetSuccess() - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
unsetSuccess() - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
unsetTableId() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
unsetTachyonPath() - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
unsetTachyonPath() - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
unsetTier() - Method in class tachyon.thrift.BlockLocation
 
unsetTier() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
unsetTotalBytesOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
unsetTtl() - Method in class tachyon.thrift.CreateTOptions
 
unsetTtl() - Method in class tachyon.thrift.FileInfo
 
unsetTtl() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
unsetType() - Method in exception tachyon.thrift.TachyonTException
 
unsetUfsLocations() - Method in class tachyon.thrift.FileBlockInfo
 
unsetUfsPath() - Method in class tachyon.thrift.FileInfo
 
unsetUfsPath() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
unsetUfsPath() - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
unsetUnderFilePath() - Method in class tachyon.thrift.LineageFileInfo
 
unsetUsedBytes() - Method in class tachyon.thrift.WorkerInfo
 
unsetUsedBytesOnTier() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
unsetUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
unsetUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
unsetWorkerAddress() - Method in class tachyon.thrift.BlockLocation
 
unsetWorkerId() - Method in class tachyon.thrift.BlockLocation
 
unsetWorkerId() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
unsetWorkerId() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
unsetWorkerId() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
unsetWorkerId() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
unsetWorkerNetAddress() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
unwrap(TachyonException, Class<T>) - Static method in exception tachyon.exception.TachyonException
 
unwrap(byte[], int, int) - Method in class tachyon.security.authentication.PlainSaslServer
 
updateRawTableMetadata(long, ByteBuffer, AsyncMethodCallback) - Method in class tachyon.thrift.RawTableMasterService.AsyncClient
 
updateRawTableMetadata(long, ByteBuffer, AsyncMethodCallback) - Method in interface tachyon.thrift.RawTableMasterService.AsyncIface
 
updateRawTableMetadata(long, ByteBuffer) - Method in class tachyon.thrift.RawTableMasterService.Client
 
updateRawTableMetadata(long, ByteBuffer) - Method in interface tachyon.thrift.RawTableMasterService.Iface
 
usedBytes - Variable in class tachyon.thrift.WorkerInfo
 
usedBytesOnTier - Variable in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
usedBytesOnTiers - Variable in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
usedBytesOnTiers - Variable in class tachyon.thrift.BlockMasterService.workerRegister_args
 
User - Class in tachyon.security
This class represents a user in Tachyon.
User(String) - Constructor for class tachyon.security.User
 
USER_BLOCK_MASTER_CLIENT_THREADS - Static variable in class tachyon.Constants
 
USER_BLOCK_REMOTE_READ_BUFFER_SIZE_BYTES - Static variable in class tachyon.Constants
 
USER_BLOCK_REMOTE_READER - Static variable in class tachyon.Constants
 
USER_BLOCK_REMOTE_WRITER - Static variable in class tachyon.Constants
 
USER_BLOCK_SIZE_BYTES_DEFAULT - Static variable in class tachyon.Constants
 
USER_BLOCK_WORKER_CLIENT_THREADS - Static variable in class tachyon.Constants
 
USER_FAILED_SPACE_REQUEST_LIMITS - Static variable in class tachyon.Constants
 
USER_FILE_BUFFER_BYTES - Static variable in class tachyon.Constants
 
USER_FILE_MASTER_CLIENT_THREADS - Static variable in class tachyon.Constants
 
USER_FILE_READ_TYPE_DEFAULT - Static variable in class tachyon.Constants
 
USER_FILE_WAITCOMPLETED_POLL_MS - Static variable in class tachyon.Constants
 
USER_FILE_WRITE_TYPE_DEFAULT - Static variable in class tachyon.Constants
 
USER_HEARTBEAT_INTERVAL_MS - Static variable in class tachyon.Constants
 
USER_LINEAGE_ENABLED - Static variable in class tachyon.Constants
 
USER_NETWORK_NETTY_CHANNEL - Static variable in class tachyon.Constants
 
USER_NETWORK_NETTY_TIMEOUT_MS - Static variable in class tachyon.Constants
 
USER_NETWORK_NETTY_WORKER_THREADS - Static variable in class tachyon.Constants
 
USER_QUOTA_UNIT_BYTES - Static variable in class tachyon.Constants
 

V

validate() - Method in class tachyon.network.protocol.RPCBlockReadRequest
 
validate() - Method in class tachyon.network.protocol.RPCMessage
Validate the message.
validate() - Method in class tachyon.thrift.BlockInfo
 
validate() - Method in class tachyon.thrift.BlockLocation
 
validate() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
validate() - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
validate() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
validate() - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
validate() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
validate() - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
validate() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
validate() - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
validate() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
validate() - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
validate() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
validate() - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
validate() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
validate() - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
validate() - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
validate() - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
validate() - Method in class tachyon.thrift.CheckpointFile
 
validate() - Method in class tachyon.thrift.Command
 
validate() - Method in class tachyon.thrift.CommandLineJobInfo
 
validate() - Method in class tachyon.thrift.CreateTOptions
 
validate() - Method in class tachyon.thrift.DependencyInfo
 
validate() - Method in class tachyon.thrift.FileBlockInfo
 
validate() - Method in class tachyon.thrift.FileInfo
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
validate() - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
validate() - Method in class tachyon.thrift.JobConfInfo
 
validate() - Method in class tachyon.thrift.LineageCommand
 
validate() - Method in class tachyon.thrift.LineageFileInfo
 
validate() - Method in class tachyon.thrift.LineageInfo
 
validate() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
validate() - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
validate() - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
validate() - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
validate() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
validate() - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
validate() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
validate() - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
validate() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
validate() - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
validate() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
validate() - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
validate() - Method in class tachyon.thrift.MkdirTOptions
 
validate() - Method in class tachyon.thrift.NetAddress
 
validate() - Method in class tachyon.thrift.RawTableInfo
 
validate() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
validate() - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
validate() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
validate() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
validate() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
validate() - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
validate() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
validate() - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
validate() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
validate() - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
validate() - Method in exception tachyon.thrift.TachyonTException
 
validate() - Method in exception tachyon.thrift.ThriftIOException
 
validate() - Method in class tachyon.thrift.WorkerInfo
 
validate() - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
validate() - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
validate() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
validate() - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
validate() - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
validate() - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
validate() - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
validate() - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
validate() - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
validate() - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
validate() - Method in class tachyon.thrift.WorkerService.persistFile_args
 
validate() - Method in class tachyon.thrift.WorkerService.persistFile_result
 
validate() - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
validate() - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
validate() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
validate() - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
validate() - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
validate() - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
validate() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
validate() - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
validate() - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
validate() - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
validatePath(String) - Static method in class tachyon.util.io.PathUtils
Checks if the given path is properly formed.
valueOf(String) - Static method in enum tachyon.exception.ExceptionMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.exception.TachyonExceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.network.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.network.protocol.RPCMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.network.protocol.RPCResponse.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.security.authentication.AuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockLocation._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.getBlockInfo_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.getBlockInfo_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.getUsedBytes_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.getUsedBytes_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.workerRegister_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.BlockMasterService.workerRegister_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.CheckpointFile._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.Command._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.CreateTOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.DependencyInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.completeFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.completeFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.create_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.create_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.deleteFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.deleteFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.free_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.free_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileId_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileId_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.mkdir_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.mkdir_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.mount_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.mount_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.persistFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.persistFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.renameFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.renameFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.setPinned_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.setPinned_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.unmount_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.unmount_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.JobConfInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageCommand._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageFileInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.createLineage_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.createLineage_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.deleteLineage_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.deleteLineage_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.reinitializeFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.reinitializeFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.MkdirTOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.NetAddress._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RawTableInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RawTableMasterService.createRawTable_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RawTableMasterService.createRawTable_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RawTableMasterService.getRawTableId_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RawTableMasterService.getRawTableId_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.TachyonTException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.ThriftIOException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.accessBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.accessBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.asyncCheckpoint_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.asyncCheckpoint_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.cacheBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.cacheBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.cancelBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.cancelBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.lockBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.lockBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.persistFile_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.persistFile_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.promoteBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.promoteBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.requestBlockLocation_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.requestBlockLocation_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.requestSpace_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.requestSpace_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.sessionHeartbeat_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.sessionHeartbeat_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.unlockBlock_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.thrift.WorkerService.unlockBlock_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.underfs.UnderFileSystem.SpaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.underfs.UnderFileSystem.UnderFSType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum tachyon.exception.ExceptionMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.exception.TachyonExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.network.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.network.protocol.RPCMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.network.protocol.RPCResponse.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.security.authentication.AuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockLocation._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.getBlockInfo_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.getBlockInfo_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.getCapacityBytes_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.getUsedBytes_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.getUsedBytes_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.getWorkerInfoList_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.workerCommitBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.workerGetWorkerId_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.workerHeartbeat_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.workerRegister_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.BlockMasterService.workerRegister_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.CheckpointFile._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.Command._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.CreateTOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.DependencyInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileBlockInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.completeFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.completeFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.create_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.create_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.deleteFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.deleteFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.free_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.free_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getFileId_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getFileId_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfo_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getFileInfoList_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.getUfsAddress_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.loadMetadata_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.mkdir_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.mkdir_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.mount_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.mount_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.persistFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.persistFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.renameFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.renameFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.reportLostFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.setPinned_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.setPinned_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.unmount_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.unmount_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.JobConfInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageCommand._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageFileInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.asyncCompleteFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.createLineage_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.createLineage_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.deleteLineage_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.deleteLineage_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.getLineageInfoList_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.reinitializeFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.reinitializeFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.MkdirTOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.NetAddress._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RawTableInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RawTableMasterService.createRawTable_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RawTableMasterService.createRawTable_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RawTableMasterService.getRawTableId_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RawTableMasterService.getRawTableId_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.TachyonTException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.ThriftIOException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.accessBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.accessBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.asyncCheckpoint_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.asyncCheckpoint_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.cacheBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.cacheBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.cancelBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.cancelBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.lockBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.lockBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.persistFile_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.persistFile_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.promoteBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.promoteBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.requestBlockLocation_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.requestBlockLocation_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.requestSpace_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.requestSpace_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.sessionHeartbeat_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.sessionHeartbeat_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.unlockBlock_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.thrift.WorkerService.unlockBlock_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.underfs.UnderFileSystem.SpaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.underfs.UnderFileSystem.UnderFSType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in tachyon
The version of the current build.
Version() - Constructor for class tachyon.Version
 
VERSION - Static variable in class tachyon.Version
 

W

warmUpLoop() - Static method in class tachyon.util.CommonUtils
Common empty loop utility that serves the purpose of warming up the JVM before performance microbenchmarks.
WEB_RESOURCES - Static variable in class tachyon.Constants
 
WEB_THREAD_COUNT - Static variable in class tachyon.Constants
 
WILDCARD - Static variable in class tachyon.TachyonURI
 
WILDCARD_ADDRESS - Static variable in class tachyon.util.network.NetworkAddressUtils
 
WINDOWS - Static variable in class tachyon.util.network.NetworkAddressUtils
Checks if the underlying OS is Windows.
WORKER_ALLOCATOR_CLASS - Static variable in class tachyon.Constants
 
WORKER_BIND_HOST - Static variable in class tachyon.Constants
 
WORKER_BLOCK_HEARTBEAT_INTERVAL_MS - Static variable in class tachyon.Constants
 
WORKER_BLOCK_HEARTBEAT_TIMEOUT_MS - Static variable in class tachyon.Constants
 
WORKER_CLIENT - Static variable in class tachyon.heartbeat.HeartbeatContext
 
WORKER_DATA_BIND_HOST - Static variable in class tachyon.Constants
 
WORKER_DATA_FOLDER - Static variable in class tachyon.Constants
 
WORKER_DATA_HOSTNAME - Static variable in class tachyon.Constants
 
WORKER_DATA_PORT - Static variable in class tachyon.Constants
 
WORKER_DATA_SERVER - Static variable in class tachyon.Constants
 
WORKER_EVICTOR_CLASS - Static variable in class tachyon.Constants
 
WORKER_EVICTOR_LRFU_ATTENUATION_FACTOR - Static variable in class tachyon.Constants
 
WORKER_EVICTOR_LRFU_STEP_FACTOR - Static variable in class tachyon.Constants
 
WORKER_HOSTNAME - Static variable in class tachyon.Constants
 
WORKER_KEYTAB_KEY - Static variable in class tachyon.Constants
 
WORKER_LINEAGE_HEARTBEAT_INTERVAL_MS - Static variable in class tachyon.Constants
 
WORKER_LINEAGE_SYNC - Static variable in class tachyon.heartbeat.HeartbeatContext
 
WORKER_MEMORY_SIZE - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_BACKLOG - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_BOSS_THREADS - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_BUFFER_RECEIVE - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_BUFFER_SEND - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_CHANNEL - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_FILE_TRANSFER_TYPE - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_SHUTDOWN_QUIET_PERIOD - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_SHUTDOWN_TIMEOUT - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_WATERMARK_HIGH - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_WATERMARK_LOW - Static variable in class tachyon.Constants
 
WORKER_NETWORK_NETTY_WORKER_THREADS - Static variable in class tachyon.Constants
 
WORKER_PORT - Static variable in class tachyon.Constants
 
WORKER_PRINCIPAL_KEY - Static variable in class tachyon.Constants
 
WORKER_SESSION_TIMEOUT_MS - Static variable in class tachyon.Constants
 
WORKER_TIERED_STORAGE_LEVEL_MAX - Static variable in class tachyon.Constants
 
WORKER_TIERED_STORE_BLOCK_LOCKS - Static variable in class tachyon.Constants
 
WORKER_TIERED_STORE_LEVEL_ALIAS_FORMAT - Static variable in class tachyon.Constants
This format is used as a template to generate the property name for a given level.
WORKER_TIERED_STORE_LEVEL_DIRS_PATH_FORMAT - Static variable in class tachyon.Constants
This format is used as a template to generate the property name for a given level.
WORKER_TIERED_STORE_LEVEL_DIRS_QUOTA_FORMAT - Static variable in class tachyon.Constants
This format is used as a template to generate the property name for a given level.
WORKER_TIERED_STORE_LEVEL_RESERVED_RATIO_FORMAT - Static variable in class tachyon.Constants
This format is used as a template to generate the property name for a given level.
WORKER_TIERED_STORE_RESERVER_ENABLED - Static variable in class tachyon.Constants
 
WORKER_TIERED_STORE_RESERVER_INTERVAL_MS - Static variable in class tachyon.Constants
 
WORKER_WEB_BIND_HOST - Static variable in class tachyon.Constants
 
WORKER_WEB_HOSTNAME - Static variable in class tachyon.Constants
 
WORKER_WEB_PORT - Static variable in class tachyon.Constants
 
WORKER_WORKER_BLOCK_THREADS_MAX - Static variable in class tachyon.Constants
 
WORKER_WORKER_BLOCK_THREADS_MIN - Static variable in class tachyon.Constants
 
workerAddress - Variable in class tachyon.thrift.BlockLocation
 
WorkerClient - Class in tachyon.worker
The client talks to a worker server.
WorkerClient(NetAddress, ExecutorService, TachyonConf, long, boolean, ClientMetrics) - Constructor for class tachyon.worker.WorkerClient
Creates a WorkerClient.
workerCommitBlock(long, long, int, long, long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterService.AsyncClient
 
workerCommitBlock(long, long, int, long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterService.AsyncIface
 
workerCommitBlock(long, long, int, long, long) - Method in class tachyon.thrift.BlockMasterService.Client
 
workerCommitBlock(long, long, int, long, long) - Method in interface tachyon.thrift.BlockMasterService.Iface
 
workerGetPinIdList(AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient
 
workerGetPinIdList(AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterService.AsyncIface
 
workerGetPinIdList() - Method in class tachyon.thrift.FileSystemMasterService.Client
 
workerGetPinIdList() - Method in interface tachyon.thrift.FileSystemMasterService.Iface
 
workerGetWorkerId(NetAddress, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterService.AsyncClient
 
workerGetWorkerId(NetAddress, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterService.AsyncIface
 
workerGetWorkerId(NetAddress) - Method in class tachyon.thrift.BlockMasterService.Client
 
workerGetWorkerId(NetAddress) - Method in interface tachyon.thrift.BlockMasterService.Iface
 
workerHeartbeat(long, List<Long>, List<Long>, Map<Long, List<Long>>, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterService.AsyncClient
 
workerHeartbeat(long, List<Long>, List<Long>, Map<Long, List<Long>>, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterService.AsyncIface
 
workerHeartbeat(long, List<Long>, List<Long>, Map<Long, List<Long>>) - Method in class tachyon.thrift.BlockMasterService.Client
 
workerHeartbeat(long, List<Long>, List<Long>, Map<Long, List<Long>>) - Method in interface tachyon.thrift.BlockMasterService.Iface
 
workerId - Variable in class tachyon.thrift.BlockLocation
 
workerId - Variable in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
workerId - Variable in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
workerId - Variable in class tachyon.thrift.BlockMasterService.workerRegister_args
 
workerId - Variable in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
WorkerInfo - Class in tachyon.thrift
 
WorkerInfo() - Constructor for class tachyon.thrift.WorkerInfo
 
WorkerInfo(long, NetAddress, int, String, long, long, long) - Constructor for class tachyon.thrift.WorkerInfo
 
WorkerInfo(WorkerInfo) - Constructor for class tachyon.thrift.WorkerInfo
Performs a deep copy on other.
WorkerInfo._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
workerLineageHeartbeat(long, List<Long>, AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterService.AsyncClient
 
workerLineageHeartbeat(long, List<Long>, AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterService.AsyncIface
 
workerLineageHeartbeat(long, List<Long>) - Method in class tachyon.thrift.LineageMasterService.Client
 
workerLineageHeartbeat(long, List<Long>) - Method in interface tachyon.thrift.LineageMasterService.Iface
 
workerNetAddress - Variable in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
WorkerOutOfSpaceException - Exception in tachyon.exception
 
WorkerOutOfSpaceException(String) - Constructor for exception tachyon.exception.WorkerOutOfSpaceException
 
WorkerOutOfSpaceException(String, Throwable) - Constructor for exception tachyon.exception.WorkerOutOfSpaceException
 
WorkerOutOfSpaceException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.WorkerOutOfSpaceException
 
WorkerOutOfSpaceException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.WorkerOutOfSpaceException
 
workerRegister(long, List<Long>, List<Long>, Map<Long, List<Long>>, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterService.AsyncClient
 
workerRegister(long, List<Long>, List<Long>, Map<Long, List<Long>>, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterService.AsyncIface
 
workerRegister(long, List<Long>, List<Long>, Map<Long, List<Long>>) - Method in class tachyon.thrift.BlockMasterService.Client
 
workerRegister(long, List<Long>, List<Long>, Map<Long, List<Long>>) - Method in interface tachyon.thrift.BlockMasterService.Iface
 
WorkerService - Class in tachyon.thrift
 
WorkerService() - Constructor for class tachyon.thrift.WorkerService
 
WorkerService.accessBlock_args - Class in tachyon.thrift
 
WorkerService.accessBlock_args() - Constructor for class tachyon.thrift.WorkerService.accessBlock_args
 
WorkerService.accessBlock_args(long) - Constructor for class tachyon.thrift.WorkerService.accessBlock_args
 
WorkerService.accessBlock_args(WorkerService.accessBlock_args) - Constructor for class tachyon.thrift.WorkerService.accessBlock_args
Performs a deep copy on other.
WorkerService.accessBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.accessBlock_result - Class in tachyon.thrift
 
WorkerService.accessBlock_result() - Constructor for class tachyon.thrift.WorkerService.accessBlock_result
 
WorkerService.accessBlock_result(WorkerService.accessBlock_result) - Constructor for class tachyon.thrift.WorkerService.accessBlock_result
Performs a deep copy on other.
WorkerService.accessBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.asyncCheckpoint_args - Class in tachyon.thrift
 
WorkerService.asyncCheckpoint_args() - Constructor for class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
WorkerService.asyncCheckpoint_args(long) - Constructor for class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
WorkerService.asyncCheckpoint_args(WorkerService.asyncCheckpoint_args) - Constructor for class tachyon.thrift.WorkerService.asyncCheckpoint_args
Performs a deep copy on other.
WorkerService.asyncCheckpoint_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.asyncCheckpoint_result - Class in tachyon.thrift
 
WorkerService.asyncCheckpoint_result() - Constructor for class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
WorkerService.asyncCheckpoint_result(boolean, TachyonTException) - Constructor for class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
WorkerService.asyncCheckpoint_result(WorkerService.asyncCheckpoint_result) - Constructor for class tachyon.thrift.WorkerService.asyncCheckpoint_result
Performs a deep copy on other.
WorkerService.asyncCheckpoint_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.AsyncClient - Class in tachyon.thrift
 
WorkerService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient
 
WorkerService.AsyncClient.accessBlock_call - Class in tachyon.thrift
 
WorkerService.AsyncClient.accessBlock_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.accessBlock_call
 
WorkerService.AsyncClient.asyncCheckpoint_call - Class in tachyon.thrift
 
WorkerService.AsyncClient.asyncCheckpoint_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.asyncCheckpoint_call
 
WorkerService.AsyncClient.cacheBlock_call - Class in tachyon.thrift
 
WorkerService.AsyncClient.cacheBlock_call(long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.cacheBlock_call
 
WorkerService.AsyncClient.cancelBlock_call - Class in tachyon.thrift
 
WorkerService.AsyncClient.cancelBlock_call(long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.cancelBlock_call
 
WorkerService.AsyncClient.Factory - Class in tachyon.thrift
 
WorkerService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.Factory
 
WorkerService.AsyncClient.lockBlock_call - Class in tachyon.thrift
 
WorkerService.AsyncClient.lockBlock_call(long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.lockBlock_call
 
WorkerService.AsyncClient.persistFile_call - Class in tachyon.thrift
 
WorkerService.AsyncClient.persistFile_call(long, long, String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.persistFile_call
 
WorkerService.AsyncClient.promoteBlock_call - Class in tachyon.thrift
 
WorkerService.AsyncClient.promoteBlock_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.promoteBlock_call
 
WorkerService.AsyncClient.requestBlockLocation_call - Class in tachyon.thrift
 
WorkerService.AsyncClient.requestBlockLocation_call(long, long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.requestBlockLocation_call
 
WorkerService.AsyncClient.requestSpace_call - Class in tachyon.thrift
 
WorkerService.AsyncClient.requestSpace_call(long, long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.requestSpace_call
 
WorkerService.AsyncClient.sessionHeartbeat_call - Class in tachyon.thrift
 
WorkerService.AsyncClient.sessionHeartbeat_call(long, List<Long>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.sessionHeartbeat_call
 
WorkerService.AsyncClient.unlockBlock_call - Class in tachyon.thrift
 
WorkerService.AsyncClient.unlockBlock_call(long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.WorkerService.AsyncClient.unlockBlock_call
 
WorkerService.AsyncIface - Interface in tachyon.thrift
 
WorkerService.AsyncProcessor<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor(I) - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor
 
WorkerService.AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor
 
WorkerService.AsyncProcessor.accessBlock<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor.accessBlock() - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor.accessBlock
 
WorkerService.AsyncProcessor.asyncCheckpoint<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor.asyncCheckpoint() - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor.asyncCheckpoint
 
WorkerService.AsyncProcessor.cacheBlock<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor.cacheBlock() - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor.cacheBlock
 
WorkerService.AsyncProcessor.cancelBlock<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor.cancelBlock() - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor.cancelBlock
 
WorkerService.AsyncProcessor.lockBlock<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor.lockBlock() - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor.lockBlock
 
WorkerService.AsyncProcessor.persistFile<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor.persistFile() - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor.persistFile
 
WorkerService.AsyncProcessor.promoteBlock<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor.promoteBlock() - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor.promoteBlock
 
WorkerService.AsyncProcessor.requestBlockLocation<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor.requestBlockLocation() - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor.requestBlockLocation
 
WorkerService.AsyncProcessor.requestSpace<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor.requestSpace() - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor.requestSpace
 
WorkerService.AsyncProcessor.sessionHeartbeat<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor.sessionHeartbeat() - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor.sessionHeartbeat
 
WorkerService.AsyncProcessor.unlockBlock<I extends WorkerService.AsyncIface> - Class in tachyon.thrift
 
WorkerService.AsyncProcessor.unlockBlock() - Constructor for class tachyon.thrift.WorkerService.AsyncProcessor.unlockBlock
 
WorkerService.cacheBlock_args - Class in tachyon.thrift
 
WorkerService.cacheBlock_args() - Constructor for class tachyon.thrift.WorkerService.cacheBlock_args
 
WorkerService.cacheBlock_args(long, long) - Constructor for class tachyon.thrift.WorkerService.cacheBlock_args
 
WorkerService.cacheBlock_args(WorkerService.cacheBlock_args) - Constructor for class tachyon.thrift.WorkerService.cacheBlock_args
Performs a deep copy on other.
WorkerService.cacheBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.cacheBlock_result - Class in tachyon.thrift
 
WorkerService.cacheBlock_result() - Constructor for class tachyon.thrift.WorkerService.cacheBlock_result
 
WorkerService.cacheBlock_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.WorkerService.cacheBlock_result
 
WorkerService.cacheBlock_result(WorkerService.cacheBlock_result) - Constructor for class tachyon.thrift.WorkerService.cacheBlock_result
Performs a deep copy on other.
WorkerService.cacheBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.cancelBlock_args - Class in tachyon.thrift
 
WorkerService.cancelBlock_args() - Constructor for class tachyon.thrift.WorkerService.cancelBlock_args
 
WorkerService.cancelBlock_args(long, long) - Constructor for class tachyon.thrift.WorkerService.cancelBlock_args
 
WorkerService.cancelBlock_args(WorkerService.cancelBlock_args) - Constructor for class tachyon.thrift.WorkerService.cancelBlock_args
Performs a deep copy on other.
WorkerService.cancelBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.cancelBlock_result - Class in tachyon.thrift
 
WorkerService.cancelBlock_result() - Constructor for class tachyon.thrift.WorkerService.cancelBlock_result
 
WorkerService.cancelBlock_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.WorkerService.cancelBlock_result
 
WorkerService.cancelBlock_result(WorkerService.cancelBlock_result) - Constructor for class tachyon.thrift.WorkerService.cancelBlock_result
Performs a deep copy on other.
WorkerService.cancelBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.Client - Class in tachyon.thrift
 
WorkerService.Client(TProtocol) - Constructor for class tachyon.thrift.WorkerService.Client
 
WorkerService.Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.WorkerService.Client
 
WorkerService.Client.Factory - Class in tachyon.thrift
 
WorkerService.Client.Factory() - Constructor for class tachyon.thrift.WorkerService.Client.Factory
 
WorkerService.Iface - Interface in tachyon.thrift
 
WorkerService.lockBlock_args - Class in tachyon.thrift
 
WorkerService.lockBlock_args() - Constructor for class tachyon.thrift.WorkerService.lockBlock_args
 
WorkerService.lockBlock_args(long, long) - Constructor for class tachyon.thrift.WorkerService.lockBlock_args
 
WorkerService.lockBlock_args(WorkerService.lockBlock_args) - Constructor for class tachyon.thrift.WorkerService.lockBlock_args
Performs a deep copy on other.
WorkerService.lockBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.lockBlock_result - Class in tachyon.thrift
 
WorkerService.lockBlock_result() - Constructor for class tachyon.thrift.WorkerService.lockBlock_result
 
WorkerService.lockBlock_result(String, TachyonTException) - Constructor for class tachyon.thrift.WorkerService.lockBlock_result
 
WorkerService.lockBlock_result(WorkerService.lockBlock_result) - Constructor for class tachyon.thrift.WorkerService.lockBlock_result
Performs a deep copy on other.
WorkerService.lockBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.persistFile_args - Class in tachyon.thrift
 
WorkerService.persistFile_args() - Constructor for class tachyon.thrift.WorkerService.persistFile_args
 
WorkerService.persistFile_args(long, long, String) - Constructor for class tachyon.thrift.WorkerService.persistFile_args
 
WorkerService.persistFile_args(WorkerService.persistFile_args) - Constructor for class tachyon.thrift.WorkerService.persistFile_args
Performs a deep copy on other.
WorkerService.persistFile_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.persistFile_result - Class in tachyon.thrift
 
WorkerService.persistFile_result() - Constructor for class tachyon.thrift.WorkerService.persistFile_result
 
WorkerService.persistFile_result(TachyonTException) - Constructor for class tachyon.thrift.WorkerService.persistFile_result
 
WorkerService.persistFile_result(WorkerService.persistFile_result) - Constructor for class tachyon.thrift.WorkerService.persistFile_result
Performs a deep copy on other.
WorkerService.persistFile_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.Processor<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor(I) - Constructor for class tachyon.thrift.WorkerService.Processor
 
WorkerService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class tachyon.thrift.WorkerService.Processor
 
WorkerService.Processor.accessBlock<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor.accessBlock() - Constructor for class tachyon.thrift.WorkerService.Processor.accessBlock
 
WorkerService.Processor.asyncCheckpoint<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor.asyncCheckpoint() - Constructor for class tachyon.thrift.WorkerService.Processor.asyncCheckpoint
 
WorkerService.Processor.cacheBlock<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor.cacheBlock() - Constructor for class tachyon.thrift.WorkerService.Processor.cacheBlock
 
WorkerService.Processor.cancelBlock<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor.cancelBlock() - Constructor for class tachyon.thrift.WorkerService.Processor.cancelBlock
 
WorkerService.Processor.lockBlock<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor.lockBlock() - Constructor for class tachyon.thrift.WorkerService.Processor.lockBlock
 
WorkerService.Processor.persistFile<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor.persistFile() - Constructor for class tachyon.thrift.WorkerService.Processor.persistFile
 
WorkerService.Processor.promoteBlock<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor.promoteBlock() - Constructor for class tachyon.thrift.WorkerService.Processor.promoteBlock
 
WorkerService.Processor.requestBlockLocation<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor.requestBlockLocation() - Constructor for class tachyon.thrift.WorkerService.Processor.requestBlockLocation
 
WorkerService.Processor.requestSpace<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor.requestSpace() - Constructor for class tachyon.thrift.WorkerService.Processor.requestSpace
 
WorkerService.Processor.sessionHeartbeat<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor.sessionHeartbeat() - Constructor for class tachyon.thrift.WorkerService.Processor.sessionHeartbeat
 
WorkerService.Processor.unlockBlock<I extends WorkerService.Iface> - Class in tachyon.thrift
 
WorkerService.Processor.unlockBlock() - Constructor for class tachyon.thrift.WorkerService.Processor.unlockBlock
 
WorkerService.promoteBlock_args - Class in tachyon.thrift
 
WorkerService.promoteBlock_args() - Constructor for class tachyon.thrift.WorkerService.promoteBlock_args
 
WorkerService.promoteBlock_args(long) - Constructor for class tachyon.thrift.WorkerService.promoteBlock_args
 
WorkerService.promoteBlock_args(WorkerService.promoteBlock_args) - Constructor for class tachyon.thrift.WorkerService.promoteBlock_args
Performs a deep copy on other.
WorkerService.promoteBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.promoteBlock_result - Class in tachyon.thrift
 
WorkerService.promoteBlock_result() - Constructor for class tachyon.thrift.WorkerService.promoteBlock_result
 
WorkerService.promoteBlock_result(boolean, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.WorkerService.promoteBlock_result
 
WorkerService.promoteBlock_result(WorkerService.promoteBlock_result) - Constructor for class tachyon.thrift.WorkerService.promoteBlock_result
Performs a deep copy on other.
WorkerService.promoteBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.requestBlockLocation_args - Class in tachyon.thrift
 
WorkerService.requestBlockLocation_args() - Constructor for class tachyon.thrift.WorkerService.requestBlockLocation_args
 
WorkerService.requestBlockLocation_args(long, long, long) - Constructor for class tachyon.thrift.WorkerService.requestBlockLocation_args
 
WorkerService.requestBlockLocation_args(WorkerService.requestBlockLocation_args) - Constructor for class tachyon.thrift.WorkerService.requestBlockLocation_args
Performs a deep copy on other.
WorkerService.requestBlockLocation_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.requestBlockLocation_result - Class in tachyon.thrift
 
WorkerService.requestBlockLocation_result() - Constructor for class tachyon.thrift.WorkerService.requestBlockLocation_result
 
WorkerService.requestBlockLocation_result(String, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.WorkerService.requestBlockLocation_result
 
WorkerService.requestBlockLocation_result(WorkerService.requestBlockLocation_result) - Constructor for class tachyon.thrift.WorkerService.requestBlockLocation_result
Performs a deep copy on other.
WorkerService.requestBlockLocation_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.requestSpace_args - Class in tachyon.thrift
 
WorkerService.requestSpace_args() - Constructor for class tachyon.thrift.WorkerService.requestSpace_args
 
WorkerService.requestSpace_args(long, long, long) - Constructor for class tachyon.thrift.WorkerService.requestSpace_args
 
WorkerService.requestSpace_args(WorkerService.requestSpace_args) - Constructor for class tachyon.thrift.WorkerService.requestSpace_args
Performs a deep copy on other.
WorkerService.requestSpace_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.requestSpace_result - Class in tachyon.thrift
 
WorkerService.requestSpace_result() - Constructor for class tachyon.thrift.WorkerService.requestSpace_result
 
WorkerService.requestSpace_result(boolean, TachyonTException) - Constructor for class tachyon.thrift.WorkerService.requestSpace_result
 
WorkerService.requestSpace_result(WorkerService.requestSpace_result) - Constructor for class tachyon.thrift.WorkerService.requestSpace_result
Performs a deep copy on other.
WorkerService.requestSpace_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.sessionHeartbeat_args - Class in tachyon.thrift
 
WorkerService.sessionHeartbeat_args() - Constructor for class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
WorkerService.sessionHeartbeat_args(long, List<Long>) - Constructor for class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
WorkerService.sessionHeartbeat_args(WorkerService.sessionHeartbeat_args) - Constructor for class tachyon.thrift.WorkerService.sessionHeartbeat_args
Performs a deep copy on other.
WorkerService.sessionHeartbeat_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.sessionHeartbeat_result - Class in tachyon.thrift
 
WorkerService.sessionHeartbeat_result() - Constructor for class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
WorkerService.sessionHeartbeat_result(WorkerService.sessionHeartbeat_result) - Constructor for class tachyon.thrift.WorkerService.sessionHeartbeat_result
Performs a deep copy on other.
WorkerService.sessionHeartbeat_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.unlockBlock_args - Class in tachyon.thrift
 
WorkerService.unlockBlock_args() - Constructor for class tachyon.thrift.WorkerService.unlockBlock_args
 
WorkerService.unlockBlock_args(long, long) - Constructor for class tachyon.thrift.WorkerService.unlockBlock_args
 
WorkerService.unlockBlock_args(WorkerService.unlockBlock_args) - Constructor for class tachyon.thrift.WorkerService.unlockBlock_args
Performs a deep copy on other.
WorkerService.unlockBlock_args._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
WorkerService.unlockBlock_result - Class in tachyon.thrift
 
WorkerService.unlockBlock_result() - Constructor for class tachyon.thrift.WorkerService.unlockBlock_result
 
WorkerService.unlockBlock_result(boolean) - Constructor for class tachyon.thrift.WorkerService.unlockBlock_result
 
WorkerService.unlockBlock_result(WorkerService.unlockBlock_result) - Constructor for class tachyon.thrift.WorkerService.unlockBlock_result
Performs a deep copy on other.
WorkerService.unlockBlock_result._Fields - Enum in tachyon.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
wrap(byte[], int, int) - Method in class tachyon.security.authentication.PlainSaslServer
 
write(TProtocol) - Method in class tachyon.thrift.BlockInfo
 
write(TProtocol) - Method in class tachyon.thrift.BlockLocation
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getBlockInfo_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getCapacityBytes_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getUsedBytes_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.getWorkerInfoList_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerCommitBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerGetWorkerId_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerHeartbeat_result
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerRegister_args
 
write(TProtocol) - Method in class tachyon.thrift.BlockMasterService.workerRegister_result
 
write(TProtocol) - Method in class tachyon.thrift.CheckpointFile
 
write(TProtocol) - Method in class tachyon.thrift.Command
 
write(TProtocol) - Method in class tachyon.thrift.CommandLineJobInfo
 
write(TProtocol) - Method in class tachyon.thrift.CreateTOptions
 
write(TProtocol) - Method in class tachyon.thrift.DependencyInfo
 
write(TProtocol) - Method in class tachyon.thrift.FileBlockInfo
 
write(TProtocol) - Method in class tachyon.thrift.FileInfo
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.completeFile_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.create_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.create_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.deleteFile_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.free_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.free_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfo_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileBlockInfoList_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileId_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfo_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getFileInfoList_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getNewBlockIdForFile_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.getUfsAddress_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.loadMetadata_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.mkdir_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.mount_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.mount_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.persistFile_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.renameFile_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.reportLostFile_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.setPinned_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.unmount_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.unmount_result
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_args
 
write(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.workerGetPinIdList_result
 
write(TProtocol) - Method in class tachyon.thrift.JobConfInfo
 
write(TProtocol) - Method in class tachyon.thrift.LineageCommand
 
write(TProtocol) - Method in class tachyon.thrift.LineageFileInfo
 
write(TProtocol) - Method in class tachyon.thrift.LineageInfo
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_args
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.asyncCompleteFile_result
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.createLineage_args
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.createLineage_result
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_args
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.deleteLineage_result
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_args
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.getLineageInfoList_result
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_args
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.reinitializeFile_result
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_args
 
write(TProtocol) - Method in class tachyon.thrift.LineageMasterService.workerLineageHeartbeat_result
 
write(TProtocol) - Method in class tachyon.thrift.MkdirTOptions
 
write(TProtocol) - Method in class tachyon.thrift.NetAddress
 
write(TProtocol) - Method in class tachyon.thrift.RawTableInfo
 
write(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_args
 
write(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.createRawTable_result
 
write(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_args
 
write(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoById_result
 
write(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_args
 
write(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getClientRawTableInfoByPath_result
 
write(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_args
 
write(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.getRawTableId_result
 
write(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_args
 
write(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.updateRawTableMetadata_result
 
write(TProtocol) - Method in exception tachyon.thrift.TachyonTException
 
write(TProtocol) - Method in exception tachyon.thrift.ThriftIOException
 
write(TProtocol) - Method in class tachyon.thrift.WorkerInfo
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.accessBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.accessBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_args
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.asyncCheckpoint_result
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.cacheBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.cacheBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.cancelBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.cancelBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.lockBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.lockBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.persistFile_args
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.persistFile_result
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.promoteBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.promoteBlock_result
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_args
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.requestBlockLocation_result
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.requestSpace_args
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.requestSpace_result
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_args
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.sessionHeartbeat_result
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.unlockBlock_args
 
write(TProtocol) - Method in class tachyon.thrift.WorkerService.unlockBlock_result
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterService.AsyncClient.getBlockInfo_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterService.AsyncClient.getCapacityBytes_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterService.AsyncClient.getUsedBytes_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterService.AsyncClient.getWorkerInfoList_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterService.AsyncClient.workerCommitBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterService.AsyncClient.workerGetWorkerId_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterService.AsyncClient.workerHeartbeat_call
 
write_args(TProtocol) - Method in class tachyon.thrift.BlockMasterService.AsyncClient.workerRegister_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.completeFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.create_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.deleteFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.free_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileBlockInfo_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileBlockInfoList_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileId_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileInfo_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getFileInfoList_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getNewBlockIdForFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.getUfsAddress_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.loadMetadata_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.mkdir_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.mount_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.persistFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.renameFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.reportLostFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.setPinned_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.unmount_call
 
write_args(TProtocol) - Method in class tachyon.thrift.FileSystemMasterService.AsyncClient.workerGetPinIdList_call
 
write_args(TProtocol) - Method in class tachyon.thrift.LineageMasterService.AsyncClient.asyncCompleteFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.LineageMasterService.AsyncClient.createLineage_call
 
write_args(TProtocol) - Method in class tachyon.thrift.LineageMasterService.AsyncClient.deleteLineage_call
 
write_args(TProtocol) - Method in class tachyon.thrift.LineageMasterService.AsyncClient.getLineageInfoList_call
 
write_args(TProtocol) - Method in class tachyon.thrift.LineageMasterService.AsyncClient.reinitializeFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.LineageMasterService.AsyncClient.workerLineageHeartbeat_call
 
write_args(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.AsyncClient.createRawTable_call
 
write_args(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.AsyncClient.getClientRawTableInfoById_call
 
write_args(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.AsyncClient.getClientRawTableInfoByPath_call
 
write_args(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.AsyncClient.getRawTableId_call
 
write_args(TProtocol) - Method in class tachyon.thrift.RawTableMasterService.AsyncClient.updateRawTableMetadata_call
 
write_args(TProtocol) - Method in class tachyon.thrift.WorkerService.AsyncClient.accessBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.WorkerService.AsyncClient.asyncCheckpoint_call
 
write_args(TProtocol) - Method in class tachyon.thrift.WorkerService.AsyncClient.cacheBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.WorkerService.AsyncClient.cancelBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.WorkerService.AsyncClient.lockBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.WorkerService.AsyncClient.persistFile_call
 
write_args(TProtocol) - Method in class tachyon.thrift.WorkerService.AsyncClient.promoteBlock_call
 
write_args(TProtocol) - Method in class tachyon.thrift.WorkerService.AsyncClient.requestBlockLocation_call
 
write_args(TProtocol) - Method in class tachyon.thrift.WorkerService.AsyncClient.requestSpace_call
 
write_args(TProtocol) - Method in class tachyon.thrift.WorkerService.AsyncClient.sessionHeartbeat_call
 
write_args(TProtocol) - Method in class tachyon.thrift.WorkerService.AsyncClient.unlockBlock_call
 
writeBufferToFile(String, byte[]) - Static method in class tachyon.util.io.BufferUtils
Writes buffer to the given file path.

Z

ZOOKEEPER_ADDRESS - Static variable in class tachyon.Constants
 
ZOOKEEPER_ELECTION_PATH - Static variable in class tachyon.Constants
 
ZOOKEEPER_ENABLED - Static variable in class tachyon.Constants
 
ZOOKEEPER_LEADER_PATH - Static variable in class tachyon.Constants
 
A B C D E F G H I J K L M N O P R S T U V W Z 

Copyright © 2015. All Rights Reserved.