Uses of Class
ai.heavy.thrift.server.TTableGeneration
-
Packages that use TTableGeneration Package Description ai.heavy.thrift.server -
-
Uses of TTableGeneration in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TTableGeneration Modifier and Type Field Description List<TTableGeneration>TPendingQuery. table_generationsMethods in ai.heavy.thrift.server that return TTableGeneration Modifier and Type Method Description TTableGenerationTTableGeneration. deepCopy()TTableGenerationTTableGeneration. setStart_rowid(long start_rowid)TTableGenerationTTableGeneration. setTable_id(int table_id)TTableGenerationTTableGeneration. setTuple_count(long tuple_count)Methods in ai.heavy.thrift.server that return types with arguments of type TTableGeneration Modifier and Type Method Description List<TTableGeneration>TPendingQuery. getTable_generations()Iterator<TTableGeneration>TPendingQuery. getTable_generationsIterator()Methods in ai.heavy.thrift.server with parameters of type TTableGeneration Modifier and Type Method Description voidTPendingQuery. addToTable_generations(TTableGeneration elem)intTTableGeneration. compareTo(TTableGeneration other)booleanTTableGeneration. equals(TTableGeneration that)Method parameters in ai.heavy.thrift.server with type arguments of type TTableGeneration Modifier and Type Method Description TPendingQueryTPendingQuery. setTable_generations(List<TTableGeneration> table_generations)Constructors in ai.heavy.thrift.server with parameters of type TTableGeneration Constructor Description TTableGeneration(TTableGeneration other)Performs a deep copy on other.
-