Uses of Class
dev.vality.damsel.dominant.cache.Country
-
Uses of Country in dev.vality.damsel.dominant.cache
Fields in dev.vality.damsel.dominant.cache with type parameters of type Country Modifier and Type Field Description List<Country>DominantCacheSrv.GetCountries_result. successMethods in dev.vality.damsel.dominant.cache that return Country Modifier and Type Method Description CountryCountry. deepCopy()CountryCountry. setName(String name)CountryCountry. setRef(String ref)CountryCountry. setTradeBlocs(Set<String> trade_blocs)Methods in dev.vality.damsel.dominant.cache that return types with arguments of type Country Modifier and Type Method Description List<Country>DominantCacheSrv.Client. getCountries()List<Country>DominantCacheSrv.Iface. getCountries()List<Country>DominantCacheSrv.AsyncClient.GetCountries_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<Country>>DominantCacheSrv.AsyncProcessor.GetCountries. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<Country>DominantCacheSrv.GetCountries_result. getSuccess()Iterator<Country>DominantCacheSrv.GetCountries_result. getSuccessIterator()List<Country>DominantCacheSrv.Client. recvGetCountries()Methods in dev.vality.damsel.dominant.cache with parameters of type Country Modifier and Type Method Description voidDominantCacheSrv.GetCountries_result. addToSuccess(Country elem)intCountry. compareTo(Country other)booleanCountry. equals(Country that)Method parameters in dev.vality.damsel.dominant.cache with type arguments of type Country Modifier and Type Method Description voidDominantCacheSrv.AsyncClient. getCountries(org.apache.thrift.async.AsyncMethodCallback<List<Country>> resultHandler)voidDominantCacheSrv.AsyncIface. getCountries(org.apache.thrift.async.AsyncMethodCallback<List<Country>> resultHandler)DominantCacheSrv.GetCountries_resultDominantCacheSrv.GetCountries_result. setSuccess(List<Country> success)voidDominantCacheSrv.AsyncProcessor.GetCountries. start(I iface, DominantCacheSrv.GetCountries_args args, org.apache.thrift.async.AsyncMethodCallback<List<Country>> resultHandler)Constructors in dev.vality.damsel.dominant.cache with parameters of type Country Constructor Description Country(Country other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.dominant.cache with type arguments of type Country Constructor Description GetCountries_call(org.apache.thrift.async.AsyncMethodCallback<List<Country>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetCountries_result(List<Country> success)