JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
E
F
G
H
I
J
K
L
M
P
R
S
T
U
V
B
br.pucrio.tecgraf.soma.job
- package br.pucrio.tecgraf.soma.job
br.pucrio.tecgraf.soma.job.application.appservice
- package br.pucrio.tecgraf.soma.job.application.appservice
br.pucrio.tecgraf.soma.job.application.service
- package br.pucrio.tecgraf.soma.job.application.service
br.pucrio.tecgraf.soma.job.application.service.job
- package br.pucrio.tecgraf.soma.job.application.service.job
br.pucrio.tecgraf.soma.job.application.service.job.builder
- package br.pucrio.tecgraf.soma.job.application.service.job.builder
br.pucrio.tecgraf.soma.job.domain.model
- package br.pucrio.tecgraf.soma.job.domain.model
br.pucrio.tecgraf.soma.job.domain.model.mapping.converter
- package br.pucrio.tecgraf.soma.job.domain.model.mapping.converter
br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper
- package br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper
br.pucrio.tecgraf.soma.job.infrastructure.persistence
- package br.pucrio.tecgraf.soma.job.infrastructure.persistence
br.pucrio.tecgraf.soma.job.infrastructure.persistence.message
- package br.pucrio.tecgraf.soma.job.infrastructure.persistence.message
br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository
- package br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository
br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification
- package br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification
br.pucrio.tecgraf.soma.job.menu
- package br.pucrio.tecgraf.soma.job.menu
build(Job, JobExecutingEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.builder.
ExecutingJobBuilder
build(Job, JobFinishedEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.builder.
FinishedJobBuilder
build(Job, JobRescheduledEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.builder.
RescheduledJobBuilder
build(Job, JobScheduledEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.builder.
ScheduledJobBuilder
build(Job, JobStageInEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.builder.
StageInJobBuilder
build(Job, JobStageOutEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.builder.
StageOutJobBuilder
buildKafkaConsumer(String, String, String, String)
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.message.
JobHistoryEventReader
C
commandRepository()
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.
ConsumerUnitOfWork
Constants
- Class in
br.pucrio.tecgraf.soma.job
Constants()
- Constructor for class br.pucrio.tecgraf.soma.job.
Constants
ConsumerUnitOfWork
- Class in
br.pucrio.tecgraf.soma.job.infrastructure.persistence
ConsumerUnitOfWork(EntityManagerFactory)
- Constructor for class br.pucrio.tecgraf.soma.job.infrastructure.persistence.
ConsumerUnitOfWork
convert(MappingContext<ExitStatus, ExitStatus>)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
ExitStatusConverter
convert(MappingContext<Long, Double>)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
LongToDoubleConverter
convert(MappingContext<Long, Integer>)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
LongToIntegerConverter
convert(MappingContext<Long, LocalDateTime>)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
LongToLocalDateTimeConverter
convert(MappingContext<String, List<String>>)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
ParameterValueConverter
convert(MappingContext<SpecificationType, JobSpecificationType>)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
SpecificationTypeConverter
E
entityManagerFactory()
- Method in class br.pucrio.tecgraf.soma.job.
SomaJobHistoryConsumer
equals(Object)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
KafkaOffsetInfo
equals(Object)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
executeJob(JobExecutingEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.
JobService
ExecutingJobBuilder
- Class in
br.pucrio.tecgraf.soma.job.application.service.job.builder
ExecutingJobBuilder()
- Constructor for class br.pucrio.tecgraf.soma.job.application.service.job.builder.
ExecutingJobBuilder
ExecutingJobMapper
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper
ExitStatusConverter
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.converter
ExitStatusConverter()
- Constructor for class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
ExitStatusConverter
F
FinishedJobBuilder
- Class in
br.pucrio.tecgraf.soma.job.application.service.job.builder
FinishedJobBuilder()
- Constructor for class br.pucrio.tecgraf.soma.job.application.service.job.builder.
FinishedJobBuilder
FinishedJobMapper
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper
finishJob(JobFinishedEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.
JobService
G
getEntityManager()
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository.
JobRepository
getEntityManager()
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository.
KafkaOffsetInfoRepository
getEntityManager()
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository.
LostEventRepository
getEventId()
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
getGroup()
- Method in class br.pucrio.tecgraf.soma.job.menu.
Menu
getHibernateConfiguration()
- Method in class br.pucrio.tecgraf.soma.job.menu.
Menu
getId()
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
getInstance()
- Static method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
ExecutingJobMapper
getInstance()
- Static method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
FinishedJobMapper
getInstance()
- Static method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
JobAlgorithmMapper
getInstance()
- Static method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
JobAlgorithmParameterMapper
getInstance()
- Static method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
RescheduledJobMapper
getInstance()
- Static method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
ScheduledJobMapper
getInstance()
- Static method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
StageInJobMapper
getInstance()
- Static method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
StageOutJobMapper
getInstance()
- Static method in class br.pucrio.tecgraf.soma.job.
SomaJobHistoryConsumer
getKafkaOffset()
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
getKafkaPartition()
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
getPartitionId()
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
KafkaOffsetInfo
getPartitionOffset()
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
KafkaOffsetInfo
getRawString()
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
getRegistry()
- Method in class br.pucrio.tecgraf.soma.job.menu.
Menu
getServer()
- Method in class br.pucrio.tecgraf.soma.job.menu.
Menu
getTopic()
- Method in class br.pucrio.tecgraf.soma.job.menu.
Menu
getType()
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification.
JobByIdSpecification
getType()
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification.
KafkaOffsetInfoByIdSpecification
getVersion()
- Method in class br.pucrio.tecgraf.soma.job.menu.
Version
H
hashCode()
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
KafkaOffsetInfo
hashCode()
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
I
isSatisfiedBy(Job)
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification.
JobByIdSpecification
isSatisfiedBy(KafkaOffsetInfo)
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification.
KafkaOffsetInfoByIdSpecification
J
JOB_EXECUTING_EVENT
- Static variable in class br.pucrio.tecgraf.soma.job.
Constants
JOB_FINISHED_EVENT
- Static variable in class br.pucrio.tecgraf.soma.job.
Constants
JOB_RESCHEDULED_EVENT
- Static variable in class br.pucrio.tecgraf.soma.job.
Constants
JOB_SCHEDULED_EVENT
- Static variable in class br.pucrio.tecgraf.soma.job.
Constants
JOB_STAGEIN_EVENT
- Static variable in class br.pucrio.tecgraf.soma.job.
Constants
JOB_STAGEOUT_EVENT
- Static variable in class br.pucrio.tecgraf.soma.job.
Constants
JobAlgorithmMapper
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper
JobAlgorithmParameterMapper
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper
JobByIdSpecification
- Class in
br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification
JobByIdSpecification(String)
- Constructor for class br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification.
JobByIdSpecification
JobHistoryEventReader
- Class in
br.pucrio.tecgraf.soma.job.infrastructure.persistence.message
JobHistoryEventReader(JobHistoryEventService, LostEventAppService)
- Constructor for class br.pucrio.tecgraf.soma.job.infrastructure.persistence.message.
JobHistoryEventReader
JobHistoryEventService
- Class in
br.pucrio.tecgraf.soma.job.application.appservice
JobHistoryEventService(JobService, KafkaOffsetInfoService)
- Constructor for class br.pucrio.tecgraf.soma.job.application.appservice.
JobHistoryEventService
JobRepository
- Class in
br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository
JobRepository()
- Constructor for class br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository.
JobRepository
JobService
- Class in
br.pucrio.tecgraf.soma.job.application.service.job
JobService(Repository<Job, JPASpecification<Job>>)
- Constructor for class br.pucrio.tecgraf.soma.job.application.service.job.
JobService
K
KafkaOffsetInfo
- Class in
br.pucrio.tecgraf.soma.job.domain.model
KafkaOffsetInfo()
- Constructor for class br.pucrio.tecgraf.soma.job.domain.model.
KafkaOffsetInfo
KafkaOffsetInfo(int, long)
- Constructor for class br.pucrio.tecgraf.soma.job.domain.model.
KafkaOffsetInfo
KafkaOffsetInfoByIdSpecification
- Class in
br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification
KafkaOffsetInfoByIdSpecification(int)
- Constructor for class br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification.
KafkaOffsetInfoByIdSpecification
kafkaOffsetInfoRepository()
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.
ConsumerUnitOfWork
KafkaOffsetInfoRepository
- Class in
br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository
KafkaOffsetInfoRepository()
- Constructor for class br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository.
KafkaOffsetInfoRepository
KafkaOffsetInfoService
- Class in
br.pucrio.tecgraf.soma.job.application.service
KafkaOffsetInfoService(Repository<KafkaOffsetInfo, JPASpecification<KafkaOffsetInfo>>)
- Constructor for class br.pucrio.tecgraf.soma.job.application.service.
KafkaOffsetInfoService
L
LongToDoubleConverter
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.converter
LongToDoubleConverter()
- Constructor for class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
LongToDoubleConverter
LongToIntegerConverter
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.converter
LongToIntegerConverter()
- Constructor for class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
LongToIntegerConverter
LongToLocalDateTimeConverter
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.converter
LongToLocalDateTimeConverter()
- Constructor for class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
LongToLocalDateTimeConverter
LostEvent
- Class in
br.pucrio.tecgraf.soma.job.domain.model
LostEvent(String, int, long, String)
- Constructor for class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
LostEventAppService
- Class in
br.pucrio.tecgraf.soma.job.application.appservice
LostEventAppService(LostEventService, KafkaOffsetInfoService)
- Constructor for class br.pucrio.tecgraf.soma.job.application.appservice.
LostEventAppService
lostEventRepository()
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.
ConsumerUnitOfWork
LostEventRepository
- Class in
br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository
LostEventRepository()
- Constructor for class br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository.
LostEventRepository
LostEventService
- Class in
br.pucrio.tecgraf.soma.job.application.service
LostEventService(Repository<LostEvent, JPASpecification<LostEvent>>)
- Constructor for class br.pucrio.tecgraf.soma.job.application.service.
LostEventService
M
main(String[])
- Static method in class br.pucrio.tecgraf.soma.job.
SomaJobHistoryConsumer
map(JobExecutingEvent, Job)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
ExecutingJobMapper
map(JobFinishedEvent, Job)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
FinishedJobMapper
map(Algorithm, JobAlgorithm)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
JobAlgorithmMapper
map(AlgorithmParameter, JobAlgorithmParameter)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
JobAlgorithmParameterMapper
map(JobRescheduledEvent, Job)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
RescheduledJobMapper
map(JobScheduledEvent, Job)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
ScheduledJobMapper
map(JobStageInEvent, Job)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
StageInJobMapper
map(JobStageOutEvent, Job)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper.
StageOutJobMapper
Menu
- Class in
br.pucrio.tecgraf.soma.job.menu
Menu()
- Constructor for class br.pucrio.tecgraf.soma.job.menu.
Menu
P
ParameterValueConverter
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.converter
ParameterValueConverter()
- Constructor for class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
ParameterValueConverter
parser(String[])
- Method in class br.pucrio.tecgraf.soma.job.menu.
Menu
Parser args from command line.
process(JobHistoryEvent, int, long)
- Method in class br.pucrio.tecgraf.soma.job.application.appservice.
JobHistoryEventService
R
readRecords(KafkaConsumer<String, JobHistoryEvent>)
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.message.
JobHistoryEventReader
RescheduledJobBuilder
- Class in
br.pucrio.tecgraf.soma.job.application.service.job.builder
RescheduledJobBuilder()
- Constructor for class br.pucrio.tecgraf.soma.job.application.service.job.builder.
RescheduledJobBuilder
RescheduledJobMapper
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper
rescheduleJob(JobRescheduledEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.
JobService
run(String, String, String, String)
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.message.
JobHistoryEventReader
run(ApplicationArguments)
- Method in class br.pucrio.tecgraf.soma.job.
SomaJobHistoryConsumer
S
saveLostEvent(LostEvent, int, long)
- Method in class br.pucrio.tecgraf.soma.job.application.appservice.
LostEventAppService
saveLostEvent(LostEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.
LostEventService
ScheduledJobBuilder
- Class in
br.pucrio.tecgraf.soma.job.application.service.job.builder
ScheduledJobBuilder()
- Constructor for class br.pucrio.tecgraf.soma.job.application.service.job.builder.
ScheduledJobBuilder
ScheduledJobMapper
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper
scheduleJob(JobScheduledEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.
JobService
serviceContext(String)
- Method in class br.pucrio.tecgraf.soma.job.
SomaJobHistoryConsumer
setEntityManager(EntityManager)
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository.
JobRepository
setEntityManager(EntityManager)
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository.
KafkaOffsetInfoRepository
setEntityManager(EntityManager)
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository.
LostEventRepository
setEventId(String)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
setId(long)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
setKafkaOffset(long)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
setKafkaPartition(int)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
setPartitionId(int)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
KafkaOffsetInfo
setPartitionOffset(long)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
KafkaOffsetInfo
setRawString(String)
- Method in class br.pucrio.tecgraf.soma.job.domain.model.
LostEvent
SomaJobHistoryConsumer
- Class in
br.pucrio.tecgraf.soma.job
SomaJobHistoryConsumer()
- Constructor for class br.pucrio.tecgraf.soma.job.
SomaJobHistoryConsumer
SpecificationTypeConverter
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.converter
SpecificationTypeConverter()
- Constructor for class br.pucrio.tecgraf.soma.job.domain.model.mapping.converter.
SpecificationTypeConverter
StageInJobBuilder
- Class in
br.pucrio.tecgraf.soma.job.application.service.job.builder
StageInJobBuilder()
- Constructor for class br.pucrio.tecgraf.soma.job.application.service.job.builder.
StageInJobBuilder
StageInJobMapper
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper
stageJobIn(JobStageInEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.
JobService
stageJobOut(JobStageOutEvent)
- Method in class br.pucrio.tecgraf.soma.job.application.service.job.
JobService
StageOutJobBuilder
- Class in
br.pucrio.tecgraf.soma.job.application.service.job.builder
StageOutJobBuilder()
- Constructor for class br.pucrio.tecgraf.soma.job.application.service.job.builder.
StageOutJobBuilder
StageOutJobMapper
- Class in
br.pucrio.tecgraf.soma.job.domain.model.mapping.mapper
T
toPredicate(Root<Job>, CriteriaBuilder)
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification.
JobByIdSpecification
toPredicate(Root<KafkaOffsetInfo>, CriteriaBuilder)
- Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.specification.
KafkaOffsetInfoByIdSpecification
transactionManager(EntityManagerFactory)
- Method in class br.pucrio.tecgraf.soma.job.
SomaJobHistoryConsumer
U
updateOffsetInfo(int, long)
- Method in class br.pucrio.tecgraf.soma.job.application.service.
KafkaOffsetInfoService
V
Version
- Class in
br.pucrio.tecgraf.soma.job.menu
Version()
- Constructor for class br.pucrio.tecgraf.soma.job.menu.
Version
B
C
E
F
G
H
I
J
K
L
M
P
R
S
T
U
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All rights reserved.