| Package | Description |
|---|---|
| tachyon.thrift |
| Modifier and Type | Field and Description |
|---|---|
CreateTOptions |
FileSystemMasterService.create_args.options |
| Modifier and Type | Method and Description |
|---|---|
CreateTOptions |
CreateTOptions.deepCopy() |
CreateTOptions |
FileSystemMasterService.create_args.getOptions() |
CreateTOptions |
CreateTOptions.setBlockSizeBytes(long blockSizeBytes) |
CreateTOptions |
CreateTOptions.setPersisted(boolean persisted) |
CreateTOptions |
CreateTOptions.setRecursive(boolean recursive) |
CreateTOptions |
CreateTOptions.setTtl(long ttl) |
| Modifier and Type | Method and Description |
|---|---|
int |
CreateTOptions.compareTo(CreateTOptions other) |
long |
FileSystemMasterService.Iface.create(String path,
CreateTOptions options) |
long |
FileSystemMasterService.Client.create(String path,
CreateTOptions options) |
void |
FileSystemMasterService.AsyncIface.create(String path,
CreateTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterService.AsyncClient.create(String path,
CreateTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
CreateTOptions.equals(CreateTOptions that) |
void |
FileSystemMasterService.Client.send_create(String path,
CreateTOptions options) |
FileSystemMasterService.create_args |
FileSystemMasterService.create_args.setOptions(CreateTOptions options) |
| Constructor and Description |
|---|
CreateTOptions(CreateTOptions other)
Performs a deep copy on other.
|
FileSystemMasterService.AsyncClient.create_call(String path,
CreateTOptions 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.create_args(String path,
CreateTOptions options) |
Copyright © 2015. All Rights Reserved.