Uses of Class
ai.heavy.thrift.server.TDictionaryGeneration
-
Packages that use TDictionaryGeneration Package Description ai.heavy.thrift.server -
-
Uses of TDictionaryGeneration in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TDictionaryGeneration Modifier and Type Field Description List<TDictionaryGeneration>TPendingQuery. dictionary_generationsMethods in ai.heavy.thrift.server that return TDictionaryGeneration Modifier and Type Method Description TDictionaryGenerationTDictionaryGeneration. deepCopy()TDictionaryGenerationTDictionaryGeneration. setDict_id(int dict_id)TDictionaryGenerationTDictionaryGeneration. setEntry_count(long entry_count)Methods in ai.heavy.thrift.server that return types with arguments of type TDictionaryGeneration Modifier and Type Method Description List<TDictionaryGeneration>TPendingQuery. getDictionary_generations()Iterator<TDictionaryGeneration>TPendingQuery. getDictionary_generationsIterator()Methods in ai.heavy.thrift.server with parameters of type TDictionaryGeneration Modifier and Type Method Description voidTPendingQuery. addToDictionary_generations(TDictionaryGeneration elem)intTDictionaryGeneration. compareTo(TDictionaryGeneration other)booleanTDictionaryGeneration. equals(TDictionaryGeneration that)Method parameters in ai.heavy.thrift.server with type arguments of type TDictionaryGeneration Modifier and Type Method Description TPendingQueryTPendingQuery. setDictionary_generations(List<TDictionaryGeneration> dictionary_generations)Constructors in ai.heavy.thrift.server with parameters of type TDictionaryGeneration Constructor Description TDictionaryGeneration(TDictionaryGeneration other)Performs a deep copy on other.
-