RpcFuture<RpcCreateFile> |
RpcConnection.createFile(FileName filename,
CrailNodeType type,
int storageClass,
int locationClass,
boolean enumerable) |
RpcFuture<RpcCreateFile> |
RpcDispatcher.createFile(FileName filename,
CrailNodeType type,
int storageClass,
int locationClass,
boolean enumerable) |
RpcFuture<RpcVoid> |
RpcConnection.dumpNameNode() |
RpcFuture<RpcVoid> |
RpcDispatcher.dumpNameNode() |
RpcFuture<RpcGetBlock> |
RpcConnection.getBlock(long fd,
long token,
long position,
long capacity) |
RpcFuture<RpcGetBlock> |
RpcDispatcher.getBlock(long fd,
long token,
long position,
long capacity) |
RpcFuture<RpcGetDataNode> |
RpcConnection.getDataNode(DataNodeInfo dnInfo) |
RpcFuture<RpcGetDataNode> |
RpcDispatcher.getDataNode(DataNodeInfo dnInfo) |
RpcFuture<RpcGetFile> |
RpcConnection.getFile(FileName filename,
boolean writeable) |
RpcFuture<RpcGetFile> |
RpcDispatcher.getFile(FileName filename,
boolean writeable) |
RpcFuture<RpcGetLocation> |
RpcConnection.getLocation(FileName fileName,
long position) |
RpcFuture<RpcGetLocation> |
RpcDispatcher.getLocation(FileName fileName,
long position) |
RpcFuture<RpcPing> |
RpcConnection.pingNameNode() |
RpcFuture<RpcPing> |
RpcDispatcher.pingNameNode() |
RpcFuture<RpcDeleteFile> |
RpcConnection.removeFile(FileName filename,
boolean recursive) |
RpcFuture<RpcDeleteFile> |
RpcDispatcher.removeFile(FileName filename,
boolean recursive) |
RpcFuture<RpcRenameFile> |
RpcConnection.renameFile(FileName srcHash,
FileName dstHash) |
RpcFuture<RpcRenameFile> |
RpcDispatcher.renameFile(FileName srcHash,
FileName dstHash) |
RpcFuture<RpcVoid> |
RpcConnection.setBlock(BlockInfo blockInfo) |
RpcFuture<RpcVoid> |
RpcDispatcher.setBlock(BlockInfo blockInfo) |
RpcFuture<RpcVoid> |
RpcConnection.setFile(FileInfo fileInfo,
boolean close) |
RpcFuture<RpcVoid> |
RpcDispatcher.setFile(FileInfo fileInfo,
boolean close) |