Uses of Class
com.omnisci.thrift.server.TTableEpochInfo
-
Packages that use TTableEpochInfo Package Description com.omnisci.thrift.server -
-
Uses of TTableEpochInfo in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server with type parameters of type TTableEpochInfo Modifier and Type Field Description List<TTableEpochInfo>OmniSci.get_table_epochs_result. successList<TTableEpochInfo>OmniSci.set_table_epochs_args. table_epochsMethods in com.omnisci.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 com.omnisci.thrift.server that return types with arguments of type TTableEpochInfo Modifier and Type Method Description List<TTableEpochInfo>OmniSci.Client. get_table_epochs(String session, int db_id, int table_id)List<TTableEpochInfo>OmniSci.Iface. get_table_epochs(String session, int db_id, int table_id)List<TTableEpochInfo>OmniSci.AsyncClient.get_table_epochs_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TTableEpochInfo>>OmniSci.AsyncProcessor.get_table_epochs. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TTableEpochInfo>OmniSci.get_table_epochs_result. getSuccess()Iterator<TTableEpochInfo>OmniSci.get_table_epochs_result. getSuccessIterator()List<TTableEpochInfo>OmniSci.set_table_epochs_args. getTable_epochs()Iterator<TTableEpochInfo>OmniSci.set_table_epochs_args. getTable_epochsIterator()List<TTableEpochInfo>OmniSci.Client. recv_get_table_epochs()Methods in com.omnisci.thrift.server with parameters of type TTableEpochInfo Modifier and Type Method Description voidOmniSci.get_table_epochs_result. addToSuccess(TTableEpochInfo elem)voidOmniSci.set_table_epochs_args. addToTable_epochs(TTableEpochInfo elem)intTTableEpochInfo. compareTo(TTableEpochInfo other)booleanTTableEpochInfo. equals(TTableEpochInfo that)Method parameters in com.omnisci.thrift.server with type arguments of type TTableEpochInfo Modifier and Type Method Description voidOmniSci.AsyncClient. get_table_epochs(String session, int db_id, int table_id, org.apache.thrift.async.AsyncMethodCallback<List<TTableEpochInfo>> resultHandler)voidOmniSci.AsyncIface. get_table_epochs(String session, int db_id, int table_id, org.apache.thrift.async.AsyncMethodCallback<List<TTableEpochInfo>> resultHandler)voidOmniSci.Client. send_set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs)voidOmniSci.AsyncClient. set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidOmniSci.AsyncIface. set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidOmniSci.Client. set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs)voidOmniSci.Iface. set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs)OmniSci.get_table_epochs_resultOmniSci.get_table_epochs_result. setSuccess(List<TTableEpochInfo> success)OmniSci.set_table_epochs_argsOmniSci.set_table_epochs_args. setTable_epochs(List<TTableEpochInfo> table_epochs)voidOmniSci.AsyncProcessor.get_table_epochs. start(I iface, OmniSci.get_table_epochs_args args, org.apache.thrift.async.AsyncMethodCallback<List<TTableEpochInfo>> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TTableEpochInfo Constructor Description TTableEpochInfo(TTableEpochInfo other)Performs a deep copy on other.Constructor parameters in com.omnisci.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)
-