Package | Description |
---|---|
jayeson.lib.feed.api | |
jayeson.lib.feed.basketball | |
jayeson.lib.feed.core | |
jayeson.lib.feed.soccer | |
jayeson.lib.feed.tennis | |
jayeson.lib.sports.client |
Modifier and Type | Method and Description |
---|---|
static PartitionKey |
PartitionKey.fromString(java.lang.String input) |
PartitionKey |
IBetEventState.partitionKey()
Data come from multiple sources, for the same event
there might be multiple event states.
|
Constructor and Description |
---|
BasketballEventState(IParticipantStats statsOne,
IParticipantStats statsTwo,
int duration,
PartitionKey key,
java.lang.String matchId,
java.lang.String eventId,
BasketballSegment segment,
boolean isTimeout,
int bookPriority) |
Modifier and Type | Method and Description |
---|---|
PartitionKey |
BetEventState.partitionKey()
Data come from multiple sources, for the same event
there might be multiple event states.
|
Constructor and Description |
---|
B2EventState(IParticipantStats statsOne,
IParticipantStats statsTwo,
int duration,
PartitionKey key,
java.lang.String matchId,
java.lang.String eventId,
int bookPriority) |
BetEventState(java.lang.String matchId,
java.lang.String eventId,
PartitionKey key,
int duration,
int bookPriority) |
BetEventState(java.lang.String matchId,
java.lang.String eventId,
PartitionKey key,
int duration,
int bookPriority,
long time) |
Constructor and Description |
---|
SoccerEventState(int duration,
PartitionKey key,
java.lang.String matchId,
java.lang.String eventId,
int hostScore,
int guestScore,
int hostCard,
int guestCard,
SoccerSegment segment,
int bookPriority) |
Constructor and Description |
---|
TennisEventState(IParticipantStats statsOne,
IParticipantStats statsTwo,
int duration,
PartitionKey key,
java.lang.String matchId,
java.lang.String eventId,
int set,
int game,
TennisSegment segment,
int bookPriority) |
TennisEventState(IParticipantStats statsOne,
IParticipantStats statsTwo,
int duration,
PartitionKey key,
java.lang.String matchId,
java.lang.String eventId,
TennisSegment segment,
int bookPriority) |
Modifier and Type | Method and Description |
---|---|
default void |
DeltaEventHandler.onRefresh(java.util.List<PartitionKey> keys)
Method is invoked when client receives refresh from upstream.
|
Constructor and Description |
---|
Reset(jayeson.lib.feed.api.ISnapshot<? extends IBetMatch> snapshot,
java.util.Collection<PartitionKey> keys) |