| Package | Description |
|---|---|
| tachyon.thrift |
| Modifier and Type | Field and Description |
|---|---|
MkdirTOptions |
FileSystemMasterService.mkdir_args.options |
| Modifier and Type | Method and Description |
|---|---|
MkdirTOptions |
MkdirTOptions.deepCopy() |
MkdirTOptions |
FileSystemMasterService.mkdir_args.getOptions() |
MkdirTOptions |
MkdirTOptions.setPersisted(boolean persisted) |
MkdirTOptions |
MkdirTOptions.setRecursive(boolean recursive) |
| Modifier and Type | Method and Description |
|---|---|
int |
MkdirTOptions.compareTo(MkdirTOptions other) |
boolean |
MkdirTOptions.equals(MkdirTOptions that) |
boolean |
FileSystemMasterService.Iface.mkdir(String path,
MkdirTOptions options) |
boolean |
FileSystemMasterService.Client.mkdir(String path,
MkdirTOptions options) |
void |
FileSystemMasterService.AsyncIface.mkdir(String path,
MkdirTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterService.AsyncClient.mkdir(String path,
MkdirTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterService.Client.send_mkdir(String path,
MkdirTOptions options) |
FileSystemMasterService.mkdir_args |
FileSystemMasterService.mkdir_args.setOptions(MkdirTOptions options) |
| Constructor and Description |
|---|
FileSystemMasterService.AsyncClient.mkdir_call(String path,
MkdirTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
FileSystemMasterService.mkdir_args(String path,
MkdirTOptions options) |
MkdirTOptions(MkdirTOptions other)
Performs a deep copy on other.
|
Copyright © 2015. All Rights Reserved.