| Package | Description |
|---|---|
| org.apache.crail.metadata | |
| org.apache.crail.rpc | |
| org.apache.crail.storage | |
| org.apache.crail.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockInfo.setBlockInfo(BlockInfo blockInfo) |
| Modifier and Type | Method and Description |
|---|---|
BlockInfo |
RpcGetBlock.getBlockInfo() |
BlockInfo |
RpcGetLocation.getBlockInfo() |
BlockInfo |
RpcCreateFile.getDirBlock() |
BlockInfo |
RpcRenameFile.getDstBlock() |
BlockInfo |
RpcCreateFile.getFileBlock() |
BlockInfo |
RpcGetFile.getFileBlock() |
BlockInfo |
RpcRenameFile.getSrcBlock() |
| Modifier and Type | Method and Description |
|---|---|
RpcFuture<RpcVoid> |
RpcConnection.setBlock(BlockInfo blockInfo) |
RpcFuture<RpcVoid> |
RpcDispatcher.setBlock(BlockInfo blockInfo) |
void |
RpcGetBlock.setBlockInfo(BlockInfo blockInfo) |
| Modifier and Type | Method and Description |
|---|---|
StorageFuture |
StorageEndpoint.read(CrailBuffer buffer,
BlockInfo remoteMr,
long remoteOffset) |
StorageFuture |
StorageEndpoint.write(CrailBuffer buffer,
BlockInfo remoteMr,
long remoteOffset) |
| Modifier and Type | Method and Description |
|---|---|
BlockInfo |
BlockCache.FileBlockCache.get(long blockstart) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockCache.FileBlockCache.put(long blockstart,
BlockInfo block) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.