Uses of Class
com.mapd.thrift.server.TLicenseInfo
-
Packages that use TLicenseInfo Package Description com.mapd.thrift.server -
-
Uses of TLicenseInfo in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TLicenseInfo Modifier and Type Field Description TLicenseInfoMapD.get_license_claims_result. successTLicenseInfoMapD.set_license_key_result. successMethods in com.mapd.thrift.server that return TLicenseInfo Modifier and Type Method Description TLicenseInfoTLicenseInfo. deepCopy()TLicenseInfoMapD.Client. get_license_claims(String session, String nonce)TLicenseInfoMapD.Iface. get_license_claims(String session, String nonce)TLicenseInfoMapD.AsyncClient.get_license_claims_call. getResult()TLicenseInfoMapD.AsyncClient.set_license_key_call. getResult()TLicenseInfoMapD.get_license_claims_result. getSuccess()TLicenseInfoMapD.set_license_key_result. getSuccess()TLicenseInfoMapD.Client. recv_get_license_claims()TLicenseInfoMapD.Client. recv_set_license_key()TLicenseInfoMapD.Client. set_license_key(String session, String key, String nonce)TLicenseInfoMapD.Iface. set_license_key(String session, String key, String nonce)TLicenseInfoTLicenseInfo. setClaims(List<String> claims)Methods in com.mapd.thrift.server that return types with arguments of type TLicenseInfo Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo>MapD.AsyncProcessor.get_license_claims. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo>MapD.AsyncProcessor.set_license_key. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.mapd.thrift.server with parameters of type TLicenseInfo Modifier and Type Method Description intTLicenseInfo. compareTo(TLicenseInfo other)booleanTLicenseInfo. equals(TLicenseInfo that)MapD.get_license_claims_resultMapD.get_license_claims_result. setSuccess(TLicenseInfo success)MapD.set_license_key_resultMapD.set_license_key_result. setSuccess(TLicenseInfo success)Method parameters in com.mapd.thrift.server with type arguments of type TLicenseInfo Modifier and Type Method Description voidMapD.AsyncClient. get_license_claims(String session, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidMapD.AsyncIface. get_license_claims(String session, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidMapD.AsyncClient. set_license_key(String session, String key, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidMapD.AsyncIface. set_license_key(String session, String key, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidMapD.AsyncProcessor.get_license_claims. start(I iface, MapD.get_license_claims_args args, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidMapD.AsyncProcessor.set_license_key. start(I iface, MapD.set_license_key_args args, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)Constructors in com.mapd.thrift.server with parameters of type TLicenseInfo Constructor Description get_license_claims_result(TLicenseInfo success, TMapDException e)set_license_key_result(TLicenseInfo success, TMapDException e)TLicenseInfo(TLicenseInfo other)Performs a deep copy on other.Constructor parameters in com.mapd.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)
-