Uses of Class
ai.heavy.thrift.server.TLeafInfo
-
Packages that use TLeafInfo Package Description ai.heavy.thrift.server -
-
Uses of TLeafInfo in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TLeafInfo Modifier and Type Field Description TLeafInfoHeavy.set_leaf_info_args. leaf_infoMethods in ai.heavy.thrift.server that return TLeafInfo Modifier and Type Method Description TLeafInfoTLeafInfo. deepCopy()TLeafInfoHeavy.set_leaf_info_args. getLeaf_info()TLeafInfoTLeafInfo. setLeaf_id(int leaf_id)TLeafInfoTLeafInfo. setNum_leaves(int num_leaves)Methods in ai.heavy.thrift.server with parameters of type TLeafInfo Modifier and Type Method Description intTLeafInfo. compareTo(TLeafInfo other)booleanTLeafInfo. equals(TLeafInfo that)voidHeavy.Client. send_set_leaf_info(String session, TLeafInfo leaf_info)voidHeavy.AsyncClient. set_leaf_info(String session, TLeafInfo leaf_info, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.AsyncIface. set_leaf_info(String session, TLeafInfo leaf_info, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.Client. set_leaf_info(String session, TLeafInfo leaf_info)voidHeavy.Iface. set_leaf_info(String session, TLeafInfo leaf_info)Heavy.set_leaf_info_argsHeavy.set_leaf_info_args. setLeaf_info(TLeafInfo leaf_info)Constructors in ai.heavy.thrift.server with parameters of type TLeafInfo Constructor Description set_leaf_info_args(String session, TLeafInfo leaf_info)set_leaf_info_call(String session, TLeafInfo leaf_info, 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)TLeafInfo(TLeafInfo other)Performs a deep copy on other.
-