|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriterOptions | |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Uses of WriterOptions in org.apache.accumulo.proxy |
---|
Methods in org.apache.accumulo.proxy with parameters of type WriterOptions | |
---|---|
String |
ProxyServer.createWriter(ByteBuffer login,
String tableName,
WriterOptions opts)
|
Uses of WriterOptions in org.apache.accumulo.proxy.thrift |
---|
Fields in org.apache.accumulo.proxy.thrift declared as WriterOptions | |
---|---|
WriterOptions |
AccumuloProxy.createWriter_args.opts
|
Methods in org.apache.accumulo.proxy.thrift that return WriterOptions | |
---|---|
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)
|
Methods in org.apache.accumulo.proxy.thrift with parameters of type WriterOptions | |
---|---|
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)
|
Constructors in org.apache.accumulo.proxy.thrift with parameters of type WriterOptions | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |