Uses of Interface
io.ebean.BackgroundExecutor
-
Packages that use BackgroundExecutor Package Description io.ebean io.ebean.cache Server Cache Serviceio.ebean.config.dbplatform Database platform specific support -
-
Uses of BackgroundExecutor in io.ebean
Methods in io.ebean that return BackgroundExecutor Modifier and Type Method Description BackgroundExecutorDatabase. backgroundExecutor()Return the BackgroundExecutor service for asynchronous processing of queries.static BackgroundExecutorDB. backgroundExecutor()Return the BackgroundExecutor service for asynchronous processing of queries. -
Uses of BackgroundExecutor in io.ebean.cache
Methods in io.ebean.cache with parameters of type BackgroundExecutor Modifier and Type Method Description ServerCacheFactoryServerCachePlugin. create(DatabaseConfig config, BackgroundExecutor executor)Create the ServerCacheFactory given the server config and background executor service. -
Uses of BackgroundExecutor in io.ebean.config.dbplatform
Fields in io.ebean.config.dbplatform declared as BackgroundExecutor Modifier and Type Field Description protected BackgroundExecutorSequenceIdGenerator. backgroundExecutorMethods in io.ebean.config.dbplatform with parameters of type BackgroundExecutor Modifier and Type Method Description PlatformIdGeneratorDatabasePlatform. createSequenceIdGenerator(BackgroundExecutor be, DataSource ds, int stepSize, String seqName)Return a DB Sequence based IdGenerator.Constructors in io.ebean.config.dbplatform with parameters of type BackgroundExecutor Constructor Description SequenceBatchIdGenerator(BackgroundExecutor be, DataSource ds, String seqName, int batchSize)Construct where batchSize is the sequence step size.SequenceIdGenerator(BackgroundExecutor be, DataSource ds, String seqName, int allocationSize)Construct given a dataSource and sql to return the next sequence value.SequenceStepIdGenerator(BackgroundExecutor be, DataSource ds, String seqName, int stepSize)Construct with stepSize (typically 50).
-