Interface | Description |
---|---|
Bidder.CLibrary | |
Orchestrator |
Service for orchestration -- to work with other elements of the deployment.
|
RtbBean |
Marker interface denoting an entity that is part of OpenRTB request or response.
|
SegmentEncoder |
To encode segments owned by particular owners when writing to logs.
|
Class | Description |
---|---|
AwsOrchestrator |
An Orchestrator for Amazon.
|
BeanTestHelper | |
BidCandidate |
Represents an
Ad during the process of a bid request and keeps track of which aspects of
this Ad pass the bid request and internal restrictions, and therefore will be allowed to
be returned to the exchange with the bid, and which will not. |
BidCandidateManager | |
BidCandidateManagerSpec | |
BidCandidateManagerSpec_postProcessBid | |
BidCandidateManagerSpec_run | |
BidCandidateSpec_failed | |
BidCandidateSpec_passed | |
BidCandidateSpec_PLAIN | |
BidCandidateSpec_SHARED | |
Bidder |
This is currently the main class of this package, responsible for running the whole ship.
|
BidderSpec_runBidder | |
BidderSpec_startServerJetty | |
BidInFlightInfo |
Encapsulates information about a bid in flight - which may be lost or won, and the lost or won
(or assumed lost) information may be handled on a different machine.
|
ExternalSegmentEncoder | |
FutureTestTemplate<T,I> | |
InternalSegmentEncoder | |
JettyLogger |
An attempt to override Jetty's logging to wherever it is.
|
KeyStartsWithPredicate | Deprecated |
LocalOrchestrator |
For local deployment (e.g., dev servers).
|
LogExceptionHandler<T> | |
LogUtils |
Centralized place for logging calls (as static methods).
|
LogUtilsSpec | |
LogUtilsTest | |
LostAuctionTask |
A task scheduled for
|
Lot49ITest | |
OrchestratorConfig |
An Orchestrator is a component responsible for directing operations of this application with
regards to a particular deployment (e.g.,
stand-alone development , in
AWS cloud , etc.) |
OutputInterceptor | |
ReflectionUtils | |
SegmentEncoderTest |
Test
SegmentEncoder . |
SharedAssert | |
SharedSetUp | |
SharedSetUp.Ad_1001001_fake | |
SharedSetUp.Ad_1001001_mock | |
SharedSetUp.Tag_2002002_tagMarker_1001001_fake | |
SharedSetUp.ThrowExceptionDeserializer<T> |
Json deserializer that throws exception
|
SharedSetUp.ThrowExceptionSerializer<T> |
Json serializer that throws exception
|
ShutdownHook |
Shutdown hook.
|
TestAll | |
WellFormedHtml | |
WellFormedXml |
Exception | Description |
---|---|
BidCandidateSpec_SHARED.UnknownStatusException | |
CorruptedUserIdException |
An exception for cases when a
demand-side user ID is corrupted (e.g.,
cannot be decoded by Utils.cookieToLogModUid(String) ). |
Lot49Exception |
Main Lot49 checked exception.
|
Lot49RuntimeException |