Serialized Form


Package tachyon

Class tachyon.CheckpointInfo extends Object implements Serializable

serialVersionUID: -8873733429025713755L

Serialized Fields

COUNTER_INODE

int COUNTER_INODE

Package tachyon.thrift

Class tachyon.thrift.ClientFileInfo extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

int id

name

String name

path

String path

checkpointPath

String checkpointPath

sizeBytes

long sizeBytes

creationTimeMs

long creationTimeMs

ready

boolean ready

folder

boolean folder

inMemory

boolean inMemory

needPin

boolean needPin

needCache

boolean needCache

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.ClientRawTableInfo extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

int id

name

String name

path

String path

columns

int columns

metadata

ByteBuffer metadata

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.ClientWorkerInfo extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

long id

address

NetAddress address

lastContactSec

int lastContactSec

state

String state

capacityBytes

long capacityBytes

usedBytes

long usedBytes

starttimeMs

long starttimeMs

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.Command extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

mCommandType

CommandType mCommandType
See Also:
CommandType

mData

ByteBuffer mData

Class tachyon.thrift.FailedToCheckpointException extends Exception implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

Class tachyon.thrift.FileAlreadyExistException extends Exception implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

Class tachyon.thrift.FileDoesNotExistException extends Exception implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

Class tachyon.thrift.InvalidPathException extends Exception implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

Class tachyon.thrift.MasterService.addCheckpoint_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

workerId

long workerId

fileId

int fileId

fileSizeBytes

long fileSizeBytes

checkpointPath

String checkpointPath

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.addCheckpoint_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

boolean success

eP

FileDoesNotExistException eP

eS

SuspectedFileSizeException eS

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.cmd_ls_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

path

String path

Class tachyon.thrift.MasterService.cmd_ls_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

List<E> success

eI

InvalidPathException eI

eF

FileDoesNotExistException eF

Class tachyon.thrift.MasterService.user_createFile_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

filePath

String filePath

Class tachyon.thrift.MasterService.user_createFile_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

int success

eR

FileAlreadyExistException eR

eI

InvalidPathException eI

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_createRawTable_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

path

String path

columns

int columns

metadata

ByteBuffer metadata

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_createRawTable_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

int success

eR

FileAlreadyExistException eR

eI

InvalidPathException eI

eT

TableColumnException eT

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_deleteById_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

fileId

int fileId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_deleteById_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class tachyon.thrift.MasterService.user_deleteByPath_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

path

String path

Class tachyon.thrift.MasterService.user_deleteByPath_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

eI

InvalidPathException eI

eF

FileDoesNotExistException eF

Class tachyon.thrift.MasterService.user_getClientFileInfoById_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

fileId

int fileId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_getClientFileInfoById_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

ClientFileInfo success

e

FileDoesNotExistException e

Class tachyon.thrift.MasterService.user_getClientFileInfoByPath_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

filePath

String filePath

Class tachyon.thrift.MasterService.user_getClientFileInfoByPath_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

ClientFileInfo success

eF

FileDoesNotExistException eF

eI

InvalidPathException eI

Class tachyon.thrift.MasterService.user_getClientRawTableInfoById_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

tableId

int tableId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_getClientRawTableInfoById_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

ClientRawTableInfo success

e

TableDoesNotExistException e

Class tachyon.thrift.MasterService.user_getClientRawTableInfoByPath_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

tablePath

String tablePath

Class tachyon.thrift.MasterService.user_getClientRawTableInfoByPath_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

ClientRawTableInfo success

eT

TableDoesNotExistException eT

eI

InvalidPathException eI

Class tachyon.thrift.MasterService.user_getFileId_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

filePath

String filePath

Class tachyon.thrift.MasterService.user_getFileId_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

int success

e

InvalidPathException e

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_getFileLocationsById_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

fileId

int fileId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_getFileLocationsById_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

List<E> success

e

FileDoesNotExistException e

Class tachyon.thrift.MasterService.user_getFileLocationsByPath_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

filePath

String filePath

Class tachyon.thrift.MasterService.user_getFileLocationsByPath_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

List<E> success

eF

FileDoesNotExistException eF

eI

InvalidPathException eI

Class tachyon.thrift.MasterService.user_getNumberOfFiles_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

path

String path

Class tachyon.thrift.MasterService.user_getNumberOfFiles_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

int success

eR

FileDoesNotExistException eR

eI

InvalidPathException eI

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_getRawTableId_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

path

String path

Class tachyon.thrift.MasterService.user_getRawTableId_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

int success

e

InvalidPathException e

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_getUnderfsAddress_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class tachyon.thrift.MasterService.user_getUnderfsAddress_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

String success

Class tachyon.thrift.MasterService.user_getUserId_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class tachyon.thrift.MasterService.user_getUserId_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

long success

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_getWorker_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

random

boolean random

host

String host

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_getWorker_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

NetAddress success

e

NoLocalWorkerException e

Class tachyon.thrift.MasterService.user_listFiles_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

path

String path

recursive

boolean recursive

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_listFiles_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

List<E> success

