Uses of Class
dev.vality.damsel.dominant.cache.TradeBloc
-
Uses of TradeBloc in dev.vality.damsel.dominant.cache
Fields in dev.vality.damsel.dominant.cache with type parameters of type TradeBloc Modifier and Type Field Description List<TradeBloc>DominantCacheSrv.GetTradeBlocs_result. successMethods in dev.vality.damsel.dominant.cache that return TradeBloc Modifier and Type Method Description TradeBlocTradeBloc. deepCopy()TradeBlocTradeBloc. setDescription(String description)TradeBlocTradeBloc. setName(String name)TradeBlocTradeBloc. setRef(String ref)Methods in dev.vality.damsel.dominant.cache that return types with arguments of type TradeBloc Modifier and Type Method Description List<TradeBloc>DominantCacheSrv.AsyncClient.GetTradeBlocs_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TradeBloc>>DominantCacheSrv.AsyncProcessor.GetTradeBlocs. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TradeBloc>DominantCacheSrv.GetTradeBlocs_result. getSuccess()Iterator<TradeBloc>DominantCacheSrv.GetTradeBlocs_result. getSuccessIterator()List<TradeBloc>DominantCacheSrv.Client. getTradeBlocs()List<TradeBloc>DominantCacheSrv.Iface. getTradeBlocs()List<TradeBloc>DominantCacheSrv.Client. recvGetTradeBlocs()Methods in dev.vality.damsel.dominant.cache with parameters of type TradeBloc Modifier and Type Method Description voidDominantCacheSrv.GetTradeBlocs_result. addToSuccess(TradeBloc elem)intTradeBloc. compareTo(TradeBloc other)booleanTradeBloc. equals(TradeBloc that)Method parameters in dev.vality.damsel.dominant.cache with type arguments of type TradeBloc Modifier and Type Method Description voidDominantCacheSrv.AsyncClient. getTradeBlocs(org.apache.thrift.async.AsyncMethodCallback<List<TradeBloc>> resultHandler)voidDominantCacheSrv.AsyncIface. getTradeBlocs(org.apache.thrift.async.AsyncMethodCallback<List<TradeBloc>> resultHandler)DominantCacheSrv.GetTradeBlocs_resultDominantCacheSrv.GetTradeBlocs_result. setSuccess(List<TradeBloc> success)voidDominantCacheSrv.AsyncProcessor.GetTradeBlocs. start(I iface, DominantCacheSrv.GetTradeBlocs_args args, org.apache.thrift.async.AsyncMethodCallback<List<TradeBloc>> resultHandler)Constructors in dev.vality.damsel.dominant.cache with parameters of type TradeBloc Constructor Description TradeBloc(TradeBloc other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.dominant.cache with type arguments of type TradeBloc Constructor Description GetTradeBlocs_call(org.apache.thrift.async.AsyncMethodCallback<List<TradeBloc>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetTradeBlocs_result(List<TradeBloc> success)