| Package | Description |
|---|---|
| org.apache.crail | |
| org.apache.crail.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CrailContainer |
interface |
CrailDirectory |
interface |
CrailFile |
interface |
CrailKeyValue |
interface |
CrailMultiFile |
interface |
CrailTable |
| Modifier and Type | Method and Description |
|---|---|
CrailNode |
CrailOutputStream.getFile() |
CrailNode |
CrailInputStream.getFile() |
CrailNode |
CrailBufferedOutputStream.getFile() |
CrailNode |
CrailNode.syncDir() |
| Modifier and Type | Method and Description |
|---|---|
abstract Upcoming<CrailNode> |
CrailStore.create(String path,
CrailNodeType type,
CrailStorageClass storageClass,
CrailLocationClass locationClass,
boolean enumerable) |
abstract Upcoming<CrailNode> |
CrailStore.delete(String path,
boolean recursive) |
abstract Upcoming<CrailNode> |
CrailStore.lookup(String path) |
abstract Upcoming<CrailNode> |
CrailStore.rename(String srcPath,
String dstPath) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreFile |
class |
CoreNode |
| Modifier and Type | Method and Description |
|---|---|
Upcoming<CrailNode> |
CoreDataStore.create(String path,
CrailNodeType type,
CrailStorageClass storageClass,
CrailLocationClass locationClass,
boolean enumerable) |
Upcoming<CrailNode> |
CoreDataStore.delete(String path,
boolean recursive) |
Upcoming<CrailNode> |
CoreDataStore.lookup(String path) |
Upcoming<CrailNode> |
CoreDataStore.rename(String src,
String dst) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.