eF

FileDoesNotExistException eF

eI

InvalidPathException eI

Class tachyon.thrift.MasterService.user_ls_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

path

String path

recursive

boolean recursive

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_ls_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

List<E> success

eF

FileDoesNotExistException eF

eI

InvalidPathException eI

Class tachyon.thrift.MasterService.user_mkdir_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

path

String path

Class tachyon.thrift.MasterService.user_mkdir_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

int success

eR

FileAlreadyExistException eR

eI

InvalidPathException eI

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_outOfMemoryForPinFile_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

fileId

int fileId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_outOfMemoryForPinFile_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class tachyon.thrift.MasterService.user_renameFile_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

srcFilePath

String srcFilePath

dstFilePath

String dstFilePath

Class tachyon.thrift.MasterService.user_renameFile_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

eA

FileAlreadyExistException eA

eF

FileDoesNotExistException eF

eI

InvalidPathException eI

Class tachyon.thrift.MasterService.user_unpinFile_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

fileId

int fileId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_unpinFile_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

e

FileDoesNotExistException e

Class tachyon.thrift.MasterService.user_updateRawTableMetadata_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

tableId

int tableId

metadata

ByteBuffer metadata

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.user_updateRawTableMetadata_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

e

TableDoesNotExistException e

Class tachyon.thrift.MasterService.worker_cacheFile_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

workerId

long workerId

workerUsedBytes

long workerUsedBytes

fileId

int fileId

fileSizeBytes

long fileSizeBytes

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.worker_cacheFile_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

eP

FileDoesNotExistException eP

eS

SuspectedFileSizeException eS

Class tachyon.thrift.MasterService.worker_getPinIdList_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class tachyon.thrift.MasterService.worker_getPinIdList_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

Set<E> success

Class tachyon.thrift.MasterService.worker_heartbeat_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

workerId

long workerId

usedBytes

long usedBytes

removedFiles

List<E> removedFiles

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.worker_heartbeat_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

Command success

Class tachyon.thrift.MasterService.worker_register_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

workerNetAddress

NetAddress workerNetAddress

totalBytes

long totalBytes

usedBytes

long usedBytes

currentFiles

List<E> currentFiles

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.MasterService.worker_register_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

long success

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.NetAddress extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

mHost

String mHost

mPort

int mPort

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.NoLocalWorkerException extends Exception implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

Class tachyon.thrift.OutOfMemoryForPinFileException extends Exception implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

Class tachyon.thrift.SuspectedFileSizeException extends Exception implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

Class tachyon.thrift.TableColumnException extends Exception implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

Class tachyon.thrift.TableDoesNotExistException extends Exception implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

Class tachyon.thrift.WorkerService.accessFile_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

fileId

int fileId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.WorkerService.accessFile_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class tachyon.thrift.WorkerService.addCheckpoint_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

userId

long userId

fileId

int fileId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.WorkerService.addCheckpoint_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

eP

FileDoesNotExistException eP

eS

SuspectedFileSizeException eS

eF

FailedToCheckpointException eF

Class tachyon.thrift.WorkerService.cacheFile_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

userId

long userId

fileId

int fileId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.WorkerService.cacheFile_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

eP

FileDoesNotExistException eP

eS

SuspectedFileSizeException eS

Class tachyon.thrift.WorkerService.getDataFolder_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class tachyon.thrift.WorkerService.getDataFolder_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

String success

Class tachyon.thrift.WorkerService.getUserTempFolder_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

userId

long userId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.WorkerService.getUserTempFolder_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

String success

Class tachyon.thrift.WorkerService.getUserUnderfsTempFolder_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

userId

long userId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.WorkerService.getUserUnderfsTempFolder_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

String success

Class tachyon.thrift.WorkerService.lockFile_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

fileId

int fileId

userId

long userId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.WorkerService.lockFile_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class tachyon.thrift.WorkerService.requestSpace_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

userId

long userId

requestBytes

long requestBytes

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.WorkerService.requestSpace_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

boolean success

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.WorkerService.returnSpace_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

userId

long userId

returnedBytes

long returnedBytes

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.WorkerService.returnSpace_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class tachyon.thrift.WorkerService.unlockFile_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

fileId

int fileId

userId

long userId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.WorkerService.unlockFile_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class tachyon.thrift.WorkerService.userHeartbeat_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

userId

long userId

__isset_bit_vector

BitSet __isset_bit_vector

Class tachyon.thrift.WorkerService.userHeartbeat_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Package tachyon.web

Class tachyon.web.WebInterfaceBrowseServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 6121623049981468871L

Serialized Fields

LOG

org.apache.log4j.Logger LOG

mMasterInfo

MasterInfo mMasterInfo

Class tachyon.web.WebInterfaceGeneralServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 2335205655766736309L

Serialized Fields

mMasterInfo

MasterInfo mMasterInfo

Class tachyon.web.WebInterfaceMemoryServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 4293149962399443914L

Serialized Fields

mMasterInfo

MasterInfo mMasterInfo



Copyright © 2013. All Rights Reserved.