Uses of Class
ai.heavy.thrift.server.TTableEpochInfo
-
Packages that use TTableEpochInfo Package Description ai.heavy.thrift.server -
-
Uses of TTableEpochInfo in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TTableEpochInfo Modifier and Type Field Description List<TTableEpochInfo>Heavy.get_table_epochs_result. successList<TTableEpochInfo>Heavy.set_table_epochs_args. table_epochsMethods in ai.heavy.thrift.server that return TTableEpochInfo Modifier and Type Method Description TTableEpochInfoTTableEpochInfo. deepCopy()TTableEpochInfoTTableEpochInfo. setLeaf_index(int leaf_index)TTableEpochInfoTTableEpochInfo. setTable_epoch(int table_epoch)TTableEpochInfoTTableEpochInfo. setTable_id(int table_id)Methods in ai.heavy.thrift.server that return types with arguments of type TTableEpochInfo Modifier and Type Method Description List<TTableEpochInfo>Heavy.Client. get_table_epochs(String session, int db_id, int table_id)List<TTableEpochInfo>Heavy.Iface. get_table_epochs(String session, int db_id, int table_id)List<TTableEpochInfo>Heavy.AsyncClient.get_table_epochs_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TTableEpochInfo>>Heavy.AsyncProcessor.get_table_epochs. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TTableEpochInfo>Heavy.get_table_epochs_result. getSuccess()Iterator<TTableEpochInfo>Heavy.get_table_epochs_result. getSuccessIterator()List<TTableEpochInfo>Heavy.set_table_epochs_args. getTable_epochs()Iterator<TTableEpochInfo>Heavy.set_table_epochs_args. getTable_epochsIterator()List<TTableEpochInfo>Heavy.Client. recv_get_table_epochs()Methods in ai.heavy.thrift.server with parameters of type TTableEpochInfo Modifier and Type Method Description voidHeavy.get_table_epochs_result. addToSuccess(TTableEpochInfo elem)voidHeavy.set_table_epochs_args. addToTable_epochs(TTableEpochInfo elem)intTTableEpochInfo. compareTo(TTableEpochInfo other)booleanTTableEpochInfo. equals(TTableEpochInfo that)Method parameters in ai.heavy.thrift.server with type arguments of type TTableEpochInfo Modifier and Type Method Description voidHeavy.AsyncClient. get_table_epochs(String session, int db_id, int table_id, org.apache.thrift.async.AsyncMethodCallback<List<TTableEpochInfo>> resultHandler)voidHeavy.AsyncIface. get_table_epochs(String session, int db_id, int table_id, org.apache.thrift.async.AsyncMethodCallback<List<TTableEpochInfo>> resultHandler)voidHeavy.Client. send_set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs)voidHeavy.AsyncClient. set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.AsyncIface. set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.Client. set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs)voidHeavy.Iface. set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs)Heavy.get_table_epochs_resultHeavy.get_table_epochs_result. setSuccess(List<TTableEpochInfo> success)Heavy.set_table_epochs_argsHeavy.set_table_epochs_args. setTable_epochs(List<TTableEpochInfo> table_epochs)voidHeavy.AsyncProcessor.get_table_epochs. start(I iface, Heavy.get_table_epochs_args args, org.apache.thrift.async.AsyncMethodCallback<List<TTableEpochInfo>> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TTableEpochInfo Constructor Description TTableEpochInfo(TTableEpochInfo other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TTableEpochInfo Constructor Description get_table_epochs_call(String session, int db_id, int table_id, org.apache.thrift.async.AsyncMethodCallback<List<TTableEpochInfo>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_table_epochs_result(List<TTableEpochInfo> success)set_table_epochs_args(String session, int db_id, List<TTableEpochInfo> table_epochs)set_table_epochs_call(String session, int db_id, List<TTableEpochInfo> table_epochs, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-