Uses of Class
ai.heavy.thrift.server.TLicenseInfo
-
Packages that use TLicenseInfo Package Description ai.heavy.thrift.server -
-
Uses of TLicenseInfo in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TLicenseInfo Modifier and Type Field Description TLicenseInfoHeavy.get_license_claims_result. successTLicenseInfoHeavy.set_license_key_result. successMethods in ai.heavy.thrift.server that return TLicenseInfo Modifier and Type Method Description TLicenseInfoTLicenseInfo. deepCopy()TLicenseInfoHeavy.Client. get_license_claims(String session, String nonce)TLicenseInfoHeavy.Iface. get_license_claims(String session, String nonce)TLicenseInfoHeavy.AsyncClient.get_license_claims_call. getResult()TLicenseInfoHeavy.AsyncClient.set_license_key_call. getResult()TLicenseInfoHeavy.get_license_claims_result. getSuccess()TLicenseInfoHeavy.set_license_key_result. getSuccess()TLicenseInfoHeavy.Client. recv_get_license_claims()TLicenseInfoHeavy.Client. recv_set_license_key()TLicenseInfoHeavy.Client. set_license_key(String session, String key, String nonce)TLicenseInfoHeavy.Iface. set_license_key(String session, String key, String nonce)TLicenseInfoTLicenseInfo. setClaims(List<String> claims)Methods in ai.heavy.thrift.server that return types with arguments of type TLicenseInfo Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo>Heavy.AsyncProcessor.get_license_claims. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo>Heavy.AsyncProcessor.set_license_key. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in ai.heavy.thrift.server with parameters of type TLicenseInfo Modifier and Type Method Description intTLicenseInfo. compareTo(TLicenseInfo other)booleanTLicenseInfo. equals(TLicenseInfo that)Heavy.get_license_claims_resultHeavy.get_license_claims_result. setSuccess(TLicenseInfo success)Heavy.set_license_key_resultHeavy.set_license_key_result. setSuccess(TLicenseInfo success)Method parameters in ai.heavy.thrift.server with type arguments of type TLicenseInfo Modifier and Type Method Description voidHeavy.AsyncClient. get_license_claims(String session, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidHeavy.AsyncIface. get_license_claims(String session, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidHeavy.AsyncClient. set_license_key(String session, String key, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidHeavy.AsyncIface. set_license_key(String session, String key, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidHeavy.AsyncProcessor.get_license_claims. start(I iface, Heavy.get_license_claims_args args, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidHeavy.AsyncProcessor.set_license_key. start(I iface, Heavy.set_license_key_args args, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TLicenseInfo Constructor Description get_license_claims_result(TLicenseInfo success, TDBException e)set_license_key_result(TLicenseInfo success, TDBException e)TLicenseInfo(TLicenseInfo other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TLicenseInfo Constructor Description get_license_claims_call(String session, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)set_license_key_call(String session, String key, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-