Package | Description |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Modifier and Type | Method and Description |
---|---|
String |
ProxyServer.createWriter(ByteBuffer login,
String tableName,
WriterOptions opts) |
Modifier and Type | Field and Description |
---|---|
WriterOptions |
AccumuloProxy.createWriter_args.opts |
Modifier and Type | Method and Description |
---|---|
WriterOptions |
WriterOptions.deepCopy() |
WriterOptions |
AccumuloProxy.createWriter_args.getOpts() |
WriterOptions |
WriterOptions.setLatencyMs(long latencyMs) |
WriterOptions |
WriterOptions.setMaxMemory(long maxMemory) |
WriterOptions |
WriterOptions.setThreads(int threads) |
WriterOptions |
WriterOptions.setTimeoutMs(long timeoutMs) |
Modifier and Type | Method and Description |
---|---|
int |
WriterOptions.compareTo(WriterOptions other) |
String |
AccumuloProxy.Iface.createWriter(ByteBuffer login,
String tableName,
WriterOptions opts) |
String |
AccumuloProxy.Client.createWriter(ByteBuffer login,
String tableName,
WriterOptions opts) |
void |
AccumuloProxy.AsyncIface.createWriter(ByteBuffer login,
String tableName,
WriterOptions opts,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createWriter_call> resultHandler) |
void |
AccumuloProxy.AsyncClient.createWriter(ByteBuffer login,
String tableName,
WriterOptions opts,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createWriter_call> resultHandler) |
boolean |
WriterOptions.equals(WriterOptions that) |
void |
AccumuloProxy.Client.send_createWriter(ByteBuffer login,
String tableName,
WriterOptions opts) |
AccumuloProxy.createWriter_args |
AccumuloProxy.createWriter_args.setOpts(WriterOptions opts) |
Constructor and Description |
---|
AccumuloProxy.AsyncClient.createWriter_call(ByteBuffer login,
String tableName,
WriterOptions opts,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createWriter_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
AccumuloProxy.createWriter_args(ByteBuffer login,
String tableName,
WriterOptions opts) |
WriterOptions(WriterOptions other)
Performs a deep copy on other.
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.