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