| Package | Description |
|---|---|
| org.apache.crail.core | |
| org.apache.crail.metadata | |
| org.apache.crail.rpc |
| Modifier and Type | Field and Description |
|---|---|
protected FileInfo |
CoreNode.fileInfo |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreDataStore.closeFile(FileInfo fileInfo) |
static CoreNode |
CoreNode.create(CoreDataStore fs,
FileInfo fileInfo,
String path) |
| Constructor and Description |
|---|
CoreFile(CoreDataStore fs,
FileInfo fileInfo,
String path) |
CoreNode(CoreDataStore fs,
FileInfo fileInfo,
String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileInfo.setFileInfo(FileInfo fileInfo) |
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
RpcRenameFile.getDstFile() |
FileInfo |
RpcRenameFile.getDstParent() |
FileInfo |
RpcCreateFile.getFile() |
FileInfo |
RpcGetFile.getFile() |
FileInfo |
RpcDeleteFile.getFile() |
FileInfo |
RpcCreateFile.getParent() |
FileInfo |
RpcDeleteFile.getParent() |
FileInfo |
RpcRenameFile.getSrcFile() |
FileInfo |
RpcRenameFile.getSrcParent() |
| Modifier and Type | Method and Description |
|---|---|
RpcFuture<RpcVoid> |
RpcConnection.setFile(FileInfo fileInfo,
boolean close) |
RpcFuture<RpcVoid> |
RpcDispatcher.setFile(FileInfo fileInfo,
boolean close) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.