Package | Description |
---|---|
com.enremmeta.rtb | |
com.enremmeta.rtb.caches | |
com.enremmeta.rtb.dao.impl.redis | |
com.enremmeta.rtb.jersey |
Modifier and Type | Field and Description |
---|---|
private BidInFlightInfo |
LostAuctionTask.bidInfo |
static BidInFlightInfo |
LostAuctionTask.CANCELLATION_REASON_AUTHORITATIVE_ASSUMED_INFO |
static BidInFlightInfo |
LostAuctionTask.CANCELLATION_REASON_AUTHORITATIVE_ERROR_INFO |
static BidInFlightInfo |
LostAuctionTask.CANCELLATION_REASON_AUTHORITATIVE_LOSS_INFO |
Modifier and Type | Method and Description |
---|---|
static BidInFlightInfo |
LostAuctionTask.cancelLostAuctionTask(String key,
BidInFlightInfo replacement)
Cancel the task - usually because we won the bid; but sometimes because we got another
explicit notification that we lost, so we don't need the timeout.
|
Modifier and Type | Method and Description |
---|---|
static BidInFlightInfo |
LostAuctionTask.cancelLostAuctionTask(String key,
BidInFlightInfo replacement)
Cancel the task - usually because we won the bid; but sometimes because we got another
explicit notification that we lost, so we don't need the timeout.
|
static void |
LogUtils.logImpression(String httpCookie,
String xch,
String bId,
String iId,
String cId,
String crId,
long bidCreatedTimestamp,
String redir,
String ref,
String ua,
String custom,
String xff,
javax.servlet.http.HttpServletRequest servletRequest,
String xrip,
int nurl,
String modUid,
URI uri,
String brId,
String ssp,
String forceCookieReset,
String forceCookieResync,
String cookies,
javax.ws.rs.core.MultivaluedMap<String,String> headers,
boolean createCookie,
String exchangeCookie,
String origHttpCookie,
String cookieComment,
boolean suspicious,
String originatingNodeId,
BidInFlightInfo bif)
Log an impression.
|
static void |
LostAuctionTask.scheduleLostAuctionTask(BidInFlightInfo info,
String key,
long winTimeout)
Assume a bid is lost when
winTimeout seconds have
passed. |
Constructor and Description |
---|
LostAuctionTask(BidInFlightInfo bidInfo,
String key) |
Modifier and Type | Field and Description |
---|---|
private DaoShortLivedMap<BidInFlightInfo> |
AdCache.bidInFlightInfoMap |
Modifier and Type | Method and Description |
---|---|
DaoShortLivedMap<BidInFlightInfo> |
AdCache.getBidInFlightInfoMap() |
Modifier and Type | Field and Description |
---|---|
private BidInFlightInfo |
RedisBidInfoDaoShortLivedMapSpec_replace.value |
private BidInFlightInfo |
RedisBidInfoDaoShortLivedMapSpec_putAsync.value |
private BidInFlightInfo |
RedisBidInfoDaoShortLivedMapSpec_PLAIN.value |
Modifier and Type | Method and Description |
---|---|
BidInFlightInfo |
RedisBidInfoDaoShortLivedMap.get(String key) |
BidInFlightInfo |
RedisBidInfoDaoShortLivedMap.remove(String key) |
BidInFlightInfo |
RedisBidInfoDaoShortLivedMap.replace(String key,
BidInFlightInfo value) |
Modifier and Type | Method and Description |
---|---|
Future<BidInFlightInfo> |
RedisBidInfoDaoShortLivedMap.getAsync(String key) |
Modifier and Type | Method and Description |
---|---|
void |
RedisBidInfoDaoShortLivedMap.put(String key,
BidInFlightInfo value) |
void |
RedisBidInfoDaoShortLivedMap.putAsync(String key,
BidInFlightInfo value) |
void |
RedisBidInfoDaoShortLivedMap.putAsync(String key,
BidInFlightInfo value,
Long milliseconds) |
BidInFlightInfo |
RedisBidInfoDaoShortLivedMap.replace(String key,
BidInFlightInfo value) |
Modifier and Type | Method and Description |
---|---|
static BidInFlightInfo |
StatsSvc.handleWinLossError(String url,
ExchangeAdapter adapter,
String bId,
String brId,
String adId,
String reason,
Long winPrice) |