Package | Description |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Modifier and Type | Method and Description |
---|---|
void |
ProxyServer.createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type) |
Modifier and Type | Field and Description |
---|---|
TimeType |
AccumuloProxy.createTable_args.type |
Modifier and Type | Method and Description |
---|---|
static TimeType |
TimeType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TimeType |
AccumuloProxy.createTable_args.getType() |
static TimeType |
TimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeType[] |
TimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AccumuloProxy.Iface.createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type) |
void |
AccumuloProxy.Client.createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type) |
void |
AccumuloProxy.AsyncIface.createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createTable_call> resultHandler) |
void |
AccumuloProxy.AsyncClient.createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createTable_call> resultHandler) |
void |
AccumuloProxy.Client.send_createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type) |
AccumuloProxy.createTable_args |
AccumuloProxy.createTable_args.setType(TimeType type) |
Constructor and Description |
---|
AccumuloProxy.AsyncClient.createTable_call(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createTable_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
AccumuloProxy.createTable_args(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.