| Package | Description |
|---|---|
| org.apache.crail | |
| org.apache.crail.core | |
| org.apache.crail.metadata | |
| org.apache.crail.rpc |
| Modifier and Type | Method and Description |
|---|---|
CrailNodeType |
CrailNode.getType() |
static CrailNodeType |
CrailNodeType.parse(int label) |
static CrailNodeType |
CrailNodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrailNodeType[] |
CrailNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Upcoming<CrailNode> |
CrailStore.create(String path,
CrailNodeType type,
CrailStorageClass storageClass,
CrailLocationClass locationClass,
boolean enumerable) |
| Modifier and Type | Method and Description |
|---|---|
CrailNodeType |
CoreNode.getType() |
| Modifier and Type | Method and Description |
|---|---|
Upcoming<CrailNode> |
CoreDataStore.create(String path,
CrailNodeType type,
CrailStorageClass storageClass,
CrailLocationClass locationClass,
boolean enumerable) |
| Modifier and Type | Method and Description |
|---|---|
CrailNodeType |
FileInfo.getType() |
| Constructor and Description |
|---|
FileInfo(long fd,
CrailNodeType type,
boolean enumerable) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.