Uses of Class
io.ebeaninternal.server.cluster.ClusterManager
Packages that use ClusterManager
Package
Description
Clustering service for an application.
Transaction implementation
-
Uses of ClusterManager in io.ebeaninternal.server.cache
Methods in io.ebeaninternal.server.cache that return ClusterManagerConstructors in io.ebeaninternal.server.cache with parameters of type ClusterManagerModifierConstructorDescriptionCacheManagerOptions(ClusterManager clusterManager, io.ebean.DatabaseBuilder.Settings config, boolean localL2Caching) -
Uses of ClusterManager in io.ebeaninternal.server.cluster
Methods in io.ebeaninternal.server.cluster with parameters of type ClusterManagerModifier and TypeMethodDescriptionClusterBroadcastFactory.create(ClusterManager manager, io.ebean.config.ContainerConfig config) Create the cluster transport with the manager and deployment properties. -
Uses of ClusterManager in io.ebeaninternal.server.transaction
Constructors in io.ebeaninternal.server.transaction with parameters of type ClusterManagerModifierConstructorDescriptionTransactionManagerOptions(io.ebean.plugin.SpiServer server, boolean notifyL2CacheInForeground, io.ebean.DatabaseBuilder.Settings config, TransactionScopeManager scopeManager, ClusterManager clusterManager, io.ebean.BackgroundExecutor backgroundExecutor, BeanDescriptorManager descMgr, DataSourceSupplier dataSourceSupplier, SpiProfileHandler profileHandler, SpiLogManager logManager, TableModState tableModState, io.ebean.cache.ServerCacheNotify cacheNotify)