Uses of Class
ai.heavy.thrift.server.TSlotSize
-
Packages that use TSlotSize Package Description ai.heavy.thrift.server -
-
Uses of TSlotSize in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TSlotSize Modifier and Type Field Description List<TSlotSize>TColSlotContext. slot_sizesMethods in ai.heavy.thrift.server that return TSlotSize Modifier and Type Method Description TSlotSizeTSlotSize. deepCopy()TSlotSizeTSlotSize. setLogical(short logical)TSlotSizeTSlotSize. setPadded(short padded)Methods in ai.heavy.thrift.server that return types with arguments of type TSlotSize Modifier and Type Method Description List<TSlotSize>TColSlotContext. getSlot_sizes()Iterator<TSlotSize>TColSlotContext. getSlot_sizesIterator()Methods in ai.heavy.thrift.server with parameters of type TSlotSize Modifier and Type Method Description voidTColSlotContext. addToSlot_sizes(TSlotSize elem)intTSlotSize. compareTo(TSlotSize other)booleanTSlotSize. equals(TSlotSize that)Method parameters in ai.heavy.thrift.server with type arguments of type TSlotSize Modifier and Type Method Description TColSlotContextTColSlotContext. setSlot_sizes(List<TSlotSize> slot_sizes)Constructors in ai.heavy.thrift.server with parameters of type TSlotSize Constructor Description TSlotSize(TSlotSize other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TSlotSize Constructor Description TColSlotContext(List<TSlotSize> slot_sizes, List<List<Integer>> col_to_slot_map)
